mirror of
https://github.com/erjiang/huion-keys.git
synced 2026-03-23 21:54:53 +03:00
Update README for Q620M tablet
This commit is contained in:
parent
90fde715f5
commit
6374f4bf68
@ -1,6 +1,7 @@
|
|||||||
# huion-keys
|
# huion-keys
|
||||||
|
|
||||||
Linux utility to create custom key bindings for the Huion Kamvas Pro (2019).
|
Linux utility to create custom key bindings for the Huion Kamvas Pro (2019),
|
||||||
|
Inspiroy Q620M, and potentially other tablets.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@ -33,3 +34,9 @@ It works by listening on the tablet's hidraw interface for button presses and se
|
|||||||
## Does it work for other Huion tablets?
|
## Does it work for other Huion tablets?
|
||||||
|
|
||||||
I'm not sure what other Huion tablets it works for, but you can open a Github issue if you have a Huion tablet and would like to help add support for it.
|
I'm not sure what other Huion tablets it works for, but you can open a Github issue if you have a Huion tablet and would like to help add support for it.
|
||||||
|
|
||||||
|
The general process for adding a new tablet is:
|
||||||
|
|
||||||
|
1. Make the code detect your tablet based on USB Vendor and Product ID (see call to `get_tablet_hidraw()`.
|
||||||
|
2. Test all of the buttons, scroll strips, dials, etc.
|
||||||
|
3. Add support for any new buttons.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user