Skip to content

Commit

Permalink
Change the generic fallback tablet to be an integrated tablet (#641)
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 authored Mar 6, 2024
1 parent c52ca0f commit 66c41b7
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 66c41b7

Please sign in to comment.