config.h 498 B

1234567891011121314151617181920
  1. #pragma once
  2. /* key matrix pins */
  3. #define MATRIX_ROW_PINS { B7, B3, B2, B1, B0 }
  4. #define MATRIX_COL_PINS { D0, D1, D2, D3, D5, D4, D6, D7, B4, B5, B6, C6, C7, E6, F1 }
  5. /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
  6. #define LOCKING_SUPPORT_ENABLE
  7. /* Locking resynchronize hack */
  8. #define LOCKING_RESYNC_ENABLE
  9. /* COL2ROW or ROW2COL */
  10. #define DIODE_DIRECTION COL2ROW
  11. #define LOCKING_SUPPORT_ENABLE
  12. #define LOCKING_RESYNC_ENABLE
  13. #define NO_ACTION_ONESHOT