Enable M Keys on a Razer Black Widow Ultimate in Ubuntu Linux
Joe •
general blackwidow keyboard linux razer ubuntuI've had my Razer Black Widow Ultimate for a long time now. It's absolutely my favorite keyboard. Here is how I easily mapped the M keys in Ubuntu Linux. Info taken from this Superuser thread.
Step 1: install the python-usb package:
sudo apt-get install python-usb
Step 2: Grab blackwidow_enable.py (the original host at finch.am is no longer available; check the Superuser thread above for the script contents)
wget http://finch.am/projects/blackwidow/blackwidow_enable.py
Step 3: Change permissions on blackwidow_enable.py
chmod +x blackwidow_enable.py
Step 4: Add it to startup
sudo vi /etc/rc.local
Add this line:
python /home/halo/Downloads/blackwidow_enable.py
/etc/rc.local should look like this (Obviously your path will be different):

Save, Bind your keys, and reboot to test!