mirror of
https://github.com/joe-scotto/scottokeebs.git
synced 2026-08-24 02:34:17 -05:00
Update firmware to include locking layer
This commit is contained in:
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
|
||||
>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user