summaryrefslogtreecommitdiffstats
path: root/keyboards/redox
AgeCommit message (Collapse)AuthorFilesLines
2018-09-10Keymap: Redox: add a new Colemak keymap, macOS oriented. (#3861)Jeremy Herve4-0/+362
* Add my own keymap to the list of available Redox keymaps. This keymap is a Colemak keymap, and is meant to be used on Mac OS. More information can be found in the readme. * Fix "macOS" typo and remove mention of the license. This directory inherits the project's license. * Add missing custom keycode. * Address feedback from PR review - Remove deprecated code - Remove RGB logic since it is overwritten by code running later.
2018-08-29Keymap: Add german layout for redox keyboard (#3695)frederik-h4-0/+150
* Add german layout for redox keyboard A german layout for the redox keyboard which tries to stay close to the default english redox layout while acommodating the umlauts at their usual position. * Fix keycodes in german redox keymap The keycode for Y was wrong. * Minor changes * Remove #ifdef include guard by #pragma once * Remove unnecessary include from rules.mk * Review changes Remove unnecessary code fragments that were pointed out in the review of PR #3695 by @drashna.
2018-08-26add linebreaks to "Keyboard Maintainer:..." blocks where missing (#3763)Michael F. Lamb1-2/+2
2018-07-25redox: convert to use SPLIT_KEYBOARD feature (#3478)Len Trigg10-1039/+1
2018-07-14Fix redox with DIODE_DIRECTION == ROW2COL (#3394)frederik-h1-0/+5
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-04Redox Configurator support (#3290)noroadsleft1-0/+12
2018-05-29Fix nyquist (and other splits using D2 in debouncing) (#3067)Danny1-1/+0
* 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-14Default layout for the Redox keyboard (#2954)Mattia Dal Ben7-16/+180
* Improved default layout for Redox keyboard, renamed old layout * Corrected copyright note
2018-04-29Redox keyboard code (#2843)Mattia Dal Ben20-0/+1553
* Added Redox keyboard with default keymap (IT layout) * Updated manufacturer url * Applied requested changes