|
|
4 anni fa | |
|---|---|---|
| .. | ||
| keymaps | 973bc88b0f [Keymap] Add thattolleyguy keymaps (#15351) | 4 anni fa |
| rev1 | 764dc18a81 Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16655) | 4 anni fa |
| .noci | c0dcee96a8 Initial list of keyboards to exclude from CI (#11213) | 5 anni fa |
| config.h | 36f4f1e9b8 [Keyboard] Redox via support added (#10710) | 5 anni fa |
| info.json | 4791cfae1a Remove width, height and key_count from info.json (#14274) | 5 anni fa |
| readme.md | 1111ff604d [Keyboard] Add the proton c as a controller for the redox (#16106) | 4 anni fa |
| redox.c | 3b7b1994cd Redox keyboard code (#2843) | 8 anni fa |
| redox.h | 1dbe4e7dd0 [Keyboard] Redox media (#13084) | 5 anni fa |
| rules.mk | a8d440e4e0 Tidy up NKRO_ENABLE rules (#15382) | 4 anni fa |
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:
RESET 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.