aboutsummaryrefslogtreecommitdiffstats
path: root/users/drashna/rgb_stuff.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2019-02-16 18:28:04 -0800
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-02-16 18:28:04 -0800
commitcbb7e91851fea0174a5e950c22c35a4384eac8e7 (patch)
treeb4bfd4d637c3d004ab49a4ec174e9f291d19f7ef /users/drashna/rgb_stuff.h
parentc8577a9a7320ee0f68378b63b39b649f92016857 (diff)
downloadfirmware-cbb7e91851fea0174a5e950c22c35a4384eac8e7.tar.gz
firmware-cbb7e91851fea0174a5e950c22c35a4384eac8e7.tar.bz2
firmware-cbb7e91851fea0174a5e950c22c35a4384eac8e7.zip
Update Drashna user space code to support keyboard_init functions (#5138)
* Update code to support keyboard_init functions * Get Minor tweaks
Diffstat (limited to 'users/drashna/rgb_stuff.h')
-rw-r--r--users/drashna/rgb_stuff.h2
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 {
bool process_record_user_rgb(uint16_t keycode, keyrecord_t *record);
void scan_rgblight_fadeout(void);
-void matrix_init_rgb(void);
+void keyboard_post_init_rgb(void);
void matrix_scan_rgb(void);
uint32_t layer_state_set_rgb(uint32_t state);
uint32_t default_layer_state_set_rgb(uint32_t state);