Skip to content

Commit

Permalink
updated linux instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
dekuNukem committed Dec 31, 2021
1 parent a2531bf commit d48aedb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app_posix.md
Expand Up @@ -5,9 +5,11 @@ To use duckyPad configurator, clone the repo or download the latest source files
```bash
cd pc_software
pip3 install appdirs hidapi
python3 duckypad_config.py

sudo python3 duckypad_config.py

# OR if using Hi-DPI
DUCKYPAD_UI_SCALE=2 python3 duckypad_config.py
sudo DUCKYPAD_UI_SCALE=2 python3 duckypad_config.py
# adjust the number for best results
```

Expand Down
Binary file modified sample_profiles.zip
Binary file not shown.

0 comments on commit d48aedb

Please sign in to comment.