We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c1ab90 commit 93ffe19Copy full SHA for 93ffe19
src/main.cpp
@@ -372,7 +372,7 @@ void generalTask(void *pvParameters) {
372
// Show connecting message when BLE is disconnected
373
while (!bleKeyboard.isConnected()) {
374
contentBottom = "Connecting BLE..";
375
- breathLEDAnimation();
+ // breathLEDAnimation();
376
checkIdle();
377
delay(100);
378
}
@@ -1202,7 +1202,7 @@ void checkBattery() {
1202
void showLowBatteryWarning() {
1203
if (!isLowBattery) {
1204
if (bleKeyboard.isConnected()) {
1205
- if (isScreenDisabled || isScreenSleeping) {
+ if ((isScreenDisabled || isScreenSleeping) && !isLowBattery) {
1206
tp.DotStar_SetPower(true);
1207
tp.DotStar_SetBrightness(1);
1208
tp.DotStar_SetPixelColor(0, 0, 255);
0 commit comments