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";
|
||||
|
||||
default_layer {
|
||||
label = "Default";
|
||||
|
||||
sensor-bindings = <&inc_dec_kp C_VOLUME_UP C_VOLUME_DOWN>;
|
||||
|
||||
bindings = <
|
||||
|
@ -32,6 +34,8 @@
|
|||
>;
|
||||
};
|
||||
function_layer {
|
||||
label = "Function";
|
||||
|
||||
sensor-bindings = <&inc_dec_kp C_VOLUME_UP C_VOLUME_DOWN>;
|
||||
|
||||
bindings = <
|
||||
|
|
Loading…
Add table
Reference in a new issue