Update of IS_COMMAND (thanks to ibm4704 branch)
This commit is contained in:
parent
8a91d0e90c
commit
d2427380e3
1 changed files with 1 additions and 0 deletions
|
|
@ -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)) \
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue