diff options
author | Peter Johanson <[email protected]> | 2021-11-29 04:26:22 +0000 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2022-01-30 22:47:34 -0500 |
commit | 70bb7c93349344e0990f12282abfcd8d00ba7208 (patch) | |
tree | eeb47ee39ec4a887ef6d1edf809b88709e6269bb /app/dts/behaviors.dtsi | |
parent | ac3c3170bd70f5186544495cb5ced7bfbf3f6764 (diff) | |
download | zmk-70bb7c93349344e0990f12282abfcd8d00ba7208.tar.gz zmk-70bb7c93349344e0990f12282abfcd8d00ba7208.zip |
feat(behaviors): `&key_repeat` behavior + tests.
* Add new `&key_repeat` behavior that captures and re-sends
the most recently triggered keycode.
Closes: #853
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 5b5f72b4ee..06489616a6 100644 --- a/app/dts/behaviors.dtsi +++ b/app/dts/behaviors.dtsi @@ -15,3 +15,4 @@ #include <behaviors/ext_power.dtsi> #include <behaviors/outputs.dtsi> #include <behaviors/caps_word.dtsi> +#include <behaviors/key_repeat.dtsi> |