summaryrefslogtreecommitdiffstats
path: root/keyboards/avalanche
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy keycodes, part 4 (#18683)Ryan2022-10-131-1/+1
| | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC`
* Remove legacy keycodes, part 3 (#18669)Ryan2022-10-113-3/+3
| | | | | | | | | * `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-138-28/+28
|
* [Keyboard] Add Avalanche v4 (#17288)Will Winder2022-07-0211-0/+495
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* Avalanche: add QMK Configurator data (#17092)James Young2022-05-143-0/+235
| | | | | | | * avalanche/v1: add info.json * avalanche/v2: add info.json * avalanche/v3: add info.json
* [Keyboard] Add avalanche (#16407)Will Winder2022-04-1419-0/+473
* [Keyboard] Add avalanche * PR feedback * Update keyboards/avalanche/v1/config.h * Update keyboards/avalanche/v1/v1.h * Update keyboards/avalanche/v2/config.h * Update keyboards/avalanche/v2/v2.h * Update keyboards/avalanche/v3/config.h * Update keyboards/avalanche/v3/v3.h * Apply suggestions from code review * Remove rules.mk comment and fix other comments. * Shared encoder code, follow conventions in rules.mk files. * Remove config files which do not change defaul behavior.