Skip to content

Commit 11948cf

Browse files
committed
Changing syntax highlighting
1 parent efacb13 commit 11948cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The microcontroller was programmed with CircuitPython 7.0.0-rc.1.
3636

3737
# Usage
3838
* Add mappings to config.json for the pins to key combinations. The file shall contain an array. Each element is an array of strings. Each string is the name of a key to press. The entry shall be null to leave the key unconfigured. E.g.
39-
```json
39+
```c
4040
[
4141
["A"], // Key 1 presses a (note that it is just the key, not the upper case character)
4242
null, // Key 2 does not press any key combination

0 commit comments

Comments
 (0)