qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

readme.md (1800B)


      1 # Sofle Pico Keyboard
      2 
      3 ![Sofle Pico](https://i.imgur.com/9VBj3T5.jpeg)
      4 ![Sofle Pico PCB](https://i.imgur.com/8SDTm4h.jpeg)
      5 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.
      6 
      7 - Keyboard Maintainer: [Ryan Neff](https://github.com/JellyTitan)
      8 - Hardware Supported: Sofle Pico PCB v3.5.x, Raspberry Pi Pico
      9 - Hardware Availability: [PCB, Case, Parts List](https://github.com/JellyTitan/Sofle-Pico)
     10 
     11 Remember you have to flash both halves of the keyboard for it to work!
     12 
     13 Make example for this keyboard (after setting up your build environment):
     14 
     15     make sofle_pico:default
     16 
     17 Flashing example for this keyboard:
     18 
     19     make sofle_pico:default:flash
     20     
     21 See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
     22 
     23 ## Bootloader
     24 
     25 Enter the bootloader in 3 ways:
     26 
     27 - **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.
     28 - **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.
     29 - **Keycode in layout**: In the default layout, the `Bootloader` keycode is above home row pinky on the right side's adjust layer.
     30 
     31 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.