mirror of
https://github.com/CrispyPin/zmk-config.git
synced 2024-11-22 01:50:24 +01:00
add label to macro
This commit is contained in:
parent
a2180b9984
commit
2748d58e4f
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ ZMK_UNICODE_PAIR(win_multi_o, A, N6, N6, E, F, F, F, D) // multiocular o
|
||||||
behaviors {
|
behaviors {
|
||||||
esctab: shift_esc_tab {
|
esctab: shift_esc_tab {
|
||||||
compatible = "zmk,behavior-mod-morph";
|
compatible = "zmk,behavior-mod-morph";
|
||||||
label = "";
|
label = "esc_tab";
|
||||||
#binding-cells = <0>;
|
#binding-cells = <0>;
|
||||||
bindings = <&kp ESC>, <&kp TAB>;
|
bindings = <&kp ESC>, <&kp TAB>;
|
||||||
mods = <(MOD_LSFT)>;
|
mods = <(MOD_LSFT)>;
|
||||||
|
|
Loading…
Reference in a new issue