1
0
mirror of https://github.com/tcaxle/zmk-config.git synced 2026-02-20 03:05:16 +00:00

Updated labels

This commit is contained in:
keymap-editor[bot]
2023-10-30 10:33:43 +00:00
committed by GitHub
parent b7eb25ac72
commit a303d3c1f5

View File

@@ -66,7 +66,7 @@
compatible = "zmk,keymap"; compatible = "zmk,keymap";
base { base {
label = "base"; label = "Base";
// ------------------------------------------------------------------------------------------------------------ // ------------------------------------------------------------------------------------------------------------
// | ` | 1 | 2 | 3 | 4 | 5 | | 6 | 7 | 8 | 9 | 0 | | // | ` | 1 | 2 | 3 | 4 | 5 | | 6 | 7 | 8 | 9 | 0 | |
@@ -89,7 +89,7 @@
}; };
mod { mod {
label = "mod"; label = "Mod";
// TODO: Some binds are waiting for shifted keycode support. // TODO: Some binds are waiting for shifted keycode support.
// ------------------------------------------------------------------------------------------------------------ // ------------------------------------------------------------------------------------------------------------
@@ -116,7 +116,7 @@
// | | | | | | | RGB_TOG | | | | | | | | | // | | | | | | | RGB_TOG | | | | | | | | |
// | | | | | | | | | | | | // | | | | | | | | | | | |
label = "conf"; label = "Conf";
bindings = < bindings = <
&trans &kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &trans &kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &kp F11
&trans &trans &trans &trans &trans &trans &none &none &none &none &none &kp F12 &trans &trans &trans &trans &trans &trans &none &none &none &none &none &kp F12
@@ -135,7 +135,7 @@
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
>; >;
label = "macro"; label = "Macro";
}; };
qwerty { qwerty {
@@ -147,7 +147,7 @@
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
>; >;
label = "qwerty"; label = "QWERTY";
}; };
left-encoder-alt { left-encoder-alt {
@@ -160,7 +160,7 @@
>; >;
sensor-bindings = <&inc_dec_kp LEFT_ARROW RIGHT_ARROW>; sensor-bindings = <&inc_dec_kp LEFT_ARROW RIGHT_ARROW>;
label = "left-encoder-alt"; label = "Base ⬌";
}; };
}; };
}; };