Rename process_{led,rgb}_matrix()
(#23422)
This commit is contained in:
parent
a14c03b96e
commit
9fa91ad494
5 changed files with 6 additions and 6 deletions
|
@ -500,10 +500,10 @@ void keyboard_init(void) {
|
|||
*/
|
||||
void switch_events(uint8_t row, uint8_t col, bool pressed) {
|
||||
#if defined(LED_MATRIX_ENABLE)
|
||||
process_led_matrix(row, col, pressed);
|
||||
led_matrix_handle_key_event(row, col, pressed);
|
||||
#endif
|
||||
#if defined(RGB_MATRIX_ENABLE)
|
||||
process_rgb_matrix(row, col, pressed);
|
||||
rgb_matrix_handle_key_event(row, col, pressed);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue