add broken ass source for now

This commit is contained in:
2026-07-28 22:28:01 +02:00
commit 3176370951
174 changed files with 53679 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
#ifndef INCLUDE_H
#define INCLUDE_H
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdbool.h>
#include "libusb-1.0.30/libusb/libusb.h"
#define TARGET_VID 0x3554
#define TARGET_PID 0xf54d
#endif