Rename process_{led,rgb}_matrix()
(#23422)
This commit is contained in:
parent
a14c03b96e
commit
9fa91ad494
5 changed files with 6 additions and 6 deletions
|
@ -156,7 +156,7 @@ void rgb_matrix_set_color_all(uint8_t red, uint8_t green, uint8_t blue) {
|
|||
#endif
|
||||
}
|
||||
|
||||
void process_rgb_matrix(uint8_t row, uint8_t col, bool pressed) {
|
||||
void rgb_matrix_handle_key_event(uint8_t row, uint8_t col, bool pressed) {
|
||||
#ifndef RGB_MATRIX_SPLIT
|
||||
if (!is_keyboard_master()) return;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue