diff options
author | KemoNine <[email protected]> | 2020-12-29 11:57:49 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2020-12-29 11:57:49 -0500 |
commit | d207c3c30f7f2d0648b32d59f481498fe048230c (patch) | |
tree | 885efa8c436c58fca8a5c39a952898f36d3da4e4 /app/dts/behaviors.dtsi | |
parent | 43f6d798be70ef247b0717730ec34202cb81e96d (diff) | |
download | zmk-d207c3c30f7f2d0648b32d59f481498fe048230c.tar.gz zmk-d207c3c30f7f2d0648b32d59f481498fe048230c.zip |
(feature) Add &to keycode/behavior (#489)
feat(behaviors): Add `&to` behavior to switch to a layer.
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 9a64fc6c0e..daa073f159 100644 --- a/app/dts/behaviors.dtsi +++ b/app/dts/behaviors.dtsi @@ -6,6 +6,7 @@ #include <behaviors/sticky_key.dtsi> #include <behaviors/momentary_layer.dtsi> #include <behaviors/toggle_layer.dtsi> +#include <behaviors/to_layer.dtsi> #include <behaviors/reset.dtsi> #include <behaviors/sensor_rotate_key_press.dtsi> #include <behaviors/rgb_underglow.dtsi> |