summaryrefslogtreecommitdiff
path: root/keyboards/redox
AgeCommit message (Collapse)Author
2018-08-26add linebreaks to "Keyboard Maintainer:..." blocks where missing (#3763)Michael F. Lamb
2018-07-25redox: convert to use SPLIT_KEYBOARD feature (#3478)Len Trigg
2018-07-14Fix redox with DIODE_DIRECTION == ROW2COL (#3394)frederik-h
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-03Redox Configurator support (#3290)noroadsleft
2018-05-28Fix nyquist (and other splits using D2 in debouncing) (#3067)Danny
* 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
2018-05-13Default layout for the Redox keyboard (#2954)Mattia Dal Ben
* Improved default layout for Redox keyboard, renamed old layout * Corrected copyright note
2018-04-29Redox keyboard code (#2843)Mattia Dal Ben
* Added Redox keyboard with default keymap (IT layout) * Updated manufacturer url * Applied requested changes