diff --git a/led_i2c.c b/led_i2c.c index 2b194f4..3483b61 100644 --- a/led_i2c.c +++ b/led_i2c.c @@ -18,9 +18,10 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* #ifdef RGBLIGHT_ENABLE -# include "betalupi_ergodox.h" +#include "betalupi_ergodox.h" void rgblight_call_driver(LED_TYPE *led, uint8_t led_num) { i2c_init(); @@ -53,3 +54,4 @@ void rgblight_call_driver(LED_TYPE *led, uint8_t led_num) { #endif // RGBLIGHT_ENABLE +*/ \ No newline at end of file