Skip to content

Commit

Permalink
Merge branch 'master' into fix-spelling-b
Browse files Browse the repository at this point in the history
  • Loading branch information
xs5871 authored Apr 1, 2024
2 parents 6dc5080 + 0b248ab commit 92d7e88
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
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 351
personal_ws-1.1 en 354
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

0 comments on commit 92d7e88

Please sign in to comment.