refactor(nibble): add layer labels
This commit is contained in:
parent
df96b73629
commit
806ed1d42f
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,8 @@
|
||||||
compatible = "zmk,keymap";
|
compatible = "zmk,keymap";
|
||||||
|
|
||||||
default_layer {
|
default_layer {
|
||||||
|
label = "Default";
|
||||||
|
|
||||||
sensor-bindings = <&inc_dec_kp C_VOLUME_UP C_VOLUME_DOWN>;
|
sensor-bindings = <&inc_dec_kp C_VOLUME_UP C_VOLUME_DOWN>;
|
||||||
|
|
||||||
bindings = <
|
bindings = <
|
||||||
|
@ -32,6 +34,8 @@
|
||||||
>;
|
>;
|
||||||
};
|
};
|
||||||
function_layer {
|
function_layer {
|
||||||
|
label = "Function";
|
||||||
|
|
||||||
sensor-bindings = <&inc_dec_kp C_VOLUME_UP C_VOLUME_DOWN>;
|
sensor-bindings = <&inc_dec_kp C_VOLUME_UP C_VOLUME_DOWN>;
|
||||||
|
|
||||||
bindings = <
|
bindings = <
|
||||||
|
|
Loading…
Add table
Reference in a new issue