X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=quantum%2Fapi.c;h=233f99636de4a9dd16cee230602f463003c688c8;hb=2121de919253b52e94e66e3eae6af01c3f56f463;hp=52dfe23e17648593b479152abee235cd393806de;hpb=942f2ccee44bdb2e251553e9730cd8d59307d8b2;p=qmk_firmware.git 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) { case DT_RGBLIGHT: { #ifdef RGBLIGHT_ENABLE uint32_t rgblight = bytes_to_dword(data, 2); - rgblight_update_dword(rgblight); + eeconfig_update_rgblight(rgblight); #endif break; }