logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

readme.md (1879B)


  1. # splaytoraid
  2. ![splaytoraid](https://i.imgur.com/N85DPHGh.png)
  3. A 40% ergonomic keyboard with a stacked acrylic case and RGB underglow.
  4. * Keyboard Maintainer: [freya](https://github.com/freya-irl)
  5. * Hardware Supported: PCB kit and Pro Micro compatible controller
  6. * Hardware Availability: [here](https://keeb.supply/products/splaytoraid-messenger-edition)
  7. Make example for this keyboard (after setting up your build environment):
  8. make 0xcb/splaytoraid:default
  9. make 0xcb/splaytoraid/32u4:default
  10. Flashing example for this keyboard:
  11. make 0xcb/splaytoraid:default:flash
  12. make 0xcb/splaytoraid/32u4:default:flash
  13. 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).
  14. ## Bootloader
  15. Enter the bootloader in 3 ways:
  16. * **Bootmagic reset**: Hold down the left top 4. col key (usually Escape) and plug in the keyboard
  17. * **Physical reset button**: Press the button on the controller (Helios) for more than 500ms or just press it (Pluto)
  18. * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
  19. Please note that the default bootloader for the `32u4` version is QMK DFU, for compatibility with [0xCB Pluto](https://github.com/0xCB-dev/0xCB-Pluto). Generic Pro Micros often use a different bootloader, such as `caterina`.
  20. If the incorrect bootloader is specified, bootmagic reset and the `QK_BOOT` keycode will not work.
  21. To avoid this problem, set the correct bootloader in your custom keymap's `rules.mk` file before compiling, or flash using an appropriate target (ex: `make 0xcb/splaytoraid/32u4:default:avrdude`). See [flashing instructions and bootloader information](https://docs.qmk.fm/#/flashing) for more details.