diff options
| author | Alex Malott <32649089+alexmalott@users.noreply.github.com> | 2018-06-15 17:16:27 -0600 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2018-06-15 16:16:26 -0700 |
| commit | 0f04a0a74581d922f551596eeb2a16587717e44c (patch) | |
| tree | ef437b04287e3d54bb3f039bfb39ab2cbca5c589 | |
| parent | 1dfb29e16240b137d7b4d494ae46686939bcfe8f (diff) | |
| download | qmk_firmware-0f04a0a74581d922f551596eeb2a16587717e44c.tar.gz qmk_firmware-0f04a0a74581d922f551596eeb2a16587717e44c.zip | |
Fixed no-op ifndef for ergodox ez (#3189)
| -rw-r--r-- | keyboards/ergodox_ez/ergodox_ez.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ergodox_ez/ergodox_ez.h b/keyboards/ergodox_ez/ergodox_ez.h index dea2b2463..985dcfae5 100644 --- a/keyboards/ergodox_ez/ergodox_ez.h +++ b/keyboards/ergodox_ez/ergodox_ez.h | |||
| @@ -33,7 +33,7 @@ uint8_t ergodox_left_leds_update(void); | |||
| 33 | #ifndef LED_BRIGHTNESS_LO | 33 | #ifndef LED_BRIGHTNESS_LO |
| 34 | #define LED_BRIGHTNESS_LO 15 | 34 | #define LED_BRIGHTNESS_LO 15 |
| 35 | #endif | 35 | #endif |
| 36 | #ifndef LED_BRIGHTNESS_LO | 36 | #ifndef LED_BRIGHTNESS_HI |
| 37 | #define LED_BRIGHTNESS_HI 255 | 37 | #define LED_BRIGHTNESS_HI 255 |
| 38 | #endif | 38 | #endif |
| 39 | 39 | ||
