summaryrefslogtreecommitdiffstats
path: root/keyboards/soda/pocket
Commit message (Collapse)AuthorAgeFilesLines
* Move miscellaneous defines to data driven (#21382)Ryan2023-07-022-2/+3
|
* Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353)Nick Brassel2023-06-231-2/+0
| | | | | * Remove CORTEX_ENABLE_WFI_IDLE from the codebase. * Turn on CORTEX_ENABLE_WFI_IDLE by default.
* 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 `FORCE_NKRO` to data driven (#20604)Ryan2023-05-012-4/+3
|
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-123-75/+36
|
* 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-062-2/+3
|
* Adjust offset for some layouts (#20075)Ryan2023-03-131-173/+44
|
* Move matrix config to info.json, part 5 (#20003)Ryan2023-03-112-5/+5
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove matrix size defines (#19581)Ryan2023-02-171-1/+0
|
* [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>