summaryrefslogtreecommitdiffstats
path: root/keyboards/gonnerd
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/gonnerd')
-rw-r--r--keyboards/gonnerd/config.h5
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 @@
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
-/* key combination for magic key command */
-#define IS_COMMAND() ( \
- keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
-)
-
#endif