17a6f0b128
Removed new uses of the "label" property which were introduced after the previous commits on this branch were written.
17 lines
266 B
Plaintext
17 lines
266 B
Plaintext
#include <behaviors.dtsi>
|
|
#include <dt-bindings/zmk/keys.h>
|
|
#include <dt-bindings/zmk/kscan_mock.h>
|
|
|
|
/ {
|
|
chosen {
|
|
zmk,kscan = &kscan;
|
|
};
|
|
|
|
kscan: kscan {
|
|
compatible = "zmk,kscan-mock";
|
|
|
|
rows = <2>;
|
|
columns = <2>;
|
|
};
|
|
};
|