summaryrefslogtreecommitdiff
path: root/keyboards/redox/matrix.c
Commit message (Collapse)AuthorAge
* redox: convert to use SPLIT_KEYBOARD feature (#3478)Len Trigg2018-07-25
|
* Fix redox with DIODE_DIRECTION == ROW2COL (#3394)frederik-h2018-07-14
| | | | | The code for the redox keyboard was missing an appropriate #ifdef in the matrix_init function for the case where DIODE_DIRECTION == ROW2COL
* Fix nyquist (and other splits using D2 in debouncing) (#3067)Danny2018-05-28
| | | | | | | | | | | | | | * Update default Nyquist revision * LED slave fix * Sync changes from lets_split * Add needed check for debouncing * Remove line that was setting PD2 pin and interfering with use of that pin * Add backlight key to keymap
* Redox keyboard code (#2843)Mattia Dal Ben2018-04-29
* Added Redox keyboard with default keymap (IT layout) * Updated manufacturer url * Applied requested changes