config.h 613 B

12345678910111213141516171819202122232425
  1. #pragma once
  2. #include "config_common.h"
  3. /* USB Device descriptor parameter */
  4. #define VENDOR_ID 0xFEED
  5. #define PRODUCT_ID 0x1337
  6. #define DEVICE_VER 0x0001
  7. #define MANUFACTURER g Heavy Industries
  8. #define PRODUCT Butter Stick
  9. #define DESCRIPTION Its a stick of butter
  10. #define VERSION "Paula Deen"
  11. #define DEBOUNCE 5
  12. #define FORCE_NKRO
  13. /* key matrix size */
  14. #define MATRIX_ROWS 2
  15. #define MATRIX_COLS 10
  16. #define MATRIX_ROW_PINS { F4, F5 }
  17. #define MATRIX_COL_PINS { B0, B1, B2, B3, B4, B5, B6, B7, C6, C7}
  18. #define UNUSED_PINS
  19. /* COL2ROW, ROW2COL*/
  20. #define DIODE_DIRECTION ROW2COL