You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
304 B
12 lines
304 B
#ifndef HTS_PLUS_H
|
|
#define HTS_PLUS_H
|
|
|
|
#define HTS_PLUS_4K_PRODUCT_ID_WIRED 0x5408
|
|
#define HTS_PLUS_4K_PRODUCT_ID_WIRELESS 0x5407
|
|
#define HTS_PLUS_4K_PRODUCT_NAME "HTS+ 4K"
|
|
|
|
#define HTS_PLUS_IMAGE "gwolves-hts_plus.png"
|
|
#define HTS_PLUS_DPI_MAX_VALUE 26000
|
|
#define HTS_PLUS_DPI_MAX_LEVEL_COUNT 5
|
|
|
|
#endif
|
|
|