mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
docs: Fix incorrect kscan value (#2763)
This commit is contained in:
@@ -240,7 +240,7 @@ Finally, select your physical layout in the chosen node.
|
||||
```dts
|
||||
/ {
|
||||
chosen {
|
||||
zmk,kscan = &kscan0;
|
||||
zmk,kscan = &mock_kscan;
|
||||
zmk,physical-layout = &physical_layout0;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user