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.

33 lines
925 B

  1. #pragma once
  2. #include "config_common.h"
  3. /* USB Device descriptor parameter */
  4. #define VENDOR_ID 0xFF21
  5. #define PRODUCT_ID 0xAA03
  6. #define DEVICE_VER 0x0001
  7. #define MANUFACTURER westfoxtrot
  8. #define PRODUCT prophet
  9. #define DESCRIPTION QMK Firmware for the prophet PCB
  10. /* key matrix size */
  11. #define MATRIX_ROWS 5
  12. #define MATRIX_COLS 14
  13. /*
  14. * Keyboard Matrix Assignments
  15. */
  16. #define MATRIX_ROW_PINS { C13, B2, B1, A4, A3 }
  17. #define MATRIX_COL_PINS { A6, A7, B0, A9, A8, A14, A15, B3, B4, B5, B8, B7, B6, B9 }
  18. #define UNUSED_PINS
  19. /* COL2ROW, ROW2COL, or CUSTOM_MATRIX */
  20. #define DIODE_DIRECTION COL2ROW
  21. /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
  22. #define DEBOUNCE 5
  23. /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
  24. #define LOCKING_SUPPORT_ENABLE
  25. /* Locking resynchronize hack */
  26. #define LOCKING_RESYNC_ENABLE