fix building for other platforms

This commit is contained in:
Thomas Göttgens
2023-08-07 19:57:47 +02:00
parent 402f8ba524
commit cbc3e605dd
4 changed files with 16 additions and 2 deletions

View File

@@ -61,9 +61,11 @@ void setupModules()
upDownInterruptImpl1->init();
cardKbI2cImpl = new CardKbI2cImpl();
cardKbI2cImpl->init();
#ifdef INPUTBROKER_MATRIX_TYPE
kbMatrixImpl = new KbMatrixImpl();
kbMatrixImpl->init();
#endif
#endif // INPUTBROKER_MATRIX_TYPE
#endif // HAS_BUTTON
#if HAS_TRACKBALL
trackballInterruptImpl1 = new TrackballInterruptImpl1();
trackballInterruptImpl1->init();