You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ The microcontroller was programmed with CircuitPython 7.0.0-rc.1.
36
36
37
37
# Usage
38
38
* 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
40
40
[
41
41
["A"], // Key 1 presses a (note that it is just the key, not the upper case character)
0 commit comments