aboutsummaryrefslogtreecommitdiff
path: root/keyboards/divergetm2/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/divergetm2/config.h')
-rw-r--r--keyboards/divergetm2/config.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/divergetm2/config.h b/keyboards/divergetm2/config.h
index cbeeff9aa..a5b1eaa68 100644
--- a/keyboards/divergetm2/config.h
+++ b/keyboards/divergetm2/config.h
@@ -48,7 +48,6 @@
48/* COL2ROW, ROW2COL, or CUSTOM_MATRIX */ 48/* COL2ROW, ROW2COL, or CUSTOM_MATRIX */
49#define DIODE_DIRECTION ROW2COL 49#define DIODE_DIRECTION ROW2COL
50 50
51
52/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ 51/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
53#define DEBOUNCING_DELAY 5 52#define DEBOUNCING_DELAY 5
54 53
@@ -73,10 +72,3 @@
73 * useful if your keyboard/keypad is missing keys and you want magic key support. 72 * useful if your keyboard/keypad is missing keys and you want magic key support.
74 * 73 *
75 */ 74 */
76
77/* key combination for magic key command */
78#define IS_COMMAND() ( \
79 keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
80)
81
82