mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-13 15:35:27 +00:00
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_2_on();
|
||||||
ergodox_right_led_3_on();
|
ergodox_right_led_3_on();
|
||||||
#ifdef RGBLIGHT_COLOR_LAYER_7
|
#ifdef RGBLIGHT_COLOR_LAYER_7
|
||||||
rgblight_setrgb(RGBLIGHT_COLOR_LAYER_6);
|
rgblight_setrgb(RGBLIGHT_COLOR_LAYER_7);
|
||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue