1
0
Fork 0

[Doc] Add example to keyboard housekeeping and some minor fixes (#19968)

Co-authored-by: jack <0x6a73@protonmail.com>
This commit is contained in:
しぐれ 2023-03-15 18:55:18 -04:00 committed by GitHub
parent 54dca8cbff
commit 012fa6dd45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 80 additions and 19 deletions

View file

@ -160,6 +160,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
return true;
};
```
Alternatively, this can be done with [Key Overrides](feature_key_overrides?id=simple-example).
# Advanced topics :id=advanced-topics
@ -180,3 +181,7 @@ This page used to encompass a large set of features. We have moved many sections
## Tap-Hold Configuration Options :id=tap-hold-configuration-options
* [Tap-Hold Configuration Options](tap_hold.md)
## Key Overrides :id=key-overrides
* [Key Overrides](feature_key_overrides.md)