Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add new board: splaytoraid #20052

Merged
merged 16 commits into from
Mar 15, 2023
Merged
Prev Previous commit
Next Next commit
fix readme
  • Loading branch information
Conor-Burns committed Mar 7, 2023
commit bd40d41b94854cb632f2f27bc469adaba65c9fdd
4 changes: 2 additions & 2 deletions keyboards/0xcb/splaytoraid/info.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manufacturer": "Freya",
"keyboard_name": "splaytoraid40",
"maintainer": "Conor-Burns",
"keyboard_name": "splaytoraid",
"maintainer": "freya-irl",
"url": "https://github.com/freya-irl/splaytoraid40",
"debounce": 5,
Conor-Burns marked this conversation as resolved.
Show resolved Hide resolved
"diode_direction": "COL2ROW",
Expand Down
22 changes: 16 additions & 6 deletions keyboards/0xcb/splaytoraid/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# splaytoraid40
# splaytoraid

![splaytoraid40](imgur.com image replace me!)
![splaytoraid](https://keeb.supply/assets/splaytoraid-rgb__preview.webp?preset=full)
Conor-Burns marked this conversation as resolved.
Show resolved Hide resolved

*A short description of the keyboard/project*
Conor-Burns marked this conversation as resolved.
Show resolved Hide resolved

Expand All @@ -10,18 +10,28 @@

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

make splaytoraid40:default
make 0xcb/splaytoraid:default

Flashing example for this keyboard:

make splaytoraid40:default:flash
make 0xcb/splaytoraid:default

this will build the rp2040 variant
you can also build the atmega32u4 variant by using:

make 0xcb/splaytoraid/32u4:default

and flash it:

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


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).

## Bootloader

Enter the bootloader in 3 ways:

* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
* **Bootmagic reset**: Hold down the left top 5. 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
Conor-Burns marked this conversation as resolved.
Show resolved Hide resolved