docs: Add missing semicolon to kscan.md composite example (#3052)
This commit is contained in:
parent
0b5a103c18
commit
9a8fdd66ea
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,7 @@ One possible way to do this is a 3x4 matrix where the direct GPIO keys are shift
|
||||||
compatible = "zmk,kscan-gpio-direct";
|
compatible = "zmk,kscan-gpio-direct";
|
||||||
// define 2 direct GPIOs here...
|
// define 2 direct GPIOs here...
|
||||||
};
|
};
|
||||||
}
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
## Mock Driver
|
## Mock Driver
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue