diff options
author | Cody McGinnis <brainwart@gmail.com> | 2020-08-18 14:02:24 -0400 |
---|---|---|
committer | Cody McGinnis <brainwart@gmail.com> | 2020-08-18 14:02:24 -0400 |
commit | a82f990d4c518165fc745ce2b5fb5cf2dd6b2727 (patch) | |
tree | f8df9046b224598a5c49c9b95cffb260dacc977f /app/dts/behaviors.dtsi | |
parent | d7dee20e8d9b0b566859304063df2176aef8c057 (diff) |
feat(keymap): allow users to toggle layers
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 04e42b6..a47a8b8 100644 --- a/app/dts/behaviors.dtsi +++ b/app/dts/behaviors.dtsi @@ -2,6 +2,7 @@ #include <behaviors/transparent.dtsi> #include <behaviors/mod_tap.dtsi> #include <behaviors/momentary_layer.dtsi> +#include <behaviors/toggle_layer.dtsi> #include <behaviors/reset.dtsi> #include <behaviors/sensor_rotate_key_press.dtsi> #include <behaviors/rgb_underglow.dtsi>
\ No newline at end of file |