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.

31 lines
789 B

  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. #define DESCRIPTION q.m.k. keyboard firmware for Signum 3.0
  10. /* mouse settings */
  11. #define MK_KINETIC_SPEED
  12. /* key matrix size */
  13. #define MATRIX_ROWS 4
  14. #define MATRIX_COLS 12
  15. /* key matrix pins */
  16. #define MATRIX_ROW_PINS { D2, D1, F5, B5 }
  17. #define MATRIX_COL_PINS { B4, D7, D0, E6, D4, F6, F4, F7, B1, B3, C6, B2 }
  18. #define UNUSED_PINS
  19. #define DIODE_DIRECTION COL2ROW
  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