|
|
hace 3 años | |
|---|---|---|
| .. | ||
| keymaps | 1978007fae Tap Dance: remove `qk_` prefix (#19313) | hace 3 años |
| rev1 | 86885ecbcc Fix more build failures (#19869) | hace 3 años |
| readme.md | d2accb48e7 RESET -> QK_BOOT keyboard readme (#18110) | hace 4 años |
| redox.c | 3b7b1994cd Redox keyboard code (#2843) | hace 8 años |
| redox.h | 1dbe4e7dd0 [Keyboard] Redox media (#13084) | hace 4 años |
| rules.mk | f9aeea64c1 Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) | hace 3 años |
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.