Skip to content

Commit

Permalink
Fixed numbering mishap
Browse files Browse the repository at this point in the history
  • Loading branch information
Xelef2000 authored Oct 10, 2024
1 parent da47538 commit 7f90418
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/docs/installing/post-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Some Chromebooks come with USI styluses. They work fine in the newest versions o
```
In this case, the device ID is `GDIX0000:00 27C6:0E0C Stylus`.

3. Create a .tablet file for libwacom
2. Create a .tablet file for libwacom
``` bash
sudo mkdir -p /etc/libwacom/
sudo nano /etc/libwacom/google-{your board name}.tablet
Expand All @@ -101,7 +101,7 @@ Some Chromebooks come with USI styluses. They work fine in the newest versions o
Stylus=true
Touch=false
```
4. Create the libinput override
3. Create the libinput override
``` bash
sudo mkdir -p /etc/libinput/
sudo nano /etc/libinput/local-overrides.quirks
Expand All @@ -115,7 +115,7 @@ Some Chromebooks come with USI styluses. They work fine in the newest versions o
ModelChromebook=1
AttrPressureRange=1100:1000
```
5. Update the libwacom database and restart the system
4. Update the libwacom database and restart the system
``` bash
sudo libwacom-update-db
reboot
Expand Down

0 comments on commit 7f90418

Please sign in to comment.