2021-10-27 15:02:21 +00:00
# Cradio keyboards
2022-01-10 23:04:54 +00:00
![Cradio ](https://raw.githubusercontent.com/filterpaper/filterpaper.github.io/main/images/cradio.png )
2021-10-27 15:02:21 +00:00
2022-01-10 23:04:54 +00:00
Cradio are minimalist 34-key split-keyboards designed with no diodes, using direct micro-controller pin wiring.
2021-10-27 15:02:21 +00:00
## Keyboard Info
2022-01-10 23:04:54 +00:00
* Keyboard Maintainer: [David Barr ](https://github.com/davidphilipbarr )
2021-10-27 15:02:21 +00:00
* Hardware Supported:
2021-11-29 08:24:12 +00:00
* [Cradio ](https://github.com/davidphilipbarr/36keys/tree/master/34Keys )
* [Sweep ](https://github.com/davidphilipbarr/Sweep )
2022-01-10 23:04:54 +00:00
* [Hypergolic ](https://github.com/davidphilipbarr/hypergolic )
2021-10-27 15:02:21 +00:00
* Variants of the same 34-key direct pin PCB
2022-01-10 23:04:54 +00:00
* Hardware Availability: order PCBs using gerber files from the repository
2021-10-27 15:02:21 +00:00
2021-11-05 16:00:44 +00:00
Make example for this keyboard (after setting up your build environment):
2021-10-27 15:02:21 +00:00
make cradio:default
2021-11-05 16:00:44 +00:00
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 ).
2021-10-27 15:02:21 +00:00
## Bootloader
Enter the bootloader in 3 ways:
* **Keycode in layout**: Press the key mapped to `RESET` if it is configured.
2022-02-01 02:07:33 +00:00
* **Physical reset button**: Briefly press the reset button soldered on the PCB.
* **Bootmagic reset**: Hold down the top left key on the left half (or the top right key on the right half) and plug in the controller on that side.
2021-11-29 08:24:12 +00:00