summaryrefslogtreecommitdiffstats
path: root/keyboards/redox/rev1/rev1.h
Commit message (Collapse)AuthorAgeFilesLines
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-121-23/+0
|
* Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-161-6/+0
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove pointless `USE_I2C` blocks in keyboard headers (#20084)Ryan2023-03-101-8/+0
|
* [Keyboard] Add the proton c as a controller for the redox (#16106)xerootg2022-01-311-2/+5
| | | | Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: xerootg <xerootg@github.com>
* Keyboard: Redox keymaps refactoring (#4258)Mattia Dal Ben2018-10-271-53/+21
| | | | | | | | | | | | | | | | | | | | | | | | * 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 keyboard code (#2843)Mattia Dal Ben2018-04-291-0/+66
* Added Redox keyboard with default keymap (IT layout) * Updated manufacturer url * Applied requested changes