config.h 580 B

123456789101112131415161718192021222324
  1. #pragma once
  2. #include "config_common.h"
  3. #define PRODUCT S60-X
  4. #define DESCRIPTION q.m.k. keyboard firmware for S60-X
  5. #define MATRIX_ROW_PINS { B7, B3, B2, B1, B0 }
  6. #define MATRIX_COL_PINS { D0, D1, D2, D3, D5, D4, D6, D7, B4, B5, B6, C6, C7, E6, F1 }
  7. #define UNUSED_PINS { F0 }
  8. #define LOCKING_SUPPORT_ENABLE
  9. #define LOCKING_RESYNC_ENABLE
  10. /* key combination for magic key command */
  11. #define IS_COMMAND() ( \
  12. keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
  13. )
  14. #define NO_ACTION_ONESHOT
  15. #define NO_ACTION_MACRO
  16. #define NO_ACTION_FUNCTION