mirror of
https://github.com/babariviere/zmk-config.git
synced 2025-06-28 01:35:51 +00:00
fix: remove extra =
This commit is contained in:
parent
6e39bedbff
commit
97f5bdbc03
1 changed files with 2 additions and 1 deletions
|
@ -109,6 +109,7 @@
|
||||||
|
|
||||||
combos {
|
combos {
|
||||||
compatible = "zmk,combos";
|
compatible = "zmk,combos";
|
||||||
|
|
||||||
combo_escape {
|
combo_escape {
|
||||||
timeout-ms = <25>;
|
timeout-ms = <25>;
|
||||||
key-positions = <LT2 LT1>;
|
key-positions = <LT2 LT1>;
|
||||||
|
@ -194,7 +195,7 @@
|
||||||
layers = <BASE>;
|
layers = <BASE>;
|
||||||
};
|
};
|
||||||
|
|
||||||
combo_boot = {
|
combo_boot {
|
||||||
timeout-ms = <40>;
|
timeout-ms = <40>;
|
||||||
key-positions = <LB4 LB3>;
|
key-positions = <LB4 LB3>;
|
||||||
bindings = <&bootloader>;
|
bindings = <&bootloader>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue