This is my (demuredemeanor) sofle rgb firmware config for the sofle rgb keyhive keyboard.
demure 8f6b2d61aa Update 'readme.md' | 2 years ago | |
---|---|---|
keymaps | 3 years ago | |
rev1 | 3 years ago | |
LICENSE | 3 years ago | |
config.h | 3 years ago | |
readme.md | 2 years ago | |
rules.mk | 3 years ago | |
soflergb.c | 3 years ago | |
soflergb.h | 3 years ago |
Sofle is 6×4+5 keys column-staggered split keyboard. Based on Lily58, Corne and Helix keyboards.
More details about the keyboard from the creator's blog: Let me introduce you SofleKeyboard - a split keyboard based on Lily58 and Crkbd
Rather than maintain a full QMK repo, I symlink this repo into the qmk_firmware/keyboards
dir.
See here for the qmk_firmware.
## inside qmk_firmware/keyboards dir
ln -s ~/path/to/soflergb_repo .
Flash using the correct command below:
# for pro micro-based builds
qmk flash -kb soflergb/rev1 -km soflergb -bl avrdude-split-left
qmk flash -kb soflergb/rev1 -km soflergb -bl avrdude-split-right
# for Elite C or dfu bootloader builds
qmk flash -kb soflergb/rev1 -km soflergb -bl dfu-split-left
qmk flash -kb soflergb/rev1 -km soflergb -bl dfu-split-right
These commands can be mixed if, for example, you have an Elite C on the left and a pro micro on the right.