Skip to content

Commit

Permalink
Changing syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelen5 committed Sep 7, 2021
1 parent efacb13 commit 11948cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The microcontroller was programmed with CircuitPython 7.0.0-rc.1.

# Usage
* 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.
```json
```c
[
["A"], // Key 1 presses a (note that it is just the key, not the upper case character)
null, // Key 2 does not press any key combination
Expand Down

0 comments on commit 11948cf

Please sign in to comment.