|
|
2 jaren geleden | |
|---|---|---|
| .. | ||
| config.h | b1ea30ca7c Move `redox_w` into `redox` (#21448) | 2 jaren geleden |
| keyboard.json | abcaf39e6c Migrate build target markers to keyboard.json - R (#23542) | 2 jaren geleden |
| matrix.c | 2dd406f08f Remove `quantum.h` includes from keyboard custom `matrix.c`s (#23371) | 2 jaren geleden |
| readme.md | b1ea30ca7c Move `redox_w` into `redox` (#21448) | 2 jaren geleden |
| rules.mk | b1ea30ca7c Move `redox_w` into `redox` (#21448) | 2 jaren geleden |
| wireless.c | d09a06a1b3 Update GPIO API usage in keyboard code (#23361) | 2 jaren geleden |
| wireless.h | d09a06a1b3 Update GPIO API usage in keyboard code (#23361) | 2 jaren geleden |
=======
Redox: the Reduced Ergodox project. More information and building instruction here.
A wireless version of the Redox keyboard.
Make example for this keyboard (after setting up your build environment):
make redox/wireless:default
Example of flashing this keyboard:
make redox/wireless:default:avrdude
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.
For nRF51822 firmware upload instruction and development see the Redox wireless firmware repository.
These configuration files were based off the Mitosis and 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.