qmk-firmware/keyboards/redox
frederik-h e954dfcf8c Fix redox with DIODE_DIRECTION == ROW2COL (#3394)
The code for the redox keyboard was missing
an appropriate #ifdef in the matrix_init
function for the case where DIODE_DIRECTION == ROW2COL
2018-07-14 13:24:53 -07:00
..
keymaps Default layout for the Redox keyboard (#2954) 2018-05-13 19:31:38 -07:00
rev1
config.h
i2c.c
i2c.h
info.json Redox Configurator support (#3290) 2018-07-03 16:15:58 -07:00
matrix.c Fix redox with DIODE_DIRECTION == ROW2COL (#3394) 2018-07-14 13:24:53 -07:00
readme.md
redox.c
redox.h
rules.mk
serial.c
serial.h
split_util.c
split_util.h

readme.md

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
  • Hardware Availability: Falbatech

Make example for this keyboard (after setting up your build environment):

make redox/rev1:default

Example of flashing this keyboard:

make redox/rev1:default:avrdude

See build environment setup then the make instructions for more information.