Skip to content

Commit 0f04a0a

Browse files
alexmalottdrashna
authored andcommitted
Fixed no-op ifndef for ergodox ez (#3189)
1 parent 1dfb29e commit 0f04a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keyboards/ergodox_ez/ergodox_ez.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ uint8_t ergodox_left_leds_update(void);
3333
#ifndef LED_BRIGHTNESS_LO
3434
#define LED_BRIGHTNESS_LO 15
3535
#endif
36-
#ifndef LED_BRIGHTNESS_LO
36+
#ifndef LED_BRIGHTNESS_HI
3737
#define LED_BRIGHTNESS_HI 255
3838
#endif
3939

0 commit comments

Comments
 (0)