This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Takeshi ISHII 670a9b7f83 Add effect range to rgblight.c (#5856)
* add rgblight_set_effect_range()

* implement effect range

* Arrange the order of function list in rgblight.h .

* update docs/feature_rgblight.md

* fix RGBLIGHT_RAINBOW_SWIRL_RANGE default value

* add example code about Utility Functions

* add example code about direct operation functions

* When RGBLIGHT_SPLIT is defined, the following function has no meaning and is invalidated.

 * rgblight_setrgb_master(r, g, b)
 * rgblight_setrgb_slave(r, g, b)
 * rgblight_sethsv_master(h, s, v)
 * rgblight_sethsv_slave(h, s, v)

* add temporary test code for rgblight_set_effect_range

* fix rgblight_effect_knight() bug

* Test End. Revert "add temporary test code for rgblight_set_effect_range"

This reverts commit 5680cddd012d68b2db75a532862a7fef250f8973.
2019-05-15 21:11:28 -07:00
..
2019-05-14 12:02:22 -07:00
2019-04-18 15:45:36 -07:00
2017-04-09 18:34:59 +03:00
2019-03-29 06:20:25 -07:00
2017-04-19 01:40:16 +07:00
2017-04-19 01:40:16 +07:00
2019-05-15 21:09:36 -07:00
2019-05-10 16:55:02 -07:00
2019-04-29 20:21:46 -07:00
2019-05-15 21:09:36 -07:00
2019-05-10 16:55:02 -07:00
2019-05-10 16:55:02 -07:00
2019-05-01 08:02:02 -07:00