117 lines
2.1 KiB
INI
117 lines
2.1 KiB
INI
|
# Example configuration for the M715 mouse
|
||
|
#
|
||
|
# 5 different profiles (1-5) are stored on the mouse
|
||
|
# if a particular option is not specified a default value will be used
|
||
|
# all numbers are specified in hexadecimal without a prefix unless specified
|
||
|
|
||
|
[profile1]
|
||
|
# led mode:
|
||
|
# breathing, rainbow, static, wave, alternating, reactive, flashing, off
|
||
|
lightmode=static
|
||
|
# led color
|
||
|
color=50ff00
|
||
|
# led brightness level (1-3)
|
||
|
brightness=2
|
||
|
# led animation speed (1-8)
|
||
|
speed=1
|
||
|
|
||
|
# CURRENTLY NOT IMPLEMENTED, MISSING CAPTURED DATA
|
||
|
# scrollspeed (1-3f)
|
||
|
scrollspeed=1
|
||
|
|
||
|
# CURRENTLY NOT IMPLEMENTED, MISSING CAPTURED DATA
|
||
|
# Each profile has 5 dpi levels (1-5) that can be individually set and enabled/disabled
|
||
|
# Set dpiX_enable=0 to disable a particular dpi level
|
||
|
# It is not possible to disable all DPI levels, at least one will remain enabled
|
||
|
dpi1_enable=0
|
||
|
dpi2_enable=1
|
||
|
dpi3_enable=1
|
||
|
dpi4_enable=1
|
||
|
dpi5_enable=0
|
||
|
# dpi (4-8c)
|
||
|
dpi1=04
|
||
|
dpi2=16
|
||
|
dpi3=2d
|
||
|
dpi4=43
|
||
|
dpi5=8c
|
||
|
|
||
|
# CURRENTLY NOT IMPLEMENTED, MISSING CAPTURED DATA
|
||
|
# usb report rate (125, 250, 500, 1000) Hz
|
||
|
report_rate=500
|
||
|
|
||
|
# CURRENTLY NOT IMPLEMENTED, MISSING CAPTURED DATA
|
||
|
# button mapping: there is a total of ? programmable buttons.
|
||
|
# keymap.md for full details
|
||
|
button_left=left
|
||
|
button_right=right
|
||
|
button_middle=middle
|
||
|
button_dpi=dpi-cycle
|
||
|
button_backward=backward
|
||
|
button_forward=forward
|
||
|
scroll_up=scroll_up
|
||
|
scroll_down=scroll_down
|
||
|
|
||
|
[profile2]
|
||
|
lightmode=breathing
|
||
|
color=5000ff
|
||
|
brightness=3
|
||
|
|
||
|
[profile3]
|
||
|
|
||
|
[profile4]
|
||
|
|
||
|
[profile5]
|
||
|
|
||
|
# NOT TESTED, NO DATA CAPTURES AVAILABLE
|
||
|
# Macro definitions
|
||
|
# Each macro (1-15) is defined in its own section, starting with ";## macro"
|
||
|
# Each action is prefixed by ";# "
|
||
|
# A tab ('\t') is used to separate the action from the value
|
||
|
# There are 3 different possible actions:
|
||
|
# down (key)
|
||
|
# up (key)
|
||
|
# delay (time in 10ms)
|
||
|
|
||
|
;## macro1
|
||
|
;# down m
|
||
|
;# up m
|
||
|
;# down a
|
||
|
;# up a
|
||
|
;# down c
|
||
|
;# up c
|
||
|
;# down r
|
||
|
;# up r
|
||
|
;# down o
|
||
|
;# up o
|
||
|
;# down 1
|
||
|
;# up 1
|
||
|
|
||
|
;## macro2
|
||
|
;# down m
|
||
|
;# up m
|
||
|
;# down a
|
||
|
;# up a
|
||
|
;# down c
|
||
|
;# up c
|
||
|
;# down r
|
||
|
;# up r
|
||
|
;# down o
|
||
|
;# up o
|
||
|
;# down 2
|
||
|
;# up 2
|
||
|
|
||
|
;## macro3
|
||
|
;# down m
|
||
|
;# up m
|
||
|
;# down a
|
||
|
;# up a
|
||
|
;# down c
|
||
|
;# up c
|
||
|
;# down r
|
||
|
;# up r
|
||
|
;# down o
|
||
|
;# up o
|
||
|
;# down 3
|
||
|
;# up 3
|
||
|
|