summaryrefslogtreecommitdiffstats
path: root/keyboards/redox/keymaps/default/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-211-1/+1
|
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-151-1/+1
|
* [REDOX] Fix default keymap formatting (#11288)LongerHV2020-12-301-4/+4
|
* [Keymap] default keymap fix for questionmark (redox, redox_w) (#6574)Jorde Vorstenbosch2019-08-271-10/+6
| | | | | | | | | | | | * default keymap fix for questionmark Added /? to the default position for a qwerty keyboard. Moved |\ to the left ctrl with the same behaviour as before. * Small PR adjustments and Keypad optimization * Update keymap.c * Update keymap.c
* Keyboard: Redox keymaps refactoring (#4258)Mattia Dal Ben2018-10-271-80/+56
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* redox: convert to use SPLIT_KEYBOARD feature (#3478)Len Trigg2018-07-251-1/+0
|
* Default layout for the Redox keyboard (#2954)Mattia Dal Ben2018-05-131-14/+14
| | | | | | * Improved default layout for Redox keyboard, renamed old layout * Corrected copyright note
* Redox keyboard code (#2843)Mattia Dal Ben2018-04-291-0/+117
* Added Redox keyboard with default keymap (IT layout) * Updated manufacturer url * Applied requested changes