qmk_firmware/keyboards/sofle_v303/keymaps/jellytitan
2023-10-02 16:52:40 -07:00
..
config.h Fixed RH pimaroni config bug 2023-10-02 16:52:40 -07:00
keymap.c
readme.md
rules.mk Added RH trackball 2023-10-01 16:58:07 -07:00

JellyTitan sofle_v303 Keymap

jellytitan

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