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.

34 lines
842 B

  1. #pragma once
  2. /* USB Device descriptor parameter */
  3. #define VENDOR_ID 0xFEEB
  4. #define PRODUCT_ID 0x6060
  5. #define DEVICE_VER 0x0001
  6. #define MANUFACTURER Fox-Lab
  7. #define PRODUCT Orange75
  8. /* key matrix size */
  9. #define MATRIX_ROWS 15
  10. #define MATRIX_COLS 6
  11. /* key matrix pins */
  12. #define MATRIX_ROW_PINS { E6,F0, F1, F4, F5, F6, F7, C7, C6, B6, B4, D7, D4, D5, D6 }
  13. #define MATRIX_COL_PINS { D3, D2, D1, D0, B7, B3 }
  14. #define UNUSED_PINS
  15. /* COL2ROW or ROW2COL */
  16. #define DIODE_DIRECTION COL2ROW
  17. /* number of backlight levels */
  18. #define BACKLIGHT_PIN B5
  19. #define BACKLIGHT_LEVELS 3
  20. /* Set 0 if debouncing isn't needed */
  21. #define DEBOUNCE 5
  22. /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
  23. #define LOCKING_SUPPORT_ENABLE
  24. /* Locking resynchronize hack */
  25. #define LOCKING_RESYNC_ENABLE