config.h 724 B

12345678910111213141516171819202122232425262728293031
  1. #pragma once
  2. /* Planck PCB default pin-out */
  3. #define MATRIX_ROW_PINS { F1, F4, F5, F0, B3, B0 }
  4. #define MATRIX_COL_PINS { B2, D0, D1, D2, D3, D5, D4, D6, D7, B4, B1, C6, C7, E6, F6, F7 }
  5. /* COL2ROW or ROW2COL */
  6. #define DIODE_DIRECTION COL2ROW
  7. /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
  8. #define LOCKING_SUPPORT_ENABLE
  9. /* Locking resynchronize hack */
  10. #define LOCKING_RESYNC_ENABLE
  11. /*
  12. * Feature disable options
  13. * These options are also useful to firmware size reduction.
  14. */
  15. /* disable debug print */
  16. //#define NO_DEBUG
  17. /* disable print */
  18. //#define NO_PRINT
  19. /* disable action features */
  20. //#define NO_ACTION_LAYER
  21. //#define NO_ACTION_TAPPING
  22. //#define NO_ACTION_ONESHOT