qmk_firmware/keyboards/sofle_pico
2024-03-24 15:47:42 -07:00
..
keymaps Fixes long comment styling 2024-03-24 12:00:59 -07:00
config.h Removed redundant comments 2024-03-24 12:27:29 -07:00
halconf.h Formatting cleanup 2024-02-20 17:21:20 -08:00
info.json Fixes lint error 'Invalid keyboard level feature detected - encoder_map' 2024-03-24 15:47:42 -07:00
post_config.h Fixes long comment styling 2024-03-24 12:00:59 -07:00
readme.md Restores 'default' keymap in readme to align with qmk template guidelines 2024-03-24 12:29:16 -07:00
rules.mk Formatting cleanup 2024-02-20 17:21:20 -08:00

Sofle Pico Keyboard

Sofle Pico Sofle Pico PCB 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, per-key RGB lighting, 128x64 OLEDs and a tenting puck mount.

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:via

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 .uf2 firmware file to flash it.

Keyboard-layout-editor.com