diff --git a/src/input/kbI2cBase.cpp b/src/input/kbI2cBase.cpp index dbc1f713f..2aae45399 100644 --- a/src/input/kbI2cBase.cpp +++ b/src/input/kbI2cBase.cpp @@ -640,6 +640,8 @@ void KbI2cBase::toggleBacklight(bool on) int KbI2cBase::onNotify(KbInterruptObservable *src) { // Called from interrupt context, request polling after exiting the ISR +#ifdef KB_INT inputBroker->requestPollSoon(this); +#endif return 0; } \ No newline at end of file