diff options
Diffstat (limited to 'quantum/api.c')
-rw-r--r-- | quantum/api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/api.c b/quantum/api.c index 52dfe23e1..233f99636 100644 --- a/quantum/api.c +++ b/quantum/api.c | |||
@@ -67,7 +67,7 @@ void process_api(uint16_t length, uint8_t * data) { | |||
67 | case DT_RGBLIGHT: { | 67 | case DT_RGBLIGHT: { |
68 | #ifdef RGBLIGHT_ENABLE | 68 | #ifdef RGBLIGHT_ENABLE |
69 | uint32_t rgblight = bytes_to_dword(data, 2); | 69 | uint32_t rgblight = bytes_to_dword(data, 2); |
70 | rgblight_update_dword(rgblight); | 70 | eeconfig_update_rgblight(rgblight); |
71 | #endif | 71 | #endif |
72 | break; | 72 | break; |
73 | } | 73 | } |