summaryrefslogtreecommitdiff
path: root/users/drashna/rgb_stuff.c
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2019-05-17 15:21:45 -0700
committerDrashna Jaelre <drashna@live.com>2019-05-17 15:21:45 -0700
commit89e9785d7a87e8dbb941dd272c032f34658169fd (patch)
tree75bb6eb561b9188aa031e0c4aee3de46afde45f7 /users/drashna/rgb_stuff.c
parent356521864e9f49d50131f4779ff9e56dc8b12e8f (diff)
Update my code to use layer_state_t typedef
Diffstat (limited to 'users/drashna/rgb_stuff.c')
-rw-r--r--users/drashna/rgb_stuff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/drashna/rgb_stuff.c b/users/drashna/rgb_stuff.c
index 3421866170..7d364fa686 100644
--- a/users/drashna/rgb_stuff.c
+++ b/users/drashna/rgb_stuff.c
@@ -275,7 +275,7 @@ void matrix_scan_rgb(void) {
}
-uint32_t layer_state_set_rgb(uint32_t state) {
+layer_state_t layer_state_set_rgb(layer_state_t state) {
#ifdef RGBLIGHT_ENABLE
if (userspace_config.rgb_layer_change) {
switch (biton32(state)) {