qmk_firmware/keyboards/0xcb/splaytoraid
2023-04-15 23:37:24 -06:00
..
32u4 add new board: splaytoraid (#20052) 2023-03-15 15:53:02 +00:00
keymaps Encodermap direction define. (#20454) 2023-04-15 16:18:44 +01:00
rp2040_ce Move WS2812_DRIVER to data driven (#20248) 2023-03-26 18:22:12 +11:00
config.h Migrate rgblight.pin and RGB_DI_PIN to ws2812.pin (#20303) 2023-04-06 18:00:54 +10:00
info.json Fix info.json LTO and format encoder definitions (#20456) 2023-04-15 23:37:24 -06:00
readme.md add new board: splaytoraid (#20052) 2023-03-15 15:53:02 +00:00
rules.mk add new board: splaytoraid (#20052) 2023-03-15 15:53:02 +00:00

splaytoraid

splaytoraid

A 40% ergonomic keyboard with a stacked acrylic case and RGB underglow.

  • Keyboard Maintainer: freya
  • Hardware Supported: PCB kit and Pro Micro compatible controller
  • Hardware Availability: here

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

make 0xcb/splaytoraid:default
make 0xcb/splaytoraid/32u4:default

Flashing example for this keyboard:

make 0xcb/splaytoraid:default:flash
make 0xcb/splaytoraid/32u4:default:flash

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: Hold down the left top 4. col key (usually Escape) and plug in the keyboard
  • Physical reset button: Press the button on the controller (Helios) for more than 500ms or just press it (Pluto)
  • Keycode in layout: Press the key mapped to QK_BOOT if it is available

Please note that the default bootloader for the 32u4 version is QMK DFU, for compatibility with 0xCB Pluto. Generic Pro Micros often use a different bootloader, such as caterina.

If the incorrect bootloader is specified, bootmagic reset and the QK_BOOT keycode will not work.

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 for more details.