diff options
Diffstat (limited to 'users/drashna/rgb_stuff.h')
| -rw-r--r-- | users/drashna/rgb_stuff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/drashna/rgb_stuff.h b/users/drashna/rgb_stuff.h index 065bda9f9..886f20ffc 100644 --- a/users/drashna/rgb_stuff.h +++ b/users/drashna/rgb_stuff.h | |||
| @@ -13,7 +13,7 @@ typedef struct { | |||
| 13 | 13 | ||
| 14 | bool process_record_user_rgb(uint16_t keycode, keyrecord_t *record); | 14 | bool process_record_user_rgb(uint16_t keycode, keyrecord_t *record); |
| 15 | void scan_rgblight_fadeout(void); | 15 | void scan_rgblight_fadeout(void); |
| 16 | void matrix_init_rgb(void); | 16 | void keyboard_post_init_rgb(void); |
| 17 | void matrix_scan_rgb(void); | 17 | void matrix_scan_rgb(void); |
| 18 | uint32_t layer_state_set_rgb(uint32_t state); | 18 | uint32_t layer_state_set_rgb(uint32_t state); |
| 19 | uint32_t default_layer_state_set_rgb(uint32_t state); | 19 | uint32_t default_layer_state_set_rgb(uint32_t state); |
