aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/dts/behaviors.dtsi
diff options
context:
space:
mode:
authorKemoNine <[email protected]>2020-12-29 11:57:49 -0500
committerGitHub <[email protected]>2020-12-29 11:57:49 -0500
commitd207c3c30f7f2d0648b32d59f481498fe048230c (patch)
tree885efa8c436c58fca8a5c39a952898f36d3da4e4 /app/dts/behaviors.dtsi
parent43f6d798be70ef247b0717730ec34202cb81e96d (diff)
downloadzmk-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.dtsi1
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>