diff options
author | Joel Challis <git@zvecr.com> | 2023-09-17 08:11:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-17 08:11:32 +0100 |
commit | 39fafdac0f7d53cd83077bb4a5e90828c5186c55 (patch) | |
tree | fcaa0e9d92a18320b9785daa9d1bbb5b63fa39c6 | |
parent | 4162d1f0568c012bf3068cd8cdd2ec718fb58dbe (diff) |
Move Digitizer to "Software Features" (#22031)
-rw-r--r-- | docs/_summary.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_summary.md b/docs/_summary.md index d7dbd38c98..26a543aee4 100644 --- a/docs/_summary.md +++ b/docs/_summary.md @@ -80,6 +80,7 @@ * [Caps Word](feature_caps_word.md) * [Combos](feature_combo.md) * [Debounce API](feature_debounce_type.md) + * [Digitizer](feature_digitizer.md) * [EEPROM](feature_eeprom.md) * [Key Lock](feature_key_lock.md) * [Key Overrides](feature_key_overrides.md) @@ -115,7 +116,6 @@ * [Bootmagic Lite](feature_bootmagic.md) * [Converters](feature_converters.md) * [Custom Matrix](custom_matrix.md) - * [Digitizer](feature_digitizer.md) * [DIP Switch](feature_dip_switch.md) * [Encoders](feature_encoders.md) * [Haptic Feedback](feature_haptic_feedback.md) |