diff options
Diffstat (limited to 'keyboards/handwired/108key_trackpoint/config.h')
-rw-r--r-- | keyboards/handwired/108key_trackpoint/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/handwired/108key_trackpoint/config.h b/keyboards/handwired/108key_trackpoint/config.h index 7a63fe262..a773a72b1 100644 --- a/keyboards/handwired/108key_trackpoint/config.h +++ b/keyboards/handwired/108key_trackpoint/config.h | |||
@@ -65,9 +65,3 @@ | |||
65 | 65 | ||
66 | #define LOCKING_SUPPORT_ENABLE | 66 | #define LOCKING_SUPPORT_ENABLE |
67 | #define LOCKING_RESYNC_ENABLE | 67 | #define LOCKING_RESYNC_ENABLE |
68 | |||
69 | /* key combination for commkand */ | ||
70 | #define IS_COMMAND() ( \ | ||
71 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
72 | ) | ||
73 | |||