2026-07-23 00:15:40 +02:00

10 lines
115 B
C++

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