summaryrefslogtreecommitdiff
path: root/devdetails.h
diff options
context:
space:
mode:
authorJoshua Liu <joshua.liu@sourceobby.com>2025-06-19 22:40:10 -0400
committerJoshua Liu <joshua.liu@sourceobby.com>2025-06-19 22:40:10 -0400
commit98f8d9b6b408e9b13b17b98c37e60042904144c5 (patch)
treecb980b906c24d3a8b53e9f58917ddf70480978b8 /devdetails.h
parent3cec2329b17b4615f2cbd14e66e54460c8408a5e (diff)
feat: created devdetails.h, a file where I will define various device related constants
Diffstat (limited to 'devdetails.h')
-rw-r--r--devdetails.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/devdetails.h b/devdetails.h
new file mode 100644
index 0000000..a9e21bd
--- /dev/null
+++ b/devdetails.h
@@ -0,0 +1,14 @@
+#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,
+ 0x00, 0x00, 0x48, 0x00, 0x00, 0x00, 0x48, 0x00,
+ 0x00, 0x00, 0x01, 0x00, 0x18, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0xc0, 0x3c, 0x00, 0x00, 0xc4, 0x0e,
+ 0x00, 0x00, 0xc4, 0x0e, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
+};