]> git.donarmstrong.com Git - qmk_firmware.git/commit
Extend allowed range of tappable keycodes to include modifiers (#5809)
authorfauxpark <fauxpark@gmail.com>
Thu, 8 Aug 2019 20:58:05 +0000 (06:58 +1000)
committerDrashna Jaelre <drashna@live.com>
Thu, 8 Aug 2019 20:58:05 +0000 (13:58 -0700)
commit2f6c068e0dd7abc3cec1bb72df0b1e96032246f8
treeaa2adad462669cc0f048bf81cec331e28287df7b
parent2a534e87acfa8391d88dac6df02ae1a14da6c18e
Extend allowed range of tappable keycodes to include modifiers (#5809)

* Extend allowed range of tappable keycodes to include modifiers

* Get rid of the magic numbers altogether

* Remove some more magic numbers

* Extract LM() functionality from ACT_LAYER_TAP

* Use ACTION() macro everywhere
tmk_core/common/action.c
tmk_core/common/action_code.h