summaryrefslogtreecommitdiffstats
path: root/keyboards/avalanche/v4/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2023-06-241-4/+0
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-181-1/+0
|
* Move `RGBLIGHT_SPLIT` to data driven (#21190)Ryan2023-06-151-1/+0
| | | | | * Move `RGBLIGHT_SPLIT` to data driven * Remove where `split_count` is already set
* Move `RGBLIGHT_LED_MAP` to data driven (#21095)Ryan2023-06-141-23/+0
|
* Move `RGBLED_SPLIT` to data driven (#21113)Ryan2023-06-061-1/+0
| | | | Co-authored-by: Joel Challis <git@zvecr.com>
* Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2023-05-271-1/+0
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-061-1/+0
|
* Move matrix config to info.json, part 5 (#20003)Ryan2023-03-111-5/+0
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move encoder config to data driven (#19923)Ryan2023-02-261-4/+0
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move `SOFT_SERIAL_PIN` to data driven (#19863)Ryan2023-02-171-3/+0
|
* Remove matrix size defines (#19581)Ryan2023-02-171-3/+0
|
* Move keyboard USB IDs and strings to data driven, pass 2: 0-9, A (#17941)Ryan2022-08-131-6/+0
|
* [Keyboard] Add Avalanche v4 (#17288)Will Winder2022-07-021-0/+76
Co-authored-by: Drashna Jaelre <drashna@live.com>