2
0

config.h 476 B

12345678910111213141516171819202122232425262728
  1. #ifndef LIGHT_CONFIG_H
  2. #define LIGHT_CONFIG_H
  3. #include "config_common.h"
  4. #undef PRODUCT
  5. #define PRODUCT Planck Light
  6. #undef PRODUCT_ID
  7. #define PRODUCT_ID 0x6065
  8. #define DEVICE_VER 0x0001
  9. #undef MATRIX_ROW_PINS
  10. #undef MATRIX_COL_PINS
  11. #define MATRIX_ROW_PINS { B0, E7, F0, F1 }
  12. #define MATRIX_COL_PINS { E6, E3, E4, D3, D4, D5, C0, A7, A6, E1, E0, D7 }
  13. #define C6_AUDIO
  14. #define B5_AUDIO
  15. #undef BACKLIGHT_PIN
  16. #define BACKLIGHT_PIN A5
  17. #define NO_USB_STARTUP_CHECK
  18. #endif