summaryrefslogtreecommitdiffstats
path: root/keyboards/gray_studio/apollo80
Commit message (Collapse)AuthorAgeFilesLines
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-182-1/+1
|
* Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan2023-06-162-3/+2
|
* Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2023-05-272-1/+3
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-122-126/+103
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-062-1/+3
|
* Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-231-3/+0
|
* Remove more empty headers (#20155)Ryan2023-03-171-18/+0
|
* Move matrix config to info.json, part 1 (#19985)Ryan2023-03-052-15/+5
|
* Remove matrix size defines (#19581)Ryan2023-02-171-4/+0
|
* Move LED indicator config to data driven (#19800)Ryan2023-02-172-3/+4
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-082-6/+2
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
|
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-152-2/+2
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Move keyboard USB IDs and strings to data driven: G (#17818)Ryan2022-07-272-8/+7
|
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-152-2/+2
|
* [Keyboard] Graystudio Apollo80 (#16469)ChrisBeswick2022-03-2211-0/+429
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>