summaryrefslogtreecommitdiff
path: root/keyboards/redox/keymaps
Commit message (Collapse)AuthorAge
* Keymap: Set serial connection as default for the Redox rev1.0 keyboard (#4488)Mattia Dal Ben2018-11-27
| | | | | | | | | | | | | | * Set serial as default for Redox * Updated rules.mk file * Removed unused rule Co-Authored-By: mattdibi <mattdibi@users.noreply.github.com> * Removed unused rule Co-Authored-By: mattdibi <mattdibi@users.noreply.github.com>
* Keymap: Finex Redox keymap (#4418)FiNeXdesign2018-11-13
| | | | | | | | * Added FiNeX custom Redox Layout, first commit. * updated readme * removed old code
* Redox: move curly brackets one row down. (#4364)Jeremy Herve2018-11-05
| | | In #4258, the 2 curly brackets were inadvertently moved one row up. This fixes that.
* Keyboard: Redox keymaps refactoring (#4258)Mattia Dal Ben2018-10-27
| | | | | | | | | | | | | | | | | | | | | | | | * Reconfigured keymap macro to resemble physical layout * Updated italian keymap * Added RGB controls * Updated default keymap * Updated german layout * Updated jeherve keymap * Changed include guards to pragmas * Changed include guards to pragmas in keymaps * Update readme * Fixed unused include * Fixed indentation
* Keymap: Redox: add a new Colemak keymap, macOS oriented. (#3861)Jeremy Herve2018-09-10
| | | | | | | | | | | | | | | | | | * 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-29
| | | | | | | | | | | | | | | | | | | | | | | * 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-25
|
* Default layout for the Redox keyboard (#2954)Mattia Dal Ben2018-05-13
| | | | | | * Improved default layout for Redox keyboard, renamed old layout * Corrected copyright note
* Redox keyboard code (#2843)Mattia Dal Ben2018-04-29
* Added Redox keyboard with default keymap (IT layout) * Updated manufacturer url * Applied requested changes