1
0
Fork 0
qmk_firmware/keyboards/redox
Tyler Tolley 973bc88b0f
[Keymap] Add thattolleyguy keymaps (#15351)
* Adding personal keymaps

* Update licenses

* Fix RGB settings

* Define used animations

Co-authored-by: Drashna Jaelre <drashna@live.com>

Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-04-13 07:27:07 -07:00
..
keymaps [Keymap] Add thattolleyguy keymaps (#15351) 2022-04-13 07:27:07 -07:00
rev1 Remove NO_ACTION_MACRO and NO_ACTION_FUNCTION from keyboard config.h (#16655) 2022-03-15 13:56:58 +00:00
.noci
config.h
info.json Remove width, height and key_count from info.json (#14274) 2021-09-12 14:04:56 +10:00
readme.md [Keyboard] Add the proton c as a controller for the redox (#16106) 2022-01-31 11:40:13 -08:00
redox.c
redox.h [Keyboard] Redox media (#13084) 2021-09-06 12:44:39 -07:00
rules.mk Tidy up NKRO_ENABLE rules (#15382) 2021-12-09 16:05:44 +11:00

The Redox keyboard

Redox logo

Redox PCB rev1.0

Redox: the Reduced Ergodox project. More information and building instruction here.

  • Keyboard Maintainer: Mattia Dal Ben
  • Hardware Supported: Redox PCB rev1.0 w/ Pro Micro or Proton C
  • Hardware Availability: Falbatech

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:

  • Physical reset button: Briefly press the button on the back of the PCB
  • Keycode in layout: Press the key mapped to 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.