summaryrefslogtreecommitdiff
path: root/app/dts/behaviors/sticky_key.dtsi
AgeCommit message (Collapse)Author
2021-02-04refactor(core): Use /omit-if-no-ref/ for behaviors.Pete Johanson
* Use lesser-known DT features to skip behaviors not referenced in the user keymap * Update the behaviors to skip code if no nodes found. * Remove some empty config/data structs where unused in behaviors.
2021-01-28feature(sticky_keys): add quick-releaseOkke Formsma
when quick-release is enabled, the sticky key is released immediately after another key is pressed
2020-11-28feat(sticky keys): initial implementationOkke Formsma