Sfoglia il codice sorgente

Fixed no-op ifndef for ergodox ez (#3189)

Alex Malott 7 anni fa
parent
commit
0f04a0a745
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      keyboards/ergodox_ez/ergodox_ez.h

+ 1 - 1
keyboards/ergodox_ez/ergodox_ez.h

@@ -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