KMKfw / kmk_firmware

Clackety Keyboards Powered by Python
https://kmkfw.zulipchat.com
Other
1.39k stars 476 forks source link

Keymap for Budgy Keyboard #950

Closed JakobEdvardsson closed 6 months ago

JakobEdvardsson commented 6 months ago

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.

JakobEdvardsson commented 6 months ago

If you're providing two keymaps, wouldn't it make more sense to have common kb.py and main.py, and split off only the keymaps as keymap_sw.py and keymap_us.py for example?

You are right! Will make sure to do that instead!

JakobEdvardsson commented 6 months ago

@xs5871 made the keymap more modular, all you have to do is to uncomment/comment out an import to change layout.

xs5871 commented 6 months ago

There are linter errors that need fixing