aboutsummaryrefslogtreecommitdiffstats
path: root/razer.conf
blob: 746088483ed9d0dee3d4ebcaaad282bf1be30525 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
# Razer device configuration file


###############################################################################
# Initial mouse configuration                                                 #
# Each section item is applied in-order. So there might be multiple           #
# items of one type (for example "led").                                      #
###############################################################################


# Razer DeathAdder Chroma mouse
[Mouse:DeathAdder Chroma:*:*]
	# Config section disabled?
	disabled=false

	# Configure first profile
	# Resolution: 800, 1800, 3500, 5600, 10000
	res=1:1800
	# Frequency: 125, 500, 1000
	freq=1:1000

	# Initial profile selection
	profile=1

	# Configure LEDs
	led=1:GlowingLogo:on
	led=1:Scrollwheel:on
	mode=1:Scrollwheel:static
	color=1:Scrollwheel:0000FF

# Razer DeathAdder mouse
[Mouse:DeathAdder*:*:*]
	# Config section disabled?
	disabled=false

	# Configure first profile
	# Resolution: 450, 900, 1800, (3500)
	res=1:900
	# Frequency: 125, 500, 1000
	freq=1:1000

	# Initial profile selection
	profile=1

	# Configure LEDs
	led=1:GlowingLogo:on
	led=1:Scrollwheel:on

# Razer Copperhead mouse
[Mouse:Copperhead*:*:*]
	# Config section disabled?
	disabled=false

	# Configure first profile
	# Resolution: 400, 800, 1600, 2000
	res=1:800
	# Frequency: 125, 500, 1000
	freq=1:1000

	# Configure second profile
	# Resolution: 400, 800, 1600, 2000
	res=2:2000
	# Frequency: 125, 500, 1000
	freq=2:1000

	# Initial profile selection
	profile=1

# Razer Krait mouse
[Mouse:Krait*:*:*]
	# Config section disabled?
	disabled=false

	# Configure first profile
	# Resolution: 400, 1600
	res=1:1600

	# Initial profile selection
	profile=1

# Razer Lachesis mouse
[Mouse:Lachesis*:*:*]
	# Config section disabled?
	disabled=false

	# Configure first profile
	# Resolution: 450, 900, 1800, 3500
	res=1:1000
	# Frequency: 125, 500, 1000
	freq=1:1000

	# Initial profile selection
	profile=1

	# Configure LEDs
	led=1:GlowingLogo:on
	led=1:Scrollwheel:on

# Razer Naga mouse
[Mouse:Naga*:*:*]
	# Config section disabled?
	disabled=false

	# Configure first profile
	# Resolution: 100-5500.
	res=1:1000
	# Frequency: 125, 500, 1000
	freq=1:1000

	# Initial profile selection
	profile=1

	# Configure LEDs
	led=1:GlowingLogo:on
	led=1:Scrollwheel:on

# Razer Boomslang mouse
[Mouse:Boomslang*:*:*]
	# Config section disabled?
	disabled=false

	# Configure first profile
	# Resolution: 400, 800, 1800
	res=1:800
	# Frequency: 125, 500, 1000
	freq=1:1000

	# Initial profile selection
#FIXME	profile=1

	# Configure LEDs
	led=1:GlowPipe:on
	led=1:Scrollwheel:on

# Razer Diamondback Chroma mouse
[Mouse:Diamondback*:*:*]
	# Config section disabled?
	disabled=false

	# Configure first profile
	res=1:16000
	# Frequency: 125, 500, 1000
	freq=1:1000

	# Initial profile selection
	profile=1

	# Configure LEDs
	led=1:Basic:on
	mode=1:Basic:static
	color=1:Basic:0000FF

bues.ch cgit interface