1
0
Fork 0
qmk_firmware/quantum/rgb_matrix
Eric N. Vander Weele 9523ed9e32
Expose rgb_matrix_update_pwm_buffers to be available in keymaps ()
* 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 () 2024-10-27 23:20:38 -07:00
post_config.h Simplfy RGB/LED matrix effect logic () 2023-08-23 00:03:01 +01:00
rgb_matrix.c Rename RGB and HSV structs () 2024-10-12 00:10:02 +01:00
rgb_matrix.h Expose rgb_matrix_update_pwm_buffers to be available in keymaps () 2024-11-07 23:12:59 -07:00
rgb_matrix_drivers.c WS2812 API rework () 2024-10-06 21:01:07 +13:00
rgb_matrix_drivers.h LED drivers: add support for IS31FL3236 () 2024-03-17 19:23:14 +11:00
rgb_matrix_types.h Rename RGB and HSV structs () 2024-10-12 00:10:02 +01:00