M5Stack Tab5 TinyUSB MSC support implemented (#530)

This commit is contained in:
Shadowtrance
2026-06-11 06:39:36 +10:00
committed by GitHub
parent 543390a977
commit 8dd9bee8d0
6 changed files with 29 additions and 3 deletions
@@ -151,7 +151,7 @@ bool Tab5Keyboard::writeReg(uint8_t reg, uint8_t value) const {
}
// ---------------------------------------------------------------------------
// LED helpers - LED0 = Sym indicator (green), LED1 = Aa indicator (amber)
// LED helpers - LED0 = Sym indicator (green), LED1 = Aa indicator (red)
// RGB register layout: [B, G, R] per LED, stride 4 (byte 3 reserved)
// ---------------------------------------------------------------------------
void Tab5Keyboard::updateLeds() {