summaryrefslogtreecommitdiffstats
path: root/razer.conf
blob: e287541e1267ded3a1cb8a1a2ba658ac5512978a (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
# 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*:*:*]
	# 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
bues.ch cgit interface