Update of IS_COMMAND (thanks to ibm4704 branch)

This commit is contained in:
Oleg Kostyuk 2014-03-30 05:49:01 +03:00
parent 8a91d0e90c
commit d2427380e3

View file

@ -60,6 +60,7 @@ Project located at <https://github.com/benblazak/ergodox-firmware>
/* key combination for command */
#define IS_COMMAND() ( \
keyboard_report->mods == (MOD_BIT(KC_LCTL) | MOD_BIT(KC_RCTL)) || \
keyboard_report->mods == (MOD_BIT(KC_LSFT) | MOD_BIT(KC_RSFT)) \
)