qmk_firmware/keyboards/sofle_pico/keymaps/jellytitan
Ryan Neff 371850c889 Moved tapping term speed to json
Added search 'tags'
added comma after mouse config in json
2023-11-25 14:59:17 -08:00
..
config.h Moved tapping term speed to json 2023-11-25 14:59:17 -08:00
keymap.c
readme.md Move matrix_pins into info.json 2023-10-19 14:34:45 -07:00
rules.mk Moved mouse config to .json 2023-11-25 14:43:28 -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
  • 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