Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix spelling of (#950) #952

Merged
merged 1 commit into from
Apr 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions boards/budgy/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Budgy Keybard Rev 1
Split 34 key keyboard powered by a raspberry pi pico and diodeless.
# Budgy Keyboard Rev 1
Split 34 key keyboard powered by a Raspberry Pi Pico and diode-less.

![Budgy](https://i.imgur.com/2iLX4xt.jpg)

Keyboard created by [Alex Miller](https://github.com/doesntfazer)
Keyboard build guide at: [Build Guide](https://github.com/doesntfazer/Budgy/blob/main/Build%20Guides/readme.md)
Keyboard created by [Alex Miller](https://github.com/doesntfazer)
Keyboard build guide at: [Build Guide](https://github.com/doesntfazer/Budgy/blob/main/Build%20Guides/readme.md)
KMK config created by [Jakob Edvardsson](https://github.com/JakobEdvardsson)

## Layout
This config has both US-qwerty and Swedish-Colemak-DH in mind.
This config has both US-qwerty and Swedish-Colemak-DH in mind.
The default keymap is US-qwerty, in order to switch to the Swedish-Colemak-DH keymap,
comment out the US-qwerty keymap and uncomment the Swedish-Colemak-DH keymap in the main.py file.

Expand All @@ -20,6 +20,6 @@ import keymap_us as keymap

Swedish-Colemak-DH layer:
```python
import keymap_sw as keymap
import keymap_sw as keymap
#import keymap_us as keymap
```
```
5 changes: 4 additions & 1 deletion util/aspell.en.pws
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
personal_ws-1.1 en 349
personal_ws-1.1 en 352
ADNS
AMS
ANAVI
Expand All @@ -14,6 +14,7 @@ Blok
BlueMicro
Blueicro
Boardsource
Budgy
CIRCUITPY
CRKBD
CapsWord
Expand Down Expand Up @@ -43,6 +44,7 @@ DracuLad
EE
EVQWGD
EasyPoint
Edvardsson
ErgoDox
ErgoTravel's
Ergomech
Expand Down Expand Up @@ -71,6 +73,7 @@ InternalState
ItsyBitsy
JIS
JPConstantineau's
Jakob
KMK
KMK's
KMKPython
Expand Down
Loading