#include "devices/Power.h" #include "devices/TrackballDevice.h" #include bool initBoot(); using namespace tt::hal; static std::vector> createDevices() { return { createPower() // std::make_shared(), }; } extern const Configuration hardwareConfiguration = { .createDevices = createDevices };