diff options
author | Joshua Liu <joshua.liu@sourceobby.com> | 2025-06-19 23:05:19 -0400 |
---|---|---|
committer | Joshua Liu <joshua.liu@sourceobby.com> | 2025-06-19 23:05:19 -0400 |
commit | 01b75df8550289f9b6a4910a5448c740b912f2bb (patch) | |
tree | bb1da3a50a13f8e2a3314dc82ce6c4407e6c2d84 | |
parent | 78da825aad98a2978fc40542f278eed2d6d4311d (diff) |
feat: removed unnecessary macro constants
-rw-r--r-- | streamdeck.h | 3 |
1 files changed, 1 insertions, 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 <pthread.h> #include <string.h> #include <assert.h> @@ -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 |