config.h 567 B

123456789101112131415161718192021222324
  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 VERSION "Paula Deen"
  10. #define DEBOUNCE 5
  11. #define FORCE_NKRO
  12. /* key matrix size */
  13. #define MATRIX_ROWS 2
  14. #define MATRIX_COLS 10
  15. #define MATRIX_ROW_PINS { F4, F5 }
  16. #define MATRIX_COL_PINS { B0, B1, B2, B3, B4, B5, B6, B7, C6, C7}
  17. #define UNUSED_PINS
  18. /* COL2ROW, ROW2COL*/
  19. #define DIODE_DIRECTION ROW2COL