diff options
Diffstat (limited to 'keyboards/keychron/bluetooth/indicator.h')
-rw-r--r-- | keyboards/keychron/bluetooth/indicator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/keychron/bluetooth/indicator.h b/keyboards/keychron/bluetooth/indicator.h index bf408a0c1c..d1345d2235 100644 --- a/keyboards/keychron/bluetooth/indicator.h +++ b/keyboards/keychron/bluetooth/indicator.h @@ -49,7 +49,7 @@ # define CONNECTED_BACKLIGHT_OFF_DELAY_TIME 600 #endif -#ifdef BAT_LOW_LED_PIN +#if defined(BAT_LOW_LED_PIN) || defined(BAT_LOW_LED_PIN_STATE) /* Uint: ms */ # ifndef LOW_BAT_LED_BLINK_PERIOD # define LOW_BAT_LED_BLINK_PERIOD 1000 |