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
302 B
12 lines
302 B
#ifndef HSK_PRO_H
|
|
#define HSK_PRO_H
|
|
|
|
#define HSK_PRO_ACE_PRODUCT_ID_WIRED 0x5804
|
|
#define HSK_PRO_ACE_PRODUCT_ID_WIRELESS 0x5803
|
|
#define HSK_PRO_ACE_PRODUCT_NAME "HSK PRO ACE"
|
|
|
|
#define HSK_PRO_IMAGE "gwolves-hsk_pro.png"
|
|
#define HSK_PRO_DPI_MAX_VALUE 26000
|
|
#define HSK_PRO_DPI_MAX_LEVEL_COUNT 5
|
|
|
|
#endif
|
|
|