aboutsummaryrefslogtreecommitdiff
path: root/docs/understanding_qmk.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/understanding_qmk.md')
-rw-r--r--docs/understanding_qmk.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/understanding_qmk.md b/docs/understanding_qmk.md
index da622044c..42a41fbe2 100644
--- a/docs/understanding_qmk.md
+++ b/docs/understanding_qmk.md
@@ -29,7 +29,6 @@ Within `keyboard_task()` you'll find code to handle:
29* [Matrix Scanning](#matrix-scanning) 29* [Matrix Scanning](#matrix-scanning)
30* Mouse Handling 30* Mouse Handling
31* Serial Link(s) 31* Serial Link(s)
32* Visualizer
33* Keyboard status LEDs (Caps Lock, Num Lock, Scroll Lock) 32* Keyboard status LEDs (Caps Lock, Num Lock, Scroll Lock)
34 33
35#### Matrix Scanning 34#### Matrix Scanning
@@ -180,10 +179,6 @@ FIXME: This needs to be written
180 179
181FIXME: This needs to be written 180FIXME: This needs to be written
182 181
183#### Visualizer
184
185FIXME: This needs to be written
186
187#### Keyboard state LEDs (Caps Lock, Num Lock, Scroll Lock) 182#### Keyboard state LEDs (Caps Lock, Num Lock, Scroll Lock)
188 183
189FIXME: This needs to be written 184FIXME: This needs to be written