mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 14:40:06 +00:00
670a9b7f83
* 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
|
||
---|---|---|
.. | ||
api | ||
audio | ||
debounce | ||
keymap_extras | ||
process_keycode | ||
rgb_matrix_animations | ||
serial_link | ||
split_common | ||
stm32 | ||
template | ||
tools | ||
visualizer | ||
api.c | ||
api.h | ||
color.c | ||
color.h | ||
config_common.h | ||
debounce.h | ||
dynamic_keymap.c | ||
dynamic_keymap.h | ||
dynamic_macro.h | ||
encoder.c | ||
encoder.h | ||
fauxclicky.c | ||
fauxclicky.h | ||
keycode_config.c | ||
keycode_config.h | ||
keymap.h | ||
keymap_common.c | ||
led_matrix.c | ||
led_matrix_drivers.c | ||
led_tables.c | ||
led_tables.h | ||
ledmatrix.h | ||
matrix.c | ||
mcu_selection.mk | ||
pincontrol.h | ||
pointing_device.c | ||
pointing_device.h | ||
quantum.c | ||
quantum.h | ||
quantum_keycodes.h | ||
rgb.h | ||
rgb_matrix.c | ||
rgb_matrix.h | ||
rgb_matrix_drivers.c | ||
rgb_matrix_types.h | ||
rgblight.c | ||
rgblight.h | ||
rgblight_breathe_table.h | ||
rgblight_list.h | ||
rgblight_modes.h | ||
rgblight_post_config.h | ||
rgblight_reconfig.h | ||
rgblight_types.h | ||
send_string_keycodes.h | ||
variable_trace.c | ||
variable_trace.h | ||
velocikey.c | ||
velocikey.h |