Merge branch 'master' into apollo

This commit is contained in:
Ben Meadors
2023-08-31 08:31:26 -05:00
committed by GitHub
38 changed files with 554 additions and 89 deletions

View File

@@ -387,6 +387,10 @@ void setup()
// assign an arbitrary value to distinguish from other models
kb_model = 0x10;
break;
case ScanI2C::DeviceType::BBQ10KB:
// assign an arbitrary value to distinguish from other models
kb_model = 0x11;
break;
default:
// use this as default since it's also just zero
LOG_WARN("kb_info.type is unknown(0x%02x), setting kb_model=0x00\n", kb_info.type);