qmk_firmware/keyboards/sofle_pico/keymaps/default_jellytitan
2024-03-22 16:52:42 -07:00
..
config.h
keymap.c Fixed OLED rotation 2024-03-22 16:52:42 -07:00
readme.md Fixes broken url in readme's 2024-03-14 13:45:18 -07:00
rules.mk Formatting cleanup 2024-02-20 17:21:20 -08:00

JellyTitan Sofle Pico Keymap

jellytitan

This keymap is derived from Ergodox layouts and is adapted for the sofle_pico. It is notable for it's semi-complex programming examples that include the use of rotary encoders.

Plenty of useful examples:

  • Pimaroni enabled (I really don't like it, I don't recommend it)!
  • 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_pico:jellytitan:uf2-split-left
# or the qmk cli equivalent:
qmk flash -kb sofle_pico --keymap jellytitan -bl uf2-split-left

# For flashing the right half...
make sofle_pico:jellytitan:uf2-split-right
# or the qmk cli equivalent:
qmk flash -kb sofle_pico --keymap jellytitan -bl uf2-split-right