mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-03-13 06:54:08 +00:00
29 lines
1.1 KiB
Markdown
29 lines
1.1 KiB
Markdown
# JellyTitan sofle_v303 Keymap
|
|

|
|
|
|
This keymap is derived from Ergodox layouts and is adapted for the [sofle_v303](https://github.com/daneski13/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:
|
|
|
|
```bash
|
|
# 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
|
|
```
|