| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Backward compatibility for new RGB keycode handling (#24490) | Ryan | 2024-11-19 | 1 | -0/+2 |
| | | | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> | ||||
| * | Separate RGBLight/RGB Matrix keycode handling (#23679) | Ryan | 2024-10-12 | 1 | -13/+0 |
| | | | | | | | | | | | | | | | | * Separate RGBLight/RGB Matrix keycode handling * Remove `_DISABLE_KEYCODES` handling * Update RGB Matrix keycode docs * Update underglow keycodes for previously migrated boards * Update keycodes for boards with custom handling * Fix typos * Fix bad merge | ||||
| * | Migrate lighting defaults to info.json (#22920) | Joel Challis | 2024-02-01 | 1 | -1/+0 |
| | | |||||
| * | Migrate RGB Matrix config to info.json - TUVW (#22910) | Joel Challis | 2024-01-16 | 1 | -52/+0 |
| | | |||||
| * | Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682) | Ryan | 2023-12-20 | 1 | -1/+1 |
| | | |||||
| * | Move `RGBLIGHT_SLEEP` to data driven (#21072) | Ryan | 2023-06-16 | 1 | -1/+0 |
| | | |||||
| * | Move `USB_MAX_POWER_CONSUMPTION` to data driven (#20648) | Ryan | 2023-05-01 | 1 | -6/+0 |
| | | |||||
| * | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303) | Ryan | 2023-04-06 | 1 | -1/+0 |
| | | |||||
| * | Move encoder config to data driven (#19923) | Ryan | 2023-02-25 | 1 | -5/+0 |
| | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
| * | Remove usages of config_common.h from config.h files. (#19714) | Nick Brassel | 2023-01-30 | 1 | -1/+0 |
| | | |||||
| * | [Keyboard] Work Louder updates for via v3 (#19555) | Drashna Jaelre | 2023-01-11 | 1 | -13/+15 |
| | | |||||
| * | Keyboard/fix work louder micro (#18968) | Drashna Jaelre | 2023-01-01 | 1 | -2/+2 |
| | | |||||
| * | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399) | Ryan | 2022-09-23 | 1 | -1/+1 |
| | | |||||
| * | [Keyboard] Add work louder micro (#17586) | Drashna Jaelre | 2022-07-26 | 1 | -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> | |||||