|
|
2 years ago | |
|---|---|---|
| .. | ||
| base | 831deac212 Migrate build target markers to keyboard.json (#23293) | 2 years ago |
| proton_c | abcaf39e6c Migrate build target markers to keyboard.json - R (#23542) | 2 years ago |
| info.json | 634ebc9763 Migrate `LOCKING_*_ENABLE` to Data-Driven: Q-R (#23781) | 2 years ago |
| readme.md | b1ea30ca7c Move `redox_w` into `redox` (#21448) | 2 years ago |
| rules.mk | 201a914beb Move keyboard USB IDs and strings to data driven, pass 2: P-R (#18091) | 4 years ago |
Redox: the Reduced Ergodox project. More information and building instruction here.
Make example for this keyboard (after setting up qmk):
To build the Pro Micro firmware, first set your config:
qmk config user.keyboard=redox/rev1
or if your using the Proton C:
qmk config user.keyboard=redox/rev1/proton_c
Don't forget to set a layout. There's many to choose from in the keymaps folder.
qmk config user.keymap=default
Now you can build your firmware!
qmk compile
Flashing is also straightforward. Run:
qmk flash
Enter the bootloader when prompted by doing one of the following:
QK_BOOT if you have a layout that has one.The WS2812 driver is untested on the Proton C, but if you choose to use this feature, you will need to source 5v from the Proton's VUSB pin and not use the PCB's dedicated pin which will be 3v3 and follow the documentation to enable the correct driver settings.
Brand new to QMK? Start with our Complete Newbs Guide.