Grammar Fix for PR Checklist (#18540)
* Grammar Fix for PR Checklist
* Update docs/pr_checklist.md
Co-authored-by: Nick Brassel <nick@tzarc.org>
* Update docs/pr_checklist.md, take 2
Co-authored-by: Nick Brassel <nick@tzarc.org>
[docs] Improve documentation regarding info.json (#18508)
* docs: raise info.json awareness
* docs: note that DD migration is WIP
Update feature_tap_dance.md (#18509)
Fixed typo
Remove orphan custom functions reference in keymap docs (#18444)
[Docs] Explicitly mention kb/user callbacks as boolean (#18448)
Co-authored-by: Ryan <fauxpark@gmail.com>
Checklist clarification. (#18440)
[Docs] Extract 'Layer Change Code' and EEPROM (#18174)
* [Docs] Extract 'Layer Change Code' and EEPROM
* adjust wording
* Update docs/custom_quantum_functions.md
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Joel Challis <git@zvecr.com>
[Docs] RESET -> QK_BOOT (#18365)
Discourage use of ENCODER_MAP at keyboard level (#18286)
* Discourage use of ENCODER_MAP at keyboard level
* Update docs/feature_encoders.md
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
[Docs] Update 'Process Record' according to the code (#18209)
* [doc] Update 'Process Record' according to the code
* [doc] fix link
Expand on the differences between Caps Word and Caps Lock (#18139)
* Expand on the differences between Caps Word and Caps Lock
* Add the equiv default KC_ next to intl alias
* It's configurable so it's not a problem
Merge remote-tracking branch 'upstream/develop'
Merge remote-tracking branch 'origin/master' into develop
Update Tap Dance Example 4 (#18138)
break statements are missing from the switch for both registering and unregistering key codes. Neither have a default: case either. The code as exists in the repository right now does not compile. It does with this changes.
Merge remote-tracking branch 'origin/master' into develop
[Docs] Fix typo in data driven config docs (#18095)