Ryan
|
7e0299117b
|
Move encoder config to data driven (#19923)
Co-authored-by: Nick Brassel <nick@tzarc.org>
|
2023-02-26 09:45:12 +11:00 |
|
Ryan
|
26854f5940
|
Remove default and unused BACKLIGHT_LEVELS (#19898)
|
2023-02-22 01:12:42 +00:00 |
|
Ryan
|
8f6c228adb
|
Move SOFT_SERIAL_PIN to data driven (#19863)
|
2023-02-17 16:40:49 +11:00 |
|
Ryan
|
2da0827d4f
|
Remove matrix size defines (#19581)
|
2023-02-17 16:08:25 +11:00 |
|
Ryan
|
ccb6c908dd
|
Remove SOFT_SERIAL_PIN for non-split boards (#19774)
* Remove `SOFT_SERIAL_PIN` for non-split boards
* Delete more empty config.h
|
2023-02-08 23:57:42 +00:00 |
|
Ryan
|
f9aeea64c1
|
Migrate MCU and BOOTLOADER to data-driven (#19529)
|
2023-02-08 18:41:46 +11:00 |
|
Nick Brassel
|
f6dd8dea2e
|
Remove usages of config_common.h from config.h files. (#19714)
|
2023-01-31 06:03:30 +11:00 |
|
Ryan
|
5629ba1807
|
Remove legacy keycodes, part 4 (#18683)
* `KC_PGDOWN` -> `KC_PGDN`
* `KC_PSCREEN` -> `KC_PSCR`
* `KC_SCOLON` -> `KC_SCLN`
* `KC_BSLASH` -> `KC_BSLS`
* `KC_BSPACE` -> `KC_BSPC`
|
2022-10-13 18:28:14 +01:00 |
|
Ryan
|
e96d829724
|
Remove legacy keycodes, part 3 (#18669)
* `KC__VOLDOWN` -> `KC_VOLD`
* `KC__VOLUP` -> `KC_VOLU`
* `KC__MUTE` -> `KC_MUTE`
* `KC_POWER` -> `KC_PWR`
|
2022-10-11 14:21:47 +01:00 |
|
Ryan
|
3079691391
|
Move keyboard USB IDs and strings to data driven, pass 2: 0-9, A (#17941)
|
2022-08-13 17:47:05 -07:00 |
|
Will Winder
|
f03aec28fb
|
[Keyboard] Add Avalanche v4 (#17288)
Co-authored-by: Drashna Jaelre <drashna@live.com>
|
2022-07-02 22:07:35 +10:00 |
|
James Young
|
8c58af39af
|
Avalanche: add QMK Configurator data (#17092)
* avalanche/v1: add info.json
* avalanche/v2: add info.json
* avalanche/v3: add info.json
|
2022-05-14 22:22:39 +01:00 |
|
Will Winder
|
8de4065b09
|
[Keyboard] Add avalanche (#16407)
* [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.
|
2022-04-14 11:23:32 -07:00 |
|