aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/redox/keymaps
Commit message (Collapse)AuthorAgeFilesLines
* Keymap: Redox: add a new Colemak keymap, macOS oriented. (#3861)Jeremy Herve2018-09-104-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.
* Keymap: Add german layout for redox keyboard (#3695)frederik-h2018-08-294-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.
* redox: convert to use SPLIT_KEYBOARD feature (#3478)Len Trigg2018-07-252-2/+0
|
* Default layout for the Redox keyboard (#2954)Mattia Dal Ben2018-05-137-16/+180
| | | | | | * Improved default layout for Redox keyboard, renamed old layout * Corrected copyright note
* Redox keyboard code (#2843)Mattia Dal Ben2018-04-294-0/+164
* Added Redox keyboard with default keymap (IT layout) * Updated manufacturer url * Applied requested changes