mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-14 17:23:57 +00:00
- Simple in-tree test fixtures, instead of a snapshot of a real config. - Semantic XML/YAML assertions instead of byte-for-byte comparisons.
12 lines
186 B
Plaintext
12 lines
186 B
Plaintext
/ {
|
|
keymap {
|
|
compatible = "zmk,keymap";
|
|
|
|
broken_layer {
|
|
bindings = <
|
|
&kp ESC &kp A
|
|
&kp SPACE // <-- missing closing + inconsistent row
|
|
};
|
|
};
|
|
};
|