summaryrefslogtreecommitdiffstats
path: root/keyboards/work_louder/micro
Commit message (Collapse)AuthorAgeFilesLines
* RGB Matrix: driver naming cleanups (#21594)Ryan2023-08-231-1/+1
|
* Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan2023-06-162-2/+2
|
* Even more `info.json` whitespace cleanups (#20703)Ryan2023-05-041-16/+16
|
* Move `USB_MAX_POWER_CONSUMPTION` to data driven (#20648)Ryan2023-05-012-7/+2
|
* Encodermap direction define. (#20454)Nick Brassel2023-04-153-3/+3
|
* Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2023-04-082-2/+3
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-062-1/+3
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-054-0/+137
|\
| * Add peterfalken userspace & keymaps (#19897)Luis Garcia2023-04-054-0/+137
| | | | | | | | Co-authored-by: Peter.Falken <luis.garcia@bitjester.com>
* | Clean up usage of `QMK_KEYBOARD_H` (#20167)Ryan2023-03-202-7/+4
|/
* Move encoder config to data driven (#19923)Ryan2023-02-262-5/+6
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Migrate some more layouts to data driven (#19889)Ryan2023-02-231-0/+2
|
* VIA Protocol 12 + fixes (#19916)Nick Brassel2023-02-231-3/+3
| | | | | Co-authored-by: Wilba <wilba@wilba.tech> Co-authored-by: zvecr <git@zvecr.com>
* 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-104-37/+99
|
* Keyboard/fix work louder micro (#18968)Drashna Jaelre2023-01-016-78/+69
|
* Enable bootmagic (#19191)Albert Y2022-11-301-1/+1
|
* Merge remote-tracking branch 'upstream/master' into developNick Brassel2022-10-162-1/+5
|\
| * Fixup work_louder/micro VIA keymap (#18738)jack2022-10-152-1/+5
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Update info.json configs to explicitly list RGBLIGHT animations (#18730)Drashna Jaelre2022-10-151-1/+10
| |
* | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-231-1/+1
|/
* [Keyboard] Update Work Louder keyboards (#18109)Drashna Jaelre2022-08-192-2/+2
|
* Move keyboard USB IDs and strings to data driven: W (#17903)Ryan2022-08-061-1/+1
|
* [Keyboard] Add work louder micro (#17586)Drashna Jaelre2022-07-2611-0/+695
* [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>