Skip to content

Commit

Permalink
Change the generic fallback tablet to be an integrated tablet
Browse files Browse the repository at this point in the history
The vast majority of tablets these days are integrated into the
respective system without a ring or strips, so let's update our generic
tablet to match that.

This way an unknown tablet is more likely to match the tablet the user
actually has.
  • Loading branch information
whot committed Feb 29, 2024
1 parent edc5a79 commit 6a3f76c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/generic.tablet
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Name=Generic
ModelName=generic
DeviceMatch=generic
IntegratedIn=Display;System;

[Features]
Reversible=true
Reversible=false
Stylus=true
Ring=true
NumStrips=2
Ring=false

0 comments on commit 6a3f76c

Please sign in to comment.