You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
2.0 KiB

  1. # Junco <!-- omit from toc -->
  2. ![Junco](https://i.imgur.com/WzZaIgQh.jpg)
  3. Junco 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.
  4. - Keyboard Maintainer: [Dane Skalski](https://github.com/Daneski13)
  5. - Hardware Supported: Junco PCB, Raspberry Pi Pico
  6. - Hardware Availability: [PCB, Case, Parts List](https://github.com/Daneski13/Junco)
  7. Remember you have to flash both halves of the keyboard for it to work!
  8. Make example for this keyboard (after setting up your build environment):
  9. make junco:default
  10. Flashing example for this keyboard:
  11. ```bash
  12. # For flashing the left half...
  13. make junco:default:uf2-split-left
  14. # or the qmk cli equivalent:
  15. qmk flash -kb junco --keymap default -bl uf2-split-left
  16. # For flashing the right half...
  17. make junco:default:uf2-split-right
  18. # or the qmk cli equivalent:
  19. qmk flash -kb junco --keymap default -bl uf2-split-right
  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. ## Bootloader <!-- omit from toc -->
  23. Enter the bootloader in 3 ways:
  24. - **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.
  25. - **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.
  26. - **Keycode in layout**: In the default layout, the `Bootloader` keycode is above home row pinky on the right side's adjust layer.
  27. 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.