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.

28 lines
699 B

  1. #pragma once
  2. #include "config_common.h"
  3. /* USB Device descriptor parameter */
  4. #define VENDOR_ID 0x20A0
  5. #define PRODUCT_ID 0x422D
  6. #define DEVICE_VER 0x0200
  7. #define MANUFACTURER Mehkee
  8. #define PRODUCT 96KEE
  9. /* matrix size */
  10. #define MATRIX_ROWS 8
  11. #define MATRIX_COLS 15
  12. #define MATRIX_ROW_PINS { B0, B1, B2, B3, B4, B5, B6, B7 }
  13. #define MATRIX_COL_PINS { A0, A1, A2, A3, A4, A5, A6, A7, C7, C6, C5, C4, C3, C2, D7 }
  14. #define DIODE_DIRECTION COL2ROW
  15. #define LED_NUM_LOCK_PIN D0
  16. #define LED_CAPS_LOCK_PIN D1
  17. #define LED_PIN_ON_STATE 0
  18. #define BACKLIGHT_PIN D4
  19. #define BACKLIGHT_LEVELS 3
  20. #define RGBLED_NUM 16
  21. #define RGBLIGHT_ANIMATIONS
  22. /* key combination for command */