Skip to content

Commit 0b7dee9

Browse files
authored
Fix spelling (#920)
Fix spelling
1 parent ee27388 commit 0b7dee9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

boards/nullbitsco/tidbit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Keyboard mapping for the [nullbits tidbit](https://nullbits.co/tidbit/).
22

3-
Copy `kb.py` and `main.py` to your top level circuitpython folder beside the kmk folder.
3+
Copy `kb.py` and `main.py` to your top level CircuitPython folder beside the kmk folder.
44
Edit the key mapping in `main.py` to match your build,
55
for example the number and location of encoders and double-size keys.
66

docs/en/config_and_keymap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ keyboard.keymap = [[KC.A, KC.B]]
7373
```
7474

7575
- The keymap contains a flat list of `Key` objects for each layer of the keyboard.
76-
The list of keys in each layer are stored as a single list that folllows the
76+
The list of keys in each layer are stored as a single list that follows the
7777
grid of row and column pins in the keyboard matrix. This list starts with keys
7878
in the first row from left to right, then the second row, and so on.
7979
The row x column matrix structure doesn't appear explicitly

util/aspell.en.pws

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
personal_ws-1.1 en 347
1+
personal_ws-1.1 en 348
22
ADNS
33
AMS
44
ANAVI
@@ -305,6 +305,7 @@ nano
305305
nc
306306
neopixel
307307
noncommercially
308+
nullbits
308309
num
309310
numpad
310311
oneshot

0 commit comments

Comments
 (0)