]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fixed no-op ifndef for ergodox ez (#3189)
authorAlex Malott <32649089+alexmalott@users.noreply.github.com>
Fri, 15 Jun 2018 23:16:27 +0000 (17:16 -0600)
committerDrashna Jaelre <drashna@live.com>
Fri, 15 Jun 2018 23:16:26 +0000 (16:16 -0700)
keyboards/ergodox_ez/ergodox_ez.h

index dea2b24639bbcf4a82d4f4b3933e22321e22c249..985dcfae549c2edd9dcf9fc6421506decd1d970f 100644 (file)
@@ -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