Removed key combination, due to already default implementation.

This commit is contained in:
Julian Flores 2019-11-26 08:32:47 +01:00
parent 8c69d938fa
commit f5d250b5e5

View File

@ -37,11 +37,6 @@
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
/* key combination for command */
#define IS_COMMAND() ( \
keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
)
/* prevent stuck modifiers */
#define PREVENT_STUCK_MODIFIERS