feat(keymap): allow users to toggle layers

This commit is contained in:
Cody McGinnis
2020-08-18 14:02:24 -04:00
parent d7dee20e8d
commit a82f990d4c
7 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
/ {
behaviors {
tog: behavior_toggle_layer {
compatible = "zmk,behavior-toggle-layer";
label = "TOGGLE_LAYER";
#binding-cells = <1>;
};
};
};