qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

readme.md (1789B)


      1 # Redox Wireless
      2 =======
      3 
      4 <p align="center">
      5 <img src="https://github.com/mattdibi/redox-keyboard/raw/master/img/redox-logo.png" alt="Redox logo" width="600"/>
      6 </p>
      7 
      8 **Redox**: the **R**educed **E**rgo**dox** project. More information and building instruction [here](https://github.com/mattdibi/redox-keyboard).
      9 
     10 A wireless version of the Redox keyboard.
     11 
     12 - Keyboard Maintainer: [@mattdibi](https://github.com/mattdibi)  
     13 - Hardware Supported: Redox-w rev1.0W PCB  
     14 - Hardware Availability: Falbatech
     15 
     16 Make example for this keyboard (after setting up your build environment):
     17 
     18 ```sh
     19 make redox/wireless:default
     20 ```
     21 
     22 Example of flashing this keyboard:
     23 
     24 ```sh
     25 make redox/wireless:default:avrdude
     26 ```
     27 
     28 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).
     29 
     30 For nRF51822 firmware upload instruction and development see [the Redox wireless firmware repository](https://github.com/mattdibi/redox-w-firmware).
     31 
     32 ## Notes
     33 
     34 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.