summaryrefslogtreecommitdiffstats
path: root/keyboards/avalanche/v4
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy keycodes, part 3 (#18669)Ryan2022-10-111-1/+1
| | | | | | | | | * `KC__VOLDOWN` -> `KC_VOLD` * `KC__VOLUP` -> `KC_VOLU` * `KC__MUTE` -> `KC_MUTE` * `KC_POWER` -> `KC_PWR`
* Move keyboard USB IDs and strings to data driven, pass 2: 0-9, A (#17941)Ryan2022-08-132-7/+7
|
* [Keyboard] Add Avalanche v4 (#17288)Will Winder2022-07-0210-0/+493
Co-authored-by: Drashna Jaelre <drashna@live.com>