You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
546 B

  1. #pragma once
  2. #include "config_common.h"
  3. /* USB Device descriptor parameter */
  4. #define VENDOR_ID 0xC1ED
  5. #define PRODUCT_ID 0x23B0
  6. #define DEVICE_VER 0x0001
  7. #define MANUFACTURER Clueboard
  8. #define PRODUCT California Macropad
  9. #define DESCRIPTION A 10-key macropad shaped like California
  10. /* key matrix pins */
  11. #define MATRIX_ROWS 6
  12. #define MATRIX_COLS 2
  13. #define DIRECT_PINS { \
  14. { A10, A9 }, \
  15. { A0, B8 }, \
  16. { NO_PIN, B11 }, \
  17. { B9, A8 }, \
  18. { A7, B1 }, \
  19. { NO_PIN, B2 } \
  20. }
  21. #define UNUSED_PINS