feat: add reserved extra layer for zmk studio

This commit is contained in:
daniel
2025-05-25 22:07:26 +02:00
parent 38fa4e953c
commit 0e799aa5bb

View File

@@ -190,6 +190,11 @@
>; >;
sensor-bindings = <&inc_dec_kp C_VOL_DN C_VOL_UP &inc_dec_kp PG_DN PG_UP>; sensor-bindings = <&inc_dec_kp C_VOL_DN C_VOL_UP &inc_dec_kp PG_DN PG_UP>;
};
// reserved extra layer for zmk studio
extra1 {
status = "reserved";
}; };
}; };
}; };