Skip to content

Commit

Permalink
add ubuntu instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mechtronsystems authored and david0 committed Apr 4, 2021
1 parent 6a4e143 commit 5876694
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions ubuntu-instructions
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Ubuntu installation and usage instructions
Tested on kubuntu 20.10.
The pip installs may be redundant, as apt may be doing the same thing.


First you will need some libraries:
pip install hid
pip install hidapi
sudo apt install python3-hidapi libhidapi-dev python3-hid

The script needs to run as root:

turn off the MR mapping [M] light should be off
sudo ./remap.py keymaps/taurus_k320 (this will give you a listing of the standard key codes)
sudo ./remap.py keymaps/taurus_k320-dvorak
turn on the MR mapping [M] light should on and new dvorak mapping installed.

Now my K320 works in dvorak mode!
The durgod windows utility as of 1.0.2.2 still fails to remap the "_" underscore key correctly.

0 comments on commit 5876694

Please sign in to comment.