Skip to content

Commit 554419e

Browse files
2 files | articles.json, 6AB9-3A71-ED45-3FB3-reference-steam-controller-led.txt
1 parent 2fbaafd commit 554419e

2 files changed

Lines changed: 123 additions & 2 deletions

File tree

articles.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2090,8 +2090,8 @@
20902090
"7690242099698286515": {
20912091
"title": "Reference - Steam Controller LED",
20922092
"url_code": "6AB9-3A71-ED45-3FB3",
2093-
"version": 6,
2094-
"timestamp": "2026-08-03 22:04:20"
2093+
"version": 7,
2094+
"timestamp": "2026-08-06 21:07:21"
20952095
},
20962096
"7698765082706437407": {
20972097
"title": "Clear download cache",

docs/6AB9-3A71-ED45-3FB3-reference-steam-controller-led.txt

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,127 @@
22

33
The Steam Controller features an LED which will communicate various states the controller is in. The table below can serve as a helpful reference.
44

5+
For the Steam controller we have attempted to make a consistent users experience. Where color represents how the controller is connected, and pattern indicates what the controller is doing. This is largely consistent with the exception of Red. Red is used to communicate something not normal (low battery, firmware update ETC)
6+
7+
[h4]Color Meanings[/h4]
8+
9+
[table noborder=1]
10+
11+
[tr]
12+
13+
[td][b]Color[/b]
14+
[/td]
15+
[td][b]Meaning[/b]
16+
[/td]
17+
18+
[/tr]
19+
20+
[tr]
21+
22+
[td]White
23+
[/td]
24+
[td]Wirelessly connected through the Steam Controller Puck or the Steam Machine's Steam Controller Wireless adapter.
25+
[/td]
26+
27+
[/tr]
28+
29+
[tr]
30+
31+
[td]Blue
32+
[/td]
33+
[td]Wirelessly connected via Bluetooth
34+
[/td]
35+
36+
[/tr]
37+
38+
[tr]
39+
40+
[td]Green
41+
[/td]
42+
[td]Wired connection via USB
43+
[/td]
44+
45+
[/tr]
46+
47+
[tr]
48+
49+
[td]Orange
50+
[/td]
51+
[td]Not actively communicating, Typically used for charging only scenarios
52+
[/td]
53+
54+
[/tr]
55+
56+
[tr]
57+
58+
[td]Red
59+
[/td]
60+
[td]Software Update mode
61+
[/td]
62+
63+
[/tr]
64+
65+
[tr]
66+
67+
[td]Dark Red
68+
[/td]
69+
[td]Low battery [/td]
70+
71+
[/tr]
72+
73+
[/table]
74+
75+
[h4]Pattern Meanings[/h4]
76+
77+
[table noborder=1]
78+
79+
[tr]
80+
81+
[td][b]Pattern[/b]
82+
[/td]
83+
[td][b]Meaning[/b]
84+
[/td]
85+
86+
[/tr]
87+
88+
[tr]
89+
90+
[td]Solid
91+
[/td]
92+
[td]The connection is working as expected, No charging is happening.
93+
[/td]
94+
95+
[/tr]
96+
97+
[tr]
98+
99+
[td]Breathing (or ramping)
100+
[/td]
101+
[td]Charging, The controller is connected to a power source and is actively charging the battery.
102+
[/td]
103+
104+
[/tr]
105+
106+
[tr]
107+
108+
[td]Flashing 2x per second
109+
[/td]
110+
[td]Looking for the connection type of the displayed color. Note, this happens during firmware updates when we are looking for the USB to be connected. Green blinking means connect via USB.
111+
[/td]
112+
113+
[/tr]
114+
115+
[tr]
116+
117+
[td]Rapid flash
118+
[/td]
119+
[td]This occurs in blue tooth when pairing(blue), or when booting if the controller is in backpack mode (white), or if the battery is too dead to boot the controller (red)
120+
[/td]
121+
122+
[/tr]
123+
124+
[/table]
125+
5126
[h2]Puck Connection[/h2]
6127

7128
[hr][/hr]

0 commit comments

Comments
 (0)