logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

readme.md (1789B)


  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/wireless:default
  14. ```
  15. Example of flashing this keyboard:
  16. ```sh
  17. make redox/wireless: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. ## 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.