diff options
Diffstat (limited to 'quantum/rgb_matrix.h')
| -rw-r--r-- | quantum/rgb_matrix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/rgb_matrix.h b/quantum/rgb_matrix.h index 8c80c1bff..bb8bcfab6 100644 --- a/quantum/rgb_matrix.h +++ b/quantum/rgb_matrix.h | |||
| @@ -98,7 +98,7 @@ uint8_t rgb_matrix_map_row_column_to_led(uint8_t row, uint8_t column, uint8_t *l | |||
| 98 | void rgb_matrix_set_color(int index, uint8_t red, uint8_t green, uint8_t blue); | 98 | void rgb_matrix_set_color(int index, uint8_t red, uint8_t green, uint8_t blue); |
| 99 | void rgb_matrix_set_color_all(uint8_t red, uint8_t green, uint8_t blue); | 99 | void rgb_matrix_set_color_all(uint8_t red, uint8_t green, uint8_t blue); |
| 100 | 100 | ||
| 101 | bool process_rgb_matrix(uint16_t keycode, keyrecord_t *record); | 101 | void process_rgb_matrix(uint8_t row, uint8_t col, bool pressed); |
| 102 | 102 | ||
| 103 | void rgb_matrix_task(void); | 103 | void rgb_matrix_task(void); |
| 104 | 104 | ||
