summaryrefslogtreecommitdiffstats
path: root/keyboards/rgbkb/sol3/rev1
Commit message (Collapse)AuthorAgeFilesLines
* Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2023-04-081-0/+3
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-061-0/+1
|
* [Core] Refactor `keyevent_t` for 1ms timing resolution (#15847)Stefan Kerkmann2023-04-031-10/+3
|
* Move `WS2812_DRIVER` to data driven (#20248)Ryan2023-03-261-0/+3
|
* Move matrix config to info.json, part 3 (#19991)Ryan2023-03-111-0/+11
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move encoder config to data driven (#19923)Ryan2023-02-261-1/+17
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2023-02-171-0/+3
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-081-0/+2
|
* Fix functions with empty params (#19647)Ryan2023-01-201-1/+1
| | | | | * Fix functions with empty params * Found a bunch more
* Move keyboard USB IDs and strings to data driven, pass 2: P-R (#18091)Ryan2022-08-202-13/+7
|
* Sol3 fix rgb map (#17019)Doomsdayrs2022-05-071-10/+12
| | | | | | | | | * Fix for key -> LED mapping * Revert whitespace changes * Revert whitespace changes 2 Co-authored-by: theVDude <rb.cubed@gmail.com>
* RGBKB Sol 3 rev1: Configurator Data and Readme (#16798)James Young2022-04-051-0/+118
| | | | | * add QMK Configurator data * add readme file
* Small fix for Sol 3 brightness limits (#16157)XScorpion22022-02-011-1/+1
|
* [Keyboard] Sol 3 Keyboard from RGBKB (#15687)XScorpion22022-01-214-0/+373
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Franklyn Tackitt <franklyn@tackitt.net>