qmk_firmware/quantum/rgb_matrix
Eric N. Vander Weele 9523ed9e32
Expose rgb_matrix_update_pwm_buffers to be available in keymaps (#24573)
* Expose rgb_matrix_update_pwm_buffers to be available in keymaps

Exposing this API enables the examples in the keyboard shutdown/reboot
documentation to compile instead of calling `rgb_matrix_driver.flush`
directly.

* Remove extraneous rgb_matrix_update_pwm_buffers prototype declarations

Now that `rgb_matrix_update_pwm_buffers` is public, there isn't the need
for local prototype declarations.
2024-11-07 23:12:59 -07:00
..
animations Refactor Breathing effect with runner (#24535) 2024-10-27 23:20:38 -07:00
post_config.h Simplfy RGB/LED matrix effect logic (#21703) 2023-08-23 00:03:01 +01:00
rgb_matrix_drivers.c WS2812 API rework (#24364) 2024-10-06 21:01:07 +13:00
rgb_matrix_drivers.h LED drivers: add support for IS31FL3236 (#23264) 2024-03-17 19:23:14 +11:00
rgb_matrix_types.h Rename RGB and HSV structs (#24471) 2024-10-12 00:10:02 +01:00
rgb_matrix.c Rename RGB and HSV structs (#24471) 2024-10-12 00:10:02 +01:00
rgb_matrix.h Expose rgb_matrix_update_pwm_buffers to be available in keymaps (#24573) 2024-11-07 23:12:59 -07:00