Update firmware to include locking layer

This commit is contained in:
Joe Scotto
2026-07-07 11:22:25 -04:00
parent c5df2a42a6
commit f338b06f61
2 changed files with 23 additions and 0 deletions
Binary file not shown.
@@ -3,6 +3,18 @@
#include <dt-bindings/zmk/bt.h>
/ {
combos {
compatible = "zmk,combos";
// Meta combos
meta_settings_combo {
timeout-ms = <50>;
key-positions = <8 9 10>;
bindings = <&tog 2>;
};
};
keymap {
compatible = "zmk,keymap";
@@ -27,5 +39,16 @@
&none &none
>;
};
lock_layer {
label = "Lock";
bindings = <
&none &none &none &none
&none &none &none &none
&none &none &none
&none &none &none &none
&none &none
>;
};
};
};