1
0
Fork 0

Ergodox EZ: Use Correct Const For LED Color

This commit is contained in:
Alex Mayer 2018-10-20 01:07:48 -04:00 committed by Drashna Jaelre
parent f775168c4f
commit 26d2ef2ad1
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ uint32_t layer_state_set_user(uint32_t state) {
ergodox_right_led_2_on();
ergodox_right_led_3_on();
#ifdef RGBLIGHT_COLOR_LAYER_7
rgblight_setrgb(RGBLIGHT_COLOR_LAYER_6);
rgblight_setrgb(RGBLIGHT_COLOR_LAYER_7);
#endif
break;
default: