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.

27 lines
658 B

  1. #pragma once
  2. #include "config_common.h"
  3. /* USB Device descriptor parameter */
  4. #define VENDOR_ID 0xFEED
  5. #define PRODUCT_ID 0x0C61
  6. #define DEVICE_VER 0x00C6
  7. #define MANUFACTURER PeiorisBoards
  8. #define PRODUCT Ixora Rev1
  9. /* key matrix size */
  10. #define MATRIX_ROWS 1
  11. #define MATRIX_COLS 6
  12. #define MATRIX_ROW_PINS { A0 }
  13. #define MATRIX_COL_PINS { B4, A15, B3, A1, B6, B5 }
  14. /* COL2ROW, ROW2COL */
  15. #define DIODE_DIRECTION COL2ROW
  16. /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
  17. #define DEBOUNCE 0
  18. #define LED_NUM_LOCK_PIN A9
  19. #define LED_CAPS_LOCK_PIN A10
  20. #define LED_SCROLL_LOCK_PIN A8