Graphical improvements, fix compile warnings

This commit is contained in:
2023-09-28 18:55:20 +02:00
parent 7c4b41666b
commit 8205d7e27a
8 changed files with 49 additions and 8 deletions

View File

@@ -94,6 +94,11 @@ device_capacity_t driver_get_capacity(void* handle)
return DEVICE_CAPACITY_MOUSE | wireless;
}
char* driver_get_manufacturer(void* handle)
{
return MANUFACTURER_NAME;
}
char* driver_get_name(void* handle)
{
libusb_device* dev = handle;

View File

@@ -20,6 +20,7 @@
#include "devices/hts_plus.h"
#include "devices/hsk_pro.h"
#define MANUFACTURER_NAME "G-Wolves"
#define VENDOR_ID 0x33e4
#define REPORT_MAX_SIZE 0x40 // 64 Bytes