summaryrefslogtreecommitdiff
path: root/keyboards/zykrah/fuyu
AgeCommit message (Collapse)Author
2024-01-10Migrate RGB Matrix config to info.json - XZY (#22879)Joel Challis
2023-09-28refactor: 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-20Migrate dynamic_keymap.layer_count >= 4 (#22087)Joel Challis
2023-09-04Clean up RGB LED type (#21859)Ryan
2023-08-23RGB Matrix: driver naming cleanups (#21594)Ryan
2023-06-18Move `RGBLED_NUM` to data driven (#21278)Ryan
2023-05-04Even more `info.json` whitespace cleanups (#20703)Ryan
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan
2023-03-26Move `WS2812_DRIVER` to data driven (#20248)Ryan
2023-03-17Remove 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>