Skip to content

Commit

Permalink
data: fix Huion RTM-500 Support (#703)
Browse files Browse the repository at this point in the history
Fix the autogenerated tablet and svg file
  • Loading branch information
mattie20 authored May 20, 2024
1 parent 99ff2c8 commit d0e628d
Show file tree
Hide file tree
Showing 2 changed files with 162 additions and 30 deletions.
56 changes: 43 additions & 13 deletions data/huion-rtm-500.tablet
Original file line number Diff line number Diff line change
@@ -1,29 +1,59 @@
# This tablet description file has been generated using an automated tool:
# https://github.com/JoseExposito/uclogic-libwacom-tablet-descriptions
# If you own this tablet, please improve it.
# Huion
# RTM-500
# H952
#
# sysinfo.X8pBxWhnQo.tar.gz
# https://github.com/linuxwacom/wacom-hid-descriptors/issues/310
#
#
# Button Map:
# (A=1, B=2, C=3, ...)
#
# *-----------------------*
# | |
# A | |
# B | |
# | |
# | TABLET |
# | |
# C | |
# D | |
# | |
# *-----------------------*
#
#
# Strip Map:
# (A=1, B=2, C=3, ...)
#
# *-----------------------*
# | |
# | |
# A | TABLET |
# | |
# | |
# *-----------------------*
#
# sysinfo missing - if you own this device please provide it. See this link
# for details: https://github.com/linuxwacom/libwacom/wiki/Adding-a-new-device

[Device]
Name=Huion RTM-500
ModelName=RTM-500
ModelName=H952
Class=Bamboo
# Product ID is unknown, please fix
DeviceMatch=usb|256c|006e||HUION_T19h;usb|256c|006d||HUION_T19h;usb|256c|006f||HUION_T19h;usb|256c|0064||HUION_T19h;
Width=9 # autogenerated value, please fix
Height=6 # autogenerated value, please fix
DeviceMatch=usb|256c|006d||HUION_T19h;
Width=9
Height=5
IntegratedIn=
Layout=huion-rtm-500.svg
Styli=@generic-no-eraser;
IntegratedIn=

[Features]
NumStrips=1
NumRings=0
Reversible=true
Stylus=true
Reversible=true
Touch=false
TouchSwitch=false
NumRings=0
NumDials=0
NumStrips=1

[Buttons]
Left=A;B;C;D
Expand Down
136 changes: 119 additions & 17 deletions data/layouts/huion-rtm-500.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d0e628d

Please sign in to comment.