summaryrefslogtreecommitdiffstats
path: root/keyboards/redox/keymaps
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-07-25redox: convert to use SPLIT_KEYBOARD feature (#3478)Len Trigg2-2/+0
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 Ben4-0/+164
* Added Redox keyboard with default keymap (IT layout) * Updated manufacturer url * Applied requested changes