Fix compilation error when RGB light is disabled

master
Greizgh 2018-01-20 16:41:36 +01:00 committed by Jack Humbert
parent 61d851af65
commit 35b44ac699
1 changed files with 2 additions and 0 deletions

View File

@ -217,8 +217,10 @@ uint32_t layer_state_set_user(uint32_t state) {
#ifdef RGBLIGHT_COLOR_LAYER_0
rgblight_setrgb(RGBLIGHT_COLOR_LAYER_0);
#else
#ifdef RGBLIGHT_ENABLE
rgblight_init();
#endif
#endif
break;
case 1:
ergodox_right_led_1_on();