Skip to content

Commit b93bf6d

Browse files
authored
docs: Fix incorrect kscan value (zmkfirmware#2763)
1 parent d0ee30b commit b93bf6d

File tree

1 file changed

+1
-1
lines changed
  • docs/docs/development/hardware-integration

1 file changed

+1
-1
lines changed

docs/docs/development/hardware-integration/dongle.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Finally, select your physical layout in the chosen node.
240240
```dts
241241
/ {
242242
chosen {
243-
zmk,kscan = &kscan0;
243+
zmk,kscan = &mock_kscan;
244244
zmk,physical-layout = &physical_layout0;
245245
};
246246
};

0 commit comments

Comments
 (0)