|
|
há 2 anos atrás | |
|---|---|---|
| .. | ||
| base | ce1adce696 Migrate split.soft_serial_pin to split.serial.pin O-Z (#24146) | há 2 anos atrás |
| proton_c | 26e84c513c Migrate SERIAL_DRIVER to json (#23925) | há 2 anos atrás |
| info.json | 634ebc9763 Migrate `LOCKING_*_ENABLE` to Data-Driven: Q-R (#23781) | há 2 anos atrás |
| readme.md | b1ea30ca7c Move `redox_w` into `redox` (#21448) | há 2 anos atrás |
| rules.mk | 201a914beb Move keyboard USB IDs and strings to data driven, pass 2: P-R (#18091) | há 4 anos atrás |
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.