diff options
Diffstat (limited to 'keyboards/planck/keymaps/zach/config.h')
-rw-r--r-- | keyboards/planck/keymaps/zach/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/planck/keymaps/zach/config.h b/keyboards/planck/keymaps/zach/config.h index dc79bad06..35b28da23 100644 --- a/keyboards/planck/keymaps/zach/config.h +++ b/keyboards/planck/keymaps/zach/config.h | |||
@@ -33,11 +33,6 @@ | |||
33 | //#define LOCKING_RESYNC_ENABLE | 33 | //#define LOCKING_RESYNC_ENABLE |
34 | #undef LOCKING_RESYNC_ENABLE | 34 | #undef LOCKING_RESYNC_ENABLE |
35 | 35 | ||
36 | /* key combination for command */ | ||
37 | #define IS_COMMAND() ( \ | ||
38 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
39 | ) | ||
40 | |||
41 | /* | 36 | /* |
42 | * Feature disable options | 37 | * Feature disable options |
43 | * These options are also useful to firmware size reduction. | 38 | * These options are also useful to firmware size reduction. |