summaryrefslogtreecommitdiffstats
path: root/keyboards/work_louder/micro/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan2023-06-161-1/+0
|
* Move `USB_MAX_POWER_CONSUMPTION` to data driven (#20648)Ryan2023-05-011-6/+0
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-061-1/+0
|
* Move encoder config to data driven (#19923)Ryan2023-02-261-5/+0
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
|
* [Keyboard] Work Louder updates for via v3 (#19555)Drashna Jaelre2023-01-101-13/+15
|
* Keyboard/fix work louder micro (#18968)Drashna Jaelre2023-01-011-2/+2
|
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-231-1/+1
|
* [Keyboard] Add work louder micro (#17586)Drashna Jaelre2022-07-261-0/+89
* [Keyboard] Add work louder micro * Update keyboards/work_louder/micro/readme.md * Update readme * Update kb config files * Update to use encoder map Co-authored-by: Tom Barnes <barnestom@me.com>