From 01b75df8550289f9b6a4910a5448c740b912f2bb Mon Sep 17 00:00:00 2001 From: Joshua Liu Date: Thu, 19 Jun 2025 23:05:19 -0400 Subject: feat: removed unnecessary macro constants --- streamdeck.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/streamdeck.h b/streamdeck.h index 07d6beb..0e2ed60 100644 --- a/streamdeck.h +++ b/streamdeck.h @@ -1,4 +1,5 @@ #include "devdetails.h" +#include "functions.h" #include #include #include @@ -12,8 +13,6 @@ #include "util.h" #define IMAGE_REPORT_LENGTH 8191 -#define VENDOR_INFO 0x0fd9 -#define MINIPRODUCTID 0x0063 /* may or may not use these. Might use enumerations */ // #define STREAMDECK_ORIG 1 // #define STREAMDECK_MINI 2 -- cgit v1.2.3