]> git.donarmstrong.com Git - qmk_firmware.git/commit
If RGBLIGHT_EFFECT_BREATHE_CENTER is undefined, use fixed breathe table instead of...
authorTakeshi ISHII <2170248+mtei@users.noreply.github.com>
Thu, 2 May 2019 14:59:29 +0000 (23:59 +0900)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Thu, 2 May 2019 14:59:29 +0000 (07:59 -0700)
commit3da8d46a07167fc862e90b6bb232812d5cb64651
tree5af2e45ad1349b21afb075441a5032897e3b812d
parent4db31fb374d365bfa0f5c8a25d089bb2f967352f
If RGBLIGHT_EFFECT_BREATHE_CENTER is undefined, use fixed breathe table 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.
docs/feature_rgblight.md
quantum/rgblight.c
quantum/rgblight.h
quantum/rgblight_breathe_table.h [new file with mode: 0644]
quantum/template/avr/config.h
util/rgblight_breathing_table_calc.c [new file with mode: 0644]