Gnome input devices manager
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.
|
#ifndef HTX_H
|
|
#define HTX_H
|
|
|
|
#define HTX_4K_PRODUCT_ID_WIRED 0x5708
|
|
#define HTX_4K_PRODUCT_ID_WIRELESS 0x5707
|
|
#define HTX_4K_PRODUCT_NAME "HTX 4K"
|
|
|
|
#define HTX_IMAGE "gwolves-htx.png"
|
|
#define HTX_DPI_MAX_VALUE 26000
|
|
#define HTX_DPI_MAX_LEVEL_COUNT 5
|
|
|
|
#endif
|
|
|