Ergodox EZ: Use Correct Const For LED Color
This commit is contained in:
parent
f775168c4f
commit
26d2ef2ad1
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue