Resolve bool kb_found issue not working for second discovery keyboards

This commit is contained in:
Jason P 2025-07-16 19:41:16 -05:00
parent 0887c316af
commit 107ea0dec9

View File

@ -67,4 +67,5 @@ void CardKbI2cImpl::init()
}
#endif
inputBroker->registerSource(this);
kb_found = true;
}