]> git.donarmstrong.com Git - qmk_firmware.git/commit
rgblight.[ch] more configurable (#3582)
authorTakeshi ISHII <2170248+mtei@users.noreply.github.com>
Thu, 13 Sep 2018 17:24:10 +0000 (02:24 +0900)
committerskullydazed <skullydazed@users.noreply.github.com>
Thu, 13 Sep 2018 17:24:09 +0000 (10:24 -0700)
commit6d6d91c834ef3415425e21d895d4ec91c67fd4b8
tree45724c30bcfe342d88899db355782250312f1704
parentce122c4981c71d33a85db94c787d5ec7a823acc6
rgblight.[ch] more configurable (#3582)

* add temporary test code rgblight-macro-test1.[ch]

* rgblight.h : mode auto numberring and auto generate mode name symbol

No change in build result.

* rgblight.c use RGBLIGHT_MODE_xxx symbols

No change in build result.

* quantum.c use RGBLIGHT_MODE_xxx symbols

No change in build result.

* fix build break. when RGB_MATRIX_ENABLE defined

* add temporary test code rgblight-macro-test2.[ch]

* modify rgblight_mode_eeprom_helper() and rgblight_sethsv_eeprom_helper()

* modify rgblight_task()

* configurable each effect compile on/off in config.h

* update docs/feature_rgblight.md

* fix conflict. docs/feature_rgblight.md

* remove temporary test code rgblight-macro-test*.[ch]

* fix comment typo.

* remove old mode number from comment

* update docs/feature_rgblight.md about effect mode

* Revert "update docs/feature_rgblight.md about effect mode"

This reverts commit 43890663fcc9dda1899df7a37d382fc38b1a6d6d.

* some change docs/feature_rgblight.md

* fix typo

* docs/feature_rgblight.md update: revise mode number table
docs/feature_rgblight.md
quantum/quantum.c
quantum/quantum.h
quantum/rgblight.c
quantum/rgblight.h
quantum/rgblight_reconfig.h [new file with mode: 0644]
tmk_core/common/avr/suspend.c
tmk_core/protocol/lufa/lufa.c