summaryrefslogtreecommitdiffstats
path: root/keyboards/rgbkb/sol3/rev1
Commit message (Collapse)AuthorAgeFilesLines
* RGB Matrix: driver naming cleanups (#21594)Ryan2023-08-231-1/+1
|
* Move miscellaneous defines to data driven (#21382)Ryan2023-07-021-1/+2
|
* Move `TAP_CODE_DELAY` to data driven (#21363)Ryan2023-06-251-0/+3
|
* Remove encoder in-matrix workaround code (#20389)jack2023-06-192-42/+4
|
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-181-0/+1
|
* Move `RGBLED_SPLIT` to data driven (#21113)Ryan2023-06-061-0/+3
| | | | Co-authored-by: Joel Challis <git@zvecr.com>
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-122-145/+94
|
* 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>