diff options
author | Drashna Jaelre <drashna@live.com> | 2021-11-22 13:14:00 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-23 08:14:00 +1100 |
commit | f4966a19d69a7f3bbefeea0537071d7d7c2abbdd (patch) | |
tree | 42c6daae724c74f7e21422f3fec4dc384c0e1f5d /docs/syllabus.md | |
parent | 32a87d3517f086f6c76e9f3416a4b8fcff5ae626 (diff) | |
download | qmk_firmware-f4966a19d69a7f3bbefeea0537071d7d7c2abbdd.tar.gz qmk_firmware-f4966a19d69a7f3bbefeea0537071d7d7c2abbdd.zip |
[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.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/syllabus.md b/docs/syllabus.md index ccb382c5d..f5cdea218 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 | |||
31 | * [RGB Lighting](feature_rgblight.md) | 31 | * [RGB Lighting](feature_rgblight.md) |
32 | * [RGB Matrix](feature_rgb_matrix.md) | 32 | * [RGB Matrix](feature_rgb_matrix.md) |
33 | * [Tap-Hold Configuration](tap_hold.md) | 33 | * [Tap-Hold Configuration](tap_hold.md) |
34 | * [Squeezing Space from AVR](squeezing_avr.md) | ||
34 | * **Learn More About Keymaps** | 35 | * **Learn More About Keymaps** |
35 | * [Keymaps](keymap.md) | 36 | * [Keymaps](keymap.md) |
36 | * [Custom Functions and Keycodes](custom_quantum_functions.md) | 37 | * [Custom Functions and Keycodes](custom_quantum_functions.md) |