summaryrefslogtreecommitdiffstats
path: root/razer.conf
blob: 93e7d3c10efe1813687125c612dd5c847ec0fb46 (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
# 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 mouse
[Mouse:DeathAdder:*:*]
	# Initial resolution: 450, 900, 1800, (3500)
	res=900
	# Initial frequency: 125, 500, 1000
	freq=1000
	# LED states for "GlowingLogo" and "Scrollwheel"
	led=GlowingLogo:on
	led=Scrollwheel:on

# Razer Copperhead mouse
[Mouse:Copperhead:*:*]
	# Initial resolution: 400, 800, 1600, 2000
	res=800
	# Initial frequency: 125, 500, 1000
	freq=1000

# Razer Krait mouse
[Mouse:Krait:*:*]
	# Initial resolution: 400, 1600
	res=1600

# Razer Lachesis mouse
[Mouse:Lachesis:*:*]
	# Initial profile selection
	profile=1
	# Initial resolution: 450, 900, 1800, 3500
	res=1000
	# Initial frequency: 125, 500, 1000
	freq=1000
	# LED states for "GlowingLogo" and "Scrollwheel"
	led=GlowingLogo:on
	led=Scrollwheel:on

# Razer Naga mouse
[Mouse:Naga:*:*]
	# Initial profile selection
	profile=1
	# Initial resolution: 100-5500.
	res=1000
	# Initial frequency: 125, 500, 1000
	freq=1000
	# LED states for "GlowingLogo" and "Scrollwheel"
	led=GlowingLogo:on
	led=Scrollwheel:on
bues.ch cgit interface