diff options
author | Peter Johanson <[email protected]> | 2021-06-09 06:10:20 +0000 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2021-11-28 22:41:35 -0500 |
commit | 54dabffd0d371595a8142ee4da4f5d888a310cda (patch) | |
tree | bcbdc884b7de743d9804d51ec9355b22c6cff50d /app/dts/behaviors.dtsi | |
parent | 30ed2375335acf47da0216c6832ecfd30ea7097c (diff) | |
download | zmk-54dabffd0d371595a8142ee4da4f5d888a310cda.tar.gz zmk-54dabffd0d371595a8142ee4da4f5d888a310cda.zip |
feat(behaviors): Add caps word (`&caps_word`).
* Add new `&caps_word` behavior that acts like caps lock, but
releases automatically when any "break" keycode is pressed.
Diffstat (limited to 'app/dts/behaviors.dtsi')
-rw-r--r-- | app/dts/behaviors.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/dts/behaviors.dtsi b/app/dts/behaviors.dtsi index 4333ceeac6..5b5f72b4ee 100644 --- a/app/dts/behaviors.dtsi +++ b/app/dts/behaviors.dtsi @@ -14,3 +14,4 @@ #include <behaviors/bluetooth.dtsi> #include <behaviors/ext_power.dtsi> #include <behaviors/outputs.dtsi> +#include <behaviors/caps_word.dtsi> |