Roccat Kone mapping

Asked by Morgan Mörtsell

Here is my pystromo mapping for my Roccat Kone mouse.
Just in case someone else might be intrested.
I also included my xorg mouse config because I ran into some trouble with that one.

=== Mapping ===

# Roccat Kone (10 button mouse)
[Device:roccatkone]
vendor=0x1e7d
product=0x2ced

[Map:roccatkone]
## BUTTONS
# Left button (leave unchanged)
#BTN_LEFT=none
# Right button
#BTN_RIGHT=none
# Side button forward
BTN_EXTRA=KEY_LEFTALT
# Side button back
BTN_SIDE=KEY_LEFTCTRL
# Small button in front of wheel
KEY_LEFTMETA=KEY_GRAVE
#
# Buttons behind wheel do not send events as far as I could see.
# They do however change the sensitivity of the mouse pointer.

## WHEEL
# Wheel click
BTN_MIDDLE=KEY_KP0
# Wheel scroll forward
#REL_WHEEL>=none
# Wheel scroll back
#REL_WHEEL<=none
# Wheel lilt left (tilt is the most useless feature ever so disable it)
REL_HWHEEL<=none
# Wheel lilt right
REL_HWHEEL>=none

## MOUSE AXIS
# Invert X-axis (an experiment)
#REL_X@-255~255:REL_X@255~-255,None
# Invert Y-axis
#REL_Y@-255~255:REL_Y@255~-255,None

=== xorg.conf ===

Section "InputDevice"
        Identifier "Configured Mouse"
        Driver "mouse"
        Option "CorePointer"
        Option "Protocol" "ImPS/2"
        Option "Emulate3Buttons" "no"
EndSection

Question information

Language:
English Edit question
Status:
Solved
For:
Pystromo Edit question
Assignee:
No assignee Edit question
Solved by:
Morgan Mörtsell
Solved:
Last query:
Last reply:
Revision history for this message
Morgan Mörtsell (morgan-mortsell) said :
#1

It works for me!!! :)