diff options
author | Peter Johanson <[email protected]> | 2022-03-12 15:15:39 +0000 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2022-03-23 23:42:54 -0400 |
commit | 3a6a249ad095e1518f37f0f0105fbb570359f198 (patch) | |
tree | e2e3d3f04a97f9f0c2d2a0ef701c678cf9bca060 /app/dts/behaviors.dtsi | |
parent | 58c7c0ee0c252be7b1d6b03f432c17cde34e9908 (diff) | |
download | zmk-3a6a249ad095e1518f37f0f0105fbb570359f198.tar.gz zmk-3a6a249ad095e1518f37f0f0105fbb570359f198.zip |
feat(behaviors): Add macro support.
* Fine grainted press/release/tap actions.
* TIming between actions can be controlled.
* Processed async, to avoid blocking.
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 3e797cc9a3..c1dacbcd20 100644 --- a/app/dts/behaviors.dtsi +++ b/app/dts/behaviors.dtsi @@ -17,3 +17,4 @@ #include <behaviors/caps_word.dtsi> #include <behaviors/key_repeat.dtsi> #include <behaviors/backlight.dtsi> +#include <behaviors/macros.dtsi>
\ No newline at end of file |