Files
tactility/Devices/btt-panda-touch/source/module.cpp
T
2026-07-23 23:28:09 +02:00

10 lines
115 B
C++

#include <tactility/module.h>
extern "C" {
Module btt_panda_touch_module = {
.name = "btt-panda-touch"
};
}