diff options
Diffstat (limited to 'keyboards/gonnerd/config.h')
-rw-r--r-- | keyboards/gonnerd/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/gonnerd/config.h b/keyboards/gonnerd/config.h index cad8fe586..40615da5f 100644 --- a/keyboards/gonnerd/config.h +++ b/keyboards/gonnerd/config.h | |||
@@ -35,9 +35,4 @@ | |||
35 | /* Locking resynchronize hack */ | 35 | /* Locking resynchronize hack */ |
36 | #define LOCKING_RESYNC_ENABLE | 36 | #define LOCKING_RESYNC_ENABLE |
37 | 37 | ||
38 | /* key combination for magic key command */ | ||
39 | #define IS_COMMAND() ( \ | ||
40 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
41 | ) | ||
42 | |||
43 | #endif | 38 | #endif |