summaryrefslogtreecommitdiff
path: root/docs/syllabus.md
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2021-11-22 13:14:00 -0800
committerGitHub <noreply@github.com>2021-11-23 08:14:00 +1100
commitf4966a19d69a7f3bbefeea0537071d7d7c2abbdd (patch)
tree42c6daae724c74f7e21422f3fec4dc384c0e1f5d /docs/syllabus.md
parent32a87d3517f086f6c76e9f3416a4b8fcff5ae626 (diff)
[Docs] Squeezing space out of AVR (#15243)
* [Docs] Squeezing space out of AVR * Add more info * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * Add oled section * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * Update layers and intro wording * Rename doc file * add get_u8_str support * oled clarifications Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'docs/syllabus.md')
-rw-r--r--docs/syllabus.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/syllabus.md b/docs/syllabus.md
index ccb382c5d4..f5cdea2182 100644
--- a/docs/syllabus.md
+++ b/docs/syllabus.md
@@ -31,6 +31,7 @@ These topics start to dig into some of the features that QMK supports. You don't
* [RGB Lighting](feature_rgblight.md)
* [RGB Matrix](feature_rgb_matrix.md)
* [Tap-Hold Configuration](tap_hold.md)
+ * [Squeezing Space from AVR](squeezing_avr.md)
* **Learn More About Keymaps**
* [Keymaps](keymap.md)
* [Custom Functions and Keycodes](custom_quantum_functions.md)