summaryrefslogtreecommitdiffstats
path: root/keyboards/soda
Commit message (Collapse)AuthorAgeFilesLines
* Move RGBLight animations to data driven (#21635)Ryan2023-08-232-12/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move RGBLight animations to data driven, 0-9 * Move RGBLight animations to data driven, A * Move RGBLight animations to data driven, B * Move RGBLight animations to data driven, C * Move RGBLight animations to data driven, D * Move RGBLight animations to data driven, E * Move RGBLight animations to data driven, F * Move RGBLight animations to data driven, G * Move RGBLight animations to data driven, H * Move RGBLight animations to data driven, handwired * Move RGBLight animations to data driven, I * Move RGBLight animations to data driven, J * Move RGBLight animations to data driven, K * Move RGBLight animations to data driven, L * Move RGBLight animations to data driven, M * Move RGBLight animations to data driven, N * Move RGBLight animations to data driven, O * Move RGBLight animations to data driven, P * Move RGBLight animations to data driven, Q * Move RGBLight animations to data driven, R * Move RGBLight animations to data driven, S * Move RGBLight animations to data driven, T * Move RGBLight animations to data driven, U * Move RGBLight animations to data driven, V * Move RGBLight animations to data driven, W * Move RGBLight animations to data driven, X * Move RGBLight animations to data driven, Y * Move RGBLight animations to data driven, Z * Fix incorrect placement * Fix build failures and mismatches
* RGB Matrix: driver naming cleanups (#21594)Ryan2023-08-232-2/+2
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-072-1/+90
|\
| * [Keyboard] update keyboard soda/mango, support rgb matrix (#21385)Jeayo Keh2023-07-072-1/+90
| | | | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
* | Move miscellaneous defines to data driven (#21382)Ryan2023-07-022-2/+3
| |
* | Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2023-06-242-3/+2
| | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353)Nick Brassel2023-06-232-4/+0
| | | | | | | | | | * Remove CORTEX_ENABLE_WFI_IDLE from the codebase. * Turn on CORTEX_ENABLE_WFI_IDLE by default.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-221-10/+10
|\|
| * Soda Pocket: correct layout data (#21333)James Young2023-06-221-10/+10
| | | | | | | | | | | | | | [chore] Correct the layout data for the keyboard. This commit fixes a misleading Configurator implementation.
* | Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-182-1/+3
|/
* [Keyboard] Add soda/mango (#21100)Jeayo Keh2023-06-056-0/+139
| | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Joel Challis <git@zvecr.com>
* Move `FORCE_NKRO` to data driven (#20604)Ryan2023-05-012-4/+3
|
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-125-194/+122
|
* Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2023-04-082-1/+3
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-064-3/+6
|
* Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-231-2/+0
|
* Remove more empty headers (#20155)Ryan2023-03-171-18/+0
|
* Adjust offset for some layouts (#20075)Ryan2023-03-131-173/+44
|
* Move matrix config to info.json, part 5 (#20003)Ryan2023-03-114-9/+10
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove matrix size defines (#19581)Ryan2023-02-172-6/+0
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-1411-0/+531
|\
| * [Keyboard] add ‘soda/pocket’ (#19838)Jeayo Keh2023-02-1411-0/+531
| | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: jack <0x6a73@protonmail.com>
* | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-082-6/+2
| |
* | Debounce defines cleanup (#19742)Ryan2023-02-031-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Clean up `DEBOUNCE` in config.h, 0-9 * Clean up `DEBOUNCE` in config.h, A * Clean up `DEBOUNCE` in config.h, B * Clean up `DEBOUNCE` in config.h, C * Clean up `DEBOUNCE` in config.h, D * Clean up `DEBOUNCE` in config.h, E * Clean up `DEBOUNCE` in config.h, F * Clean up `DEBOUNCE` in config.h, G * Clean up `DEBOUNCE` in config.h, H * Clean up `DEBOUNCE` in config.h, handwired * Clean up `DEBOUNCE` in config.h, I * Clean up `DEBOUNCE` in config.h, J * Clean up `DEBOUNCE` in config.h, K * Clean up `DEBOUNCE` in config.h, L * Clean up `DEBOUNCE` in config.h, M * Clean up `DEBOUNCE` in config.h, N * Clean up `DEBOUNCE` in config.h, O * Clean up `DEBOUNCE` in config.h, P * Clean up `DEBOUNCE` in config.h, Q * Clean up `DEBOUNCE` in config.h, R * Clean up `DEBOUNCE` in config.h, S * Clean up `DEBOUNCE` in config.h, T * Clean up `DEBOUNCE` in config.h, U * Clean up `DEBOUNCE` in config.h, V * Clean up `DEBOUNCE` in config.h, W * Clean up `DEBOUNCE` in config.h, X * Clean up `DEBOUNCE` in config.h, Y * Clean up `DEBOUNCE` in config.h, Z * Remove default debounce from info.json * Migrate non-default debounce to info.json
* | Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-031-3/+0
| |
* | Remove commented out backlight config & stray "backlight levels" (#19703)Ryan2023-01-281-8/+0
|/
* Soda Cherish Refactor (#19259)James Young2022-12-094-106/+119
|
* 'soda/cherish' support apm32f072 (#18316)ZhaoYou.Ge2022-09-091-0/+3
|
* Remove more RESET keycode references (#18252)Joel Challis2022-09-031-1/+1
|
* [Keyboard] add 'soda/cherish' (#18057)ZhaoYou2022-08-1711-0/+405
Co-authored-by: Drashna Jaelre <drashna@live.com>