Revert "TCA8418 initial config + basic 3x4 keypad config (#6320)" (#6410)

This reverts commit 13101c1bab.
This commit is contained in:
Ben Meadors
2025-03-27 08:31:57 -05:00
committed by GitHub
parent 769f0623be
commit 4590ef2e7b
10 changed files with 18 additions and 749 deletions

View File

@@ -18,7 +18,7 @@ class ScanI2C
TDECKKB,
BBQ10KB,
RAK14004,
PMU_AXP192_AXP2101, // has the same address as the TCA8418KB
PMU_AXP192_AXP2101,
BME_680,
BME_280,
BMP_280,
@@ -69,7 +69,6 @@ class ScanI2C
DFROBOT_RAIN,
DPS310,
LTR390UV,
TCA8418KB,
} DeviceType;
// typedef uint8_t DeviceAddress;
@@ -133,4 +132,4 @@ class ScanI2C
private:
bool shouldSuppressScreen = false;
};
};