9841d3c402
Because of the previous moving commit, some links need to be fixed too. |
||
---|---|---|
.. | ||
kb.py | ||
main.py | ||
README.md |
Sofle V2
"Sofle is 6×4+5 keys column-staggered split keyboard with encoder support. Based on Lily58, Corne and Helix keyboards."
Hardware Availability: PCB & Case Source
kb.py
is designed to work with the SparkFun Pro Micro RP2040.
Retailers beekeeb (Hong Kong) Ergomech Store (Vietnam)
Extentions enabled by default
- Layers "Layers module adds keys for accessing other layers."
- Split Connects halves with or without wires (currently uses wires)
- You must add the
adafruit_pioasm.mpy
to thelib
folder on the RP2040 for this code to work. More about this is described here.
- You must add the
- Encoder "Add twist control to your keyboard!"
Notes
- This keymap I used the default used by QMK for Sofle (I only used QWERTY, RAISE and LOWER)
- As of 2022-04-05: Only one encoder will work at the moment. The side that is plugged in will work and the way I wrote it is designed to work with the left plugged in. If the right is plugged in the encoder will work but the encoder will work backwards.
- It is possible that the KMK code used for the Sofle V2 could be used on the Sofle V1 or the Sofle RGB or the Sofle Choc. These would each need to be tested to see if they work.