mirror of https://github.com/zmkfirmware/zmk.git
docs: Fix incorrect `kscan` value (#2763)
This commit is contained in:
parent
d0ee30bfaa
commit
b93bf6d3fd
|
|
@ -240,7 +240,7 @@ Finally, select your physical layout in the chosen node.
|
||||||
```dts
|
```dts
|
||||||
/ {
|
/ {
|
||||||
chosen {
|
chosen {
|
||||||
zmk,kscan = &kscan0;
|
zmk,kscan = &mock_kscan;
|
||||||
zmk,physical-layout = &physical_layout0;
|
zmk,physical-layout = &physical_layout0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue