Removed extra code

master
Mark 2022-07-21 14:10:07 -07:00
parent c5003d5104
commit 417abd2697
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 0 additions and 9 deletions

View File

@ -126,15 +126,6 @@
// turn off effects when suspended
#define RGB_DISABLE_WHEN_USB_SUSPENDED true
// Misc
/* key combination for command */
#define IS_COMMAND() ( \
get_mods() == (MOD_BIT(KC_LCTL) | MOD_BIT(KC_RCTL)) || \
get_mods() == (MOD_BIT(KC_LSFT) | MOD_BIT(KC_RSFT)) \
)
// Not sure what this does.
// ZSA says: "fixes space cadet rollover issue"
#define DISABLE_SPACE_CADET_ROLLOVER