summaryrefslogtreecommitdiff
path: root/devdetails.h
diff options
context:
space:
mode:
Diffstat (limited to 'devdetails.h')
-rw-r--r--devdetails.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/devdetails.h b/devdetails.h
index a9e21bd..101f394 100644
--- a/devdetails.h
+++ b/devdetails.h
@@ -1,8 +1,6 @@
#define MINI_VENID 0x0fd9
#define MINI_PROID 0x0063
-#define MINI_KEYS 6
-
static unsigned char BLANK_KEY_IMAGE[] = {
0x42, 0x4d, 0xf6, 0x3c, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x36, 0x00, 0x00, 0x00, 0x28, 0x00,
@@ -12,3 +10,5 @@ static unsigned char BLANK_KEY_IMAGE[] = {
0x00, 0x00, 0xc4, 0x0e, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00
};
+
+enum numkeys {STREAMDECK_ORIG = 12, STREAMDECK_MINI = 6};