diff options
Diffstat (limited to 'keyboards/omnikey_blackheart/config.h')
-rw-r--r-- | keyboards/omnikey_blackheart/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/omnikey_blackheart/config.h b/keyboards/omnikey_blackheart/config.h index 94412cfa6..edfd113de 100644 --- a/keyboards/omnikey_blackheart/config.h +++ b/keyboards/omnikey_blackheart/config.h | |||
@@ -37,11 +37,6 @@ | |||
37 | /* Locking resynchronize hack */ | 37 | /* Locking resynchronize hack */ |
38 | #define LOCKING_RESYNC_ENABLE | 38 | #define LOCKING_RESYNC_ENABLE |
39 | 39 | ||
40 | /* key combination for command */ | ||
41 | #define IS_COMMAND() ( \ | ||
42 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
43 | ) | ||
44 | |||
45 | /* force n-key rollover*/ | 40 | /* force n-key rollover*/ |
46 | #define FORCE_NKRO | 41 | #define FORCE_NKRO |
47 | 42 | ||