diff options
author | Okke Formsma <okke@formsma.nl> | 2020-11-11 22:09:08 +0100 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-11-28 00:58:24 -0500 |
commit | 76a6d7b4c5c18b64f36a421f3faca81f311ed465 (patch) | |
tree | c3486cfd24a48cd78bbe1d3153a939e2c319b9dc /app/dts/behaviors.dtsi | |
parent | bee45f9b3a2217dd5df4ee940becb951e3e1e13a (diff) |
feat(sticky keys): initial implementation
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 a120b84..9a64fc6 100644 --- a/app/dts/behaviors.dtsi +++ b/app/dts/behaviors.dtsi @@ -3,6 +3,7 @@ #include <behaviors/none.dtsi> #include <behaviors/mod_tap.dtsi> #include <behaviors/layer_tap.dtsi> +#include <behaviors/sticky_key.dtsi> #include <behaviors/momentary_layer.dtsi> #include <behaviors/toggle_layer.dtsi> #include <behaviors/reset.dtsi> |