diff options
Diffstat (limited to 'keyboards/handwired/maartenwut/config.h')
-rwxr-xr-x | keyboards/handwired/maartenwut/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/handwired/maartenwut/config.h b/keyboards/handwired/maartenwut/config.h index 066f13856..b939fa1f6 100755 --- a/keyboards/handwired/maartenwut/config.h +++ b/keyboards/handwired/maartenwut/config.h | |||
@@ -34,11 +34,6 @@ | |||
34 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 34 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
35 | #define DEBOUNCING_DELAY 5 | 35 | #define DEBOUNCING_DELAY 5 |
36 | 36 | ||
37 | /* key combination for magic key command */ | ||
38 | #define IS_COMMAND() ( \ | ||
39 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
40 | ) | ||
41 | |||
42 | #define QMK_ESC_OUTPUT C6 // usually COL | 37 | #define QMK_ESC_OUTPUT C6 // usually COL |
43 | #define QMK_ESC_INPUT D0 // usually ROW | 38 | #define QMK_ESC_INPUT D0 // usually ROW |
44 | 39 | ||