mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 11:09:10 +00:00
Fixed no-op ifndef for ergodox ez (#3189)
This commit is contained in:
parent
1dfb29e162
commit
0f04a0a745
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ uint8_t ergodox_left_leds_update(void);
|
|||
#ifndef LED_BRIGHTNESS_LO
|
||||
#define LED_BRIGHTNESS_LO 15
|
||||
#endif
|
||||
#ifndef LED_BRIGHTNESS_LO
|
||||
#ifndef LED_BRIGHTNESS_HI
|
||||
#define LED_BRIGHTNESS_HI 255
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue