diff --git a/src/LEDUtils.h b/src/LEDUtils.h index 40e0d2c2..ee0d851e 100644 --- a/src/LEDUtils.h +++ b/src/LEDUtils.h @@ -1,6 +1,6 @@ #pragma once -#include "KeyboardConfig.h" +#include cRGB breath_compute (void); cRGB hsv_to_rgb(uint16_t h, uint16_t s, uint16_t v);