summaryrefslogtreecommitdiff
path: root/devdetails.h
blob: 101f39414657d068bde0eb5b0592e7aec0ab5f73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#define MINI_VENID 0x0fd9
#define MINI_PROID 0x0063

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
};

enum numkeys {STREAMDECK_ORIG = 12, STREAMDECK_MINI = 6};