mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-02-24 07:40:50 +00:00
1.1 KiB
1.1 KiB
JellyTitan sofle_v303 Keymap
This keymap is derived from Ergodox layouts and is adapted for the sofle_v303. It is notable for it's semi-complex programming examples that include the use of rotary encoders.
Plenty of useful examples:
- Advanced knob programming! (Three-layer usage + clicks)
- Macros! (Fancy key combos tied to the rotary encoders)
- Tap Dance! (Double tap your '5' key for 'Enter')
- Dynamic Tapping term! (Dial in the double tap speed)
The qwerty key layout is my adaptation of the Ergodox defaults. If this is your first split keyboard, you probably want a different key layout.
Flashing example for this keyboard:
# For flashing the left half...
make sofle_v303:jellytitan:uf2-split-left
# or the qmk cli equivalent:
qmk flash -kb sofle_v303 --keymap jellytitan -bl uf2-split-left
# For flashing the right half...
make sofle_v303:jellytitan:uf2-split-right
# or the qmk cli equivalent:
qmk flash -kb sofle_v303 --keymap jellytitan -bl uf2-split-right