summaryrefslogtreecommitdiff
path: root/app/dts/behaviors/layer_tap.dtsi
AgeCommit message (Collapse)Author
2021-02-10style(hold-tap)!: Write hold-tap params with dashesOkke Formsma
tapping_term_ms -> tapping-term-ms quick_tap_ms -> quick-tap-ms The old style works, although it's deprecated.
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.
2020-11-16add license headers to behavior dtsi filesOkke Formsma
2020-09-01Initial implementation of hold-tapOkke Formsma