Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-28 | refactor: move default RGB/LED matrix #defines (#21938) | Less/Rikki | |
* refactor: move default RGB/LED matrix #defines Moving the fallback definitions of macros like LED_MATRIX_VAL_STEP and RGB_MATRIX_MAXIMUM_BRIGHTNESS to header files allows keyboards to leverage these defaults without requiring #ifdef guards (and often repeating said fallback definitions). * style: use if(n)def for consistency and remove redundant UINT8_MAX checks on maximum brightness Co-authored-by: Joel Challis <git@zvecr.com> * refactor: remove INDICATOR_MAX_BRIGHTNESS macro Co-authored-by: Joel Challis <git@zvecr.com> --------- Co-authored-by: Joel Challis <git@zvecr.com> | |||
2023-09-20 | Migrate dynamic_keymap.layer_count >= 4 (#22087) | Joel Challis | |
2023-09-04 | Clean up RGB LED type (#21859) | Ryan | |
2023-08-23 | RGB Matrix: driver naming cleanups (#21594) | Ryan | |
2023-06-18 | Move `RGBLED_NUM` to data driven (#21278) | Ryan | |
2023-05-04 | Even more `info.json` whitespace cleanups (#20703) | Ryan | |
2023-04-06 | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303) | Ryan | |
2023-03-26 | Move `WS2812_DRIVER` to data driven (#20248) | Ryan | |
2023-03-17 | Remove trailing zeroes in info.json layouts (#20156) | Ryan | |
2022-12-13 | [Keyboard] Add Fuyu (#19055) | Zykrah | |
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> |