-
Notifications
You must be signed in to change notification settings - Fork 11
/
status.html
84 lines (80 loc) · 1.37 KB
/
status.html
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
---
layout: layout.njk
title: Status
---
<div class="page-content">
<h1>QMK Port Status</h1>
<h2>K66</h2>
<p>Stable for adventurers. RGB kind of works, but not as expected.</p>
<table>
<tr>
<th>Task</th>
<th>Notes</th>
<th>Status</th>
</tr>
<tr>
<td>Base Port</td>
<td>Completed</td>
<td>✅</td>
</tr>
<tr>
<td>RGB</td>
<td>Unstable</td>
<td>🚧</td>
</tr>
<tr>
<td>Docs</td>
<td>Completed</td>
<td>✅</td>
</tr>
</table>
<h2>K61</h2>
<p>Everything works outside of the layout. This should be working very shortly, don't attempt it yet.
<table>
<tr>
<th>Task</th>
<th>Notes</th>
<th>Status</th>
</tr>
<tr>
<td>Base Port</td>
<td>Broken</td>
<td>🚧</td>
</tr>
<tr>
<td>RGB</td>
<td>Untested</td>
<td>❓</td>
</tr>
<tr>
<td>Docs</td>
<td>N/A</td>
<td>❌</td>
</tr>
</table>
<h2>K87</h2>
<p>Follow this <a href="https://www.youtube.com/watch?v=2MHtLEiXaXg">guide</a> using this <a href="https://github.com/SonixQMK/qmk_firmware/tree/k87_backlight_test">repo and branch</a></p>
<table>
<tr>
<th>Task</th>
<th>Notes</th>
<th>Status</th>
</tr>
<tr>
<td>Base Port</td>
<td>N/A</td>
<td>✅</td>
</tr>
<tr>
<td>RGB</td>
<td>N/A</td>
<td>✅</td>
</tr>
<tr>
<td>Docs</td>
<td>N/A</td>
<td>❌</td>
</tr>
</table>
</div>
</div>