aboutsummaryrefslogtreecommitdiff
path: root/quantum/led_matrix/led_matrix.c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2024-04-06 01:43:52 +1100
committerGitHub <noreply@github.com>2024-04-05 15:43:52 +0100
commit9fa91ad4947293f75df4c0e85ea594b1529afbca (patch)
tree46fc994c899165e7a642cae166950d54d965976c /quantum/led_matrix/led_matrix.c
parenta14c03b96e75212d042621f4c68ccbecb7ee9901 (diff)
Rename `process_{led,rgb}_matrix()` (#23422)
Diffstat (limited to 'quantum/led_matrix/led_matrix.c')
-rw-r--r--quantum/led_matrix/led_matrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/led_matrix/led_matrix.c b/quantum/led_matrix/led_matrix.c
index c0fb4c810b..2ca62c6969 100644
--- a/quantum/led_matrix/led_matrix.c
+++ b/quantum/led_matrix/led_matrix.c
@@ -159,7 +159,7 @@ void led_matrix_set_value_all(uint8_t value) {
#endif
}
-void process_led_matrix(uint8_t row, uint8_t col, bool pressed) {
+void led_matrix_handle_key_event(uint8_t row, uint8_t col, bool pressed) {
#ifndef LED_MATRIX_SPLIT
if (!is_keyboard_master()) return;
#endif