From 107ea0dec99fee6018e0de5108d1042cc3a388f5 Mon Sep 17 00:00:00 2001 From: Jason P Date: Wed, 16 Jul 2025 19:41:16 -0500 Subject: [PATCH] Resolve bool kb_found issue not working for second discovery keyboards --- src/input/cardKbI2cImpl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/input/cardKbI2cImpl.cpp b/src/input/cardKbI2cImpl.cpp index 21ecf381a..fcbdd0a3f 100644 --- a/src/input/cardKbI2cImpl.cpp +++ b/src/input/cardKbI2cImpl.cpp @@ -67,4 +67,5 @@ void CardKbI2cImpl::init() } #endif inputBroker->registerSource(this); + kb_found = true; } \ No newline at end of file