Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CLI-ify rgblight_breathing_table_calc.c (#11174) | Ryan | 2020-12-16 | 1 | -457/+106 |
| | | | | Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com> Co-authored-by: Zach White <skullydazed@drpepper.org> | ||||
* | clang-format changes | skullY | 2019-08-30 | 1 | -105/+457 |
| | |||||
* | If RGBLIGHT_EFFECT_BREATHE_CENTER is undefined, use fixed breathe table ↵ | Takeshi ISHII | 2019-05-02 | 1 | -0/+116 |
instead of exp() and sin() (#5484) * If RGBLIGHT_EFFECT_BREATHE_CENTER is undefined, use fixed breathe table instead of exp() and sin() * Change rgblight breathing table size to be easily selectable. add RGBLIGHT_BREATHE_TABLE_SIZE macro for customize breathing effect. |