diff options
Diffstat (limited to 'users/bocaj/rgb_matrix_stuff.h')
| -rw-r--r-- | users/bocaj/rgb_matrix_stuff.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/users/bocaj/rgb_matrix_stuff.h b/users/bocaj/rgb_matrix_stuff.h new file mode 100644 index 000000000..e48add218 --- /dev/null +++ b/users/bocaj/rgb_matrix_stuff.h | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | #pragma once | ||
| 2 | #include "quantum.h" | ||
| 3 | |||
| 4 | bool process_record_user_rgb_matrix(uint16_t keycode, keyrecord_t *record); | ||
| 5 | void keyboard_post_init_rgb_matrix(void); | ||
| 6 | void matrix_scan_rgb_matrix(void); | ||
| 7 | |||
| 8 | void rgb_matrix_set_color_all(uint8_t red, uint8_t green, uint8_t blue); | ||
| 9 | void rgb_matrix_layer_helper(uint8_t hue, uint8_t sat, uint8_t val, uint8_t mode, uint8_t speed, uint8_t led_type); | ||
| 10 | void rgb_matrix_set_color_row(uint8_t row, uint8_t red, uint8_t green, uint8_t blue); | ||
