aboutsummaryrefslogtreecommitdiff
path: root/keyboards/kmini/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/kmini/config.h')
-rwxr-xr-xkeyboards/kmini/config.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/kmini/config.h b/keyboards/kmini/config.h
index 567a75442..b2ee7185e 100755
--- a/keyboards/kmini/config.h
+++ b/keyboards/kmini/config.h
@@ -50,9 +50,4 @@
50/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ 50/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
51#define DEBOUNCING_DELAY 5 51#define DEBOUNCING_DELAY 5
52 52
53/* key combination for magic key command */
54#define IS_COMMAND() ( \
55 keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
56)
57
58#endif 53#endif