diff options
Diffstat (limited to 'keyboards/s60_x/default/config.h')
-rw-r--r-- | keyboards/s60_x/default/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/s60_x/default/config.h b/keyboards/s60_x/default/config.h index 25fc4ad2e..f6b7f8d68 100644 --- a/keyboards/s60_x/default/config.h +++ b/keyboards/s60_x/default/config.h | |||
@@ -13,11 +13,6 @@ | |||
13 | #define LOCKING_SUPPORT_ENABLE | 13 | #define LOCKING_SUPPORT_ENABLE |
14 | #define LOCKING_RESYNC_ENABLE | 14 | #define LOCKING_RESYNC_ENABLE |
15 | 15 | ||
16 | /* key combination for magic key command */ | ||
17 | #define IS_COMMAND() ( \ | ||
18 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
19 | ) | ||
20 | |||
21 | #define NO_ACTION_ONESHOT | 16 | #define NO_ACTION_ONESHOT |
22 | #define NO_ACTION_MACRO | 17 | #define NO_ACTION_MACRO |
23 | #define NO_ACTION_FUNCTION | 18 | #define NO_ACTION_FUNCTION |