summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/qc60
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/qc60')
-rw-r--r--keyboards/handwired/qc60/config.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/handwired/qc60/config.h b/keyboards/handwired/qc60/config.h
index 00d095ddf..aad1d64a0 100644
--- a/keyboards/handwired/qc60/config.h
+++ b/keyboards/handwired/qc60/config.h
@@ -20,8 +20,3 @@
/* serial.c configuration for split keyboard */
#define SOFT_SERIAL_PIN D0
-
-/* key combination for command */
-#define IS_COMMAND() ( \
- keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
-)