Files
Matt Sturgeon c6f2ee49cd keymap-drawer.tests: use simple in-tree fixtures and semantic assertions
- Simple in-tree test fixtures, instead of a snapshot of a real config.
- Semantic XML/YAML assertions instead of byte-for-byte comparisons.
2026-03-18 17:51:23 +00:00

20 lines
287 B
Plaintext

/ {
keymap {
compatible = "zmk,keymap";
default_layer {
bindings = <
&kp ESC &kp A &kp B
&kp SPACE &kp C &kp D
>;
};
fn_layer {
bindings = <
&kp F1 &kp F2 &kp F3
&kp F4 &kp F5 &kp F6
>;
};
};
};