summaryrefslogtreecommitdiff
path: root/keyboards/redox_w/redox_w.c
AgeCommit message (Collapse)Author
2022-02-21[Keyboard] [redox_w] add dvorak layout and white led support (#16259)66f9e4eae
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-08-09Remove ONEHAND_ENABLE (#13920)Joel Challis
2021-05-09Make Swap Hands use PROGMEM (#12284)Drashna Jaelre
This converts the array that the Swap Hands feature uses to use PROGMEM, and to read from that array, as such. Since this array never changes at runtime, there is no reason to keep it in memory. Especially for AVR boards, as memory is a precious resource.
2021-02-06Serial refactor (#11521)Ryan
2018-10-22Keyboard: Add Redox Wireless keyboard (#4180)Mattia Dal Ben
* Added folder and default keymap * Added italian keymap * Fixed readme.md * Added layer display through RGB led * Added layer status display to italian keymap * Fixed indentation * Removed obsolete comments * Updated instructions * Fixed keymaps readmes and removed RGB controls on ADJUST layer * Removed redundant KC_* definitions * Fixed readme file * Changed include guards to pragma once * Removed unused audio functions * Fixed rules.mk file * Added spaces in readme to fix rendering * Reconfigured keymap macro to resemble physical layout * Updated default keymap * Updated italian keymap * Removed unused persistent_default_layer_set function