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.

34 lines
1.7 KiB

  1. Redox wireless
  2. =======
  3. <p align="center">
  4. <img src="https://github.com/mattdibi/redox-keyboard/raw/master/img/redox-logo.png" alt="Redox logo" width="600"/>
  5. </p>
  6. **Redox**: the **R**educed **E**rgo**dox** project. More information and building instruction [here](https://github.com/mattdibi/redox-keyboard).
  7. A wireless version of the Redox keyboard.
  8. - Keyboard Maintainer: [@mattdibi](https://github.com/mattdibi)
  9. - Hardware Supported: Redox-w rev1.0W PCB
  10. - Hardware Availability: Falbatech
  11. Make example for this keyboard (after setting up your build environment):
  12. ```sh
  13. make redox_w:default
  14. ```
  15. Example of flashing this keyboard:
  16. ```sh
  17. make redox_w:default:avrdude
  18. ```
  19. 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).
  20. For nRF51822 firmware upload instruction and development see [the Redox wireless firmware repository](https://github.com/mattdibi/redox-w-firmware).
  21. ## Redox-w Notes
  22. These configuration files were based off the [Mitosis](https://github.com/qmk/qmk_firmware/tree/master/keyboards/mitosis) and [Atreus](https://github.com/technomancy/atreus) keyboard. It assumes a Pro Micro is being used, however retains the 'make upload' feature from the Atreus branch. This keyboard uses a completely different 'matrix scan' system to other keyboards, it relies on an external nRF51822 microcontroller maintaining a matrix of keystates received from the keyboard halves. The matrix.c file contains the code to poll the external microcontroller for the key matrix. As long as this file is not changed, all other QMK features are supported.