diff options
Diffstat (limited to 'keyboards/handwired/qc60/config.h')
-rw-r--r-- | keyboards/handwired/qc60/config.h | 5 |
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 @@ | |||
20 | 20 | ||
21 | /* serial.c configuration for split keyboard */ | 21 | /* serial.c configuration for split keyboard */ |
22 | #define SOFT_SERIAL_PIN D0 | 22 | #define SOFT_SERIAL_PIN D0 |
23 | |||
24 | /* key combination for command */ | ||
25 | #define IS_COMMAND() ( \ | ||
26 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
27 | ) | ||