47 lines
1.2 KiB
INI
47 lines
1.2 KiB
INI
# Example configuration for the M913 mouse
|
|
# If a particular option is not specified a default value will be used
|
|
|
|
# The M913 has two profiles that can be switched using the 'mode switch' button on the bottom of the mouse.
|
|
# However writing or reading the settings can only be done for the active profile, therefore only profile1 is used in the config.
|
|
[profile1]
|
|
|
|
# LED mode: off, static, breathing, rainbow (only off and rainbow work)
|
|
lightmode=rainbow
|
|
# LED color (doesnt' work)
|
|
color=00ff00
|
|
# LED brightness: 0-255 (doesn't work)
|
|
brightness=50
|
|
|
|
# DPI levels
|
|
# valid are 100-16000 in steps of 100
|
|
dpi1=100
|
|
dpi2=3000
|
|
dpi3=4000
|
|
dpi4=6000
|
|
dpi5=16000
|
|
|
|
# Enable or disable DPI levels
|
|
# On the M913 disabling a level will disable all higher levels as well.
|
|
# e.g. to disable dpi4 and dpi5 uncomment the next line
|
|
# dpi4_enable=0
|
|
|
|
# Button mapping, currently supported:
|
|
# left, middle, right, forward, back
|
|
# led_toggle, report_rate, default, none
|
|
# dpi-, dpi+, dpi-cycle
|
|
button_left=left
|
|
button_right=right
|
|
button_middle=middle
|
|
button_fire=left
|
|
button_1=backward
|
|
button_2=forward
|
|
button_3=led_toggle
|
|
button_4=none
|
|
button_5=none
|
|
button_6=none
|
|
button_7=none
|
|
button_8=none
|
|
button_9=none
|
|
button_10=none
|
|
button_11=none
|
|
button_12=none
|