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.

38 lines
1.9 KiB

  1. # Cradio keyboards
  2. ![Cradio](https://github.com/davidphilipbarr/hypergolic/raw/main/hypergarlic/ht.png)
  3. Cradio are low-profile 34-key split-keyboards designed by [@davidphilipbarr](https://github.com/davidphilipbarr), with no diodes and direct micro-controller pin wiring.
  4. ## Keyboard Info
  5. * Keyboard Maintainer: [davidphilipbarr](https://github.com/davidphilipbarr)
  6. * Hardware Supported:
  7. * [Sweep](https://github.com/davidphilipbarr/Sweep) (all versions)
  8. * [Hypergarlic](https://github.com/davidphilipbarr/hypergolic/tree/main/hypergarlic)
  9. * [Paroxysm](https://github.com/davidphilipbarr/hypergolic/tree/main/paroxysm)
  10. * Variants of the same 34-key direct pin PCB
  11. * Hardware Availability: order PCBs with gerber files from the repository
  12. Make example for this keyboard (after setting up your build environment):
  13. make cradio:default
  14. 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).
  15. ## Setting Handedness
  16. Keyboard uses [handedness by EEPROM](https://docs.qmk.fm/#/feature_split_keyboard?id=handedness-by-eeprom) as default. The make commands are:
  17. make cradio:default:dfu-split-left
  18. make cradio:default:dfu-split-right
  19. [QMK Toolbox](http://qmk.fm/toolbox) can also be used to set EEPROM handedness. Place the controller in bootloader mode and select menu option Tools -> EEPROM -> Set Left/Right Hand
  20. ## Bootloader
  21. Enter the bootloader in 3 ways:
  22. * **Bootmagic reset**: Hold down the top left key on the left half (or the top right right key on the right half) and plug in the controller on that side.
  23. * **Physical reset button**: Briefly press the reset button soldered on the PCB.
  24. * **Keycode in layout**: Press the key mapped to `RESET` if it is configured.