Ryan
|
b1783db4ea
|
Move RGBLED_NUM to data driven (#21278)
|
2023-06-18 14:39:07 +10:00 |
|
Ryan
|
e8ca83a353
|
Move RGBLIGHT_SPLIT to data driven (#21190)
* Move `RGBLIGHT_SPLIT` to data driven
* Remove where `split_count` is already set
|
2023-06-15 13:27:26 +01:00 |
|
Ryan
|
c9cf9712aa
|
Move RGBLED_SPLIT to data driven (#21113)
Co-authored-by: Joel Challis <git@zvecr.com>
|
2023-06-06 11:08:04 +10:00 |
|
Ryan
|
5bd68e3695
|
Move single LAYOUT s to data driven (#20365)
|
2023-04-12 13:42:51 +10:00 |
|
Ryan
|
47966dc2a6
|
Migrate rgblight.pin and RGB_DI_PIN to ws2812.pin (#20303)
|
2023-04-06 18:00:54 +10:00 |
|
Ryan
|
9dbee3e23d
|
Remove useless "ifdef KEYBOARD_*" (#20078)
Co-authored-by: Nick Brassel <nick@tzarc.org>
|
2023-03-16 20:18:33 +11:00 |
|
Ryan
|
e933e0411f
|
Move matrix config to info.json, part 5 (#20003)
Co-authored-by: Nick Brassel <nick@tzarc.org>
|
2023-03-11 05:41:58 +11:00 |
|
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
|
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
|
f9aeea64c1
|
Migrate MCU and BOOTLOADER to data-driven (#19529)
|
2023-02-08 18:41:46 +11: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 |
|
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 |
|