diff options
-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 |