From 3171937f4d9ec91dab3e2041905b0dca69bb1990 Mon Sep 17 00:00:00 2001 From: WillyJL Date: Wed, 24 Sep 2025 03:21:06 +0200 Subject: [PATCH] Fix desktop build --- src/input/kbI2cBase.cpp | 2 ++ 1 file changed, 2 insertions(+) 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