diff options
| author | しぐれ <23041178+ForsakenRei@users.noreply.github.com> | 2023-03-15 18:55:18 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-15 16:55:18 -0600 |
| commit | 012fa6dd4544f25e73b086c377e9f1a57d3d46a9 (patch) | |
| tree | c9338396fe2b319a5ef7b645fbff126c05b90e7e /docs/feature_advanced_keycodes.md | |
| parent | 54dca8cbff3eebcd40d47adea82317ee54260f70 (diff) | |
[Doc] Add example to keyboard housekeeping and some minor fixes (#19968)
Co-authored-by: jack <0x6a73@protonmail.com>
Diffstat (limited to 'docs/feature_advanced_keycodes.md')
| -rw-r--r-- | docs/feature_advanced_keycodes.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/feature_advanced_keycodes.md b/docs/feature_advanced_keycodes.md index b04721b23a..90f06e405a 100644 --- a/docs/feature_advanced_keycodes.md +++ b/docs/feature_advanced_keycodes.md | |||
| @@ -160,6 +160,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |||
| 160 | return true; | 160 | return true; |
| 161 | }; | 161 | }; |
| 162 | ``` | 162 | ``` |
| 163 | Alternatively, this can be done with [Key Overrides](feature_key_overrides?id=simple-example). | ||
| 163 | 164 | ||
| 164 | # Advanced topics :id=advanced-topics | 165 | # Advanced topics :id=advanced-topics |
| 165 | 166 | ||
| @@ -180,3 +181,7 @@ This page used to encompass a large set of features. We have moved many sections | |||
| 180 | ## Tap-Hold Configuration Options :id=tap-hold-configuration-options | 181 | ## Tap-Hold Configuration Options :id=tap-hold-configuration-options |
| 181 | 182 | ||
| 182 | * [Tap-Hold Configuration Options](tap_hold.md) | 183 | * [Tap-Hold Configuration Options](tap_hold.md) |
| 184 | |||
| 185 | ## Key Overrides :id=key-overrides | ||
| 186 | |||
| 187 | * [Key Overrides](feature_key_overrides.md) \ No newline at end of file | ||
