fix: remove extra =

This commit is contained in:
Bastien Riviere 2025-06-18 15:51:25 +02:00
parent 6e39bedbff
commit 97f5bdbc03

View file

@ -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>;