summaryrefslogtreecommitdiff
path: root/app/dts/behaviors/key_press.dtsi
AgeCommit message (Collapse)Author
2020-11-03refactor(hid): Replace deprecated HID usage page referencesinnovaker
Deprecate `USAGE_KEYPAD` and replace with `HID_USAGE_KEY`. Deprecate `USAGE_CONSUMER` and replace with `HID_USAGE_CONSUMER`. Closes #217.
2020-06-22Fix consumer keys w/ refactored behaviors.Pete Johanson
2020-06-19Some initial work on behavior bindings for keymapsPete Johanson