Skip to content

Commit

Permalink
Fixed no-op ifndef for ergodox ez (qmk#3189)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmalott authored and drashna committed Jun 15, 2018
1 parent 1dfb29e commit 0f04a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/ergodox_ez/ergodox_ez.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0f04a0a

Please sign in to comment.