qmk_firmware/keyboards/miiiw
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
..
blackio83 Expose rgb_matrix_update_pwm_buffers to be available in keymaps (#24573) 2024-11-07 23:12:59 -07:00
common Update GPIO API usage in keyboard code (#23361) 2024-05-03 15:21:29 +10:00