config.h 725 B

123456789101112131415161718192021222324252627282930
  1. #pragma once
  2. #include "config_common.h"
  3. /* USB Device descriptor parameter */
  4. #define VENDOR_ID 0xF1E7
  5. #define PRODUCT_ID 0x5163
  6. #define DEVICE_VER 0x0000
  7. #define MANUFACTURER troyfletcher
  8. #define PRODUCT Signum
  9. /* mouse settings */
  10. #define MK_KINETIC_SPEED
  11. /* key matrix size */
  12. #define MATRIX_ROWS 4
  13. #define MATRIX_COLS 12
  14. /* key matrix pins */
  15. #define MATRIX_ROW_PINS { D2, D1, F5, B5 }
  16. #define MATRIX_COL_PINS { B4, D7, D0, E6, D4, F6, F4, F7, B1, B3, C6, B2 }
  17. #define UNUSED_PINS
  18. #define DIODE_DIRECTION COL2ROW
  19. /* Set 0 if debouncing isn't needed */
  20. #define DEBOUNCE 5
  21. /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
  22. #define LOCKING_SUPPORT_ENABLE