qmk_firmware/keyboards/sofle_pico
Ryan Neff 2254ebd3c8 Moved heatmap animations to json config
Updated attribution comments
2023-11-30 15:36:52 -08:00
..
keymaps Moved heatmap animations to json config 2023-11-30 15:36:52 -08:00
config.h Moved heatmap animations to json config 2023-11-30 15:36:52 -08:00
halconf.h Moved heatmap animations to json config 2023-11-30 15:36:52 -08:00
info.json Moved heatmap animations to json config 2023-11-30 15:36:52 -08:00
post_config.h Moved SPLIT_KEYBOARD setting from rules to .json 2023-11-29 16:06:40 -08:00
readme.md Added max_brightness to rgb_matrix 2023-11-25 14:34:33 -08:00
rules.mk Removed duplicated rgb_matrix config 2023-11-29 16:34:35 -08:00

sofle_pico

sofle_pico

Sofle Pico is a 60% Raspberry Pi Pico powered split keyboard boasting a 4x6 layout with an aggressive columnar stagger. It has 5 "thumb" keys on either side, support for 2-4 rotary encoders, and per-key RGB lighting.

Remember you have to flash both halves of the keyboard for it to work!

Make example for this keyboard (after setting up your build environment):

make sofle_pico:default

Flashing example for this keyboard:

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

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

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.

Bootloader

Enter the bootloader in 3 ways:

  • Bootmagic reset (works after you have flashed once): Hold down the top far corner key while plugging in the keyboard (~ left half, - right half). This will also clear the EEPROM.
  • Physical reset button: Hold the BOOT button on the Pico and press the RST button on the Pico, release the the RST button before the BOOT button.
  • Keycode in layout: In the default layout, the Bootloader keycode is above home row pinky on the right side's adjust layer.

Once you enter the bootloader, the keyboard will show up as a USB device on your computer, you could drag and drop a firmware file to flash it, but I recommend using the flash commands for the respective side.