aboutsummaryrefslogtreecommitdiff
path: root/docs/custom_quantum_functions.md
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2024-08-15 13:37:59 +0000
committerQMK Bot <hello@qmk.fm>2024-08-15 13:37:59 +0000
commit5f8aaf236ff1cd2263ceeccfda48644c1b951004 (patch)
tree43b117b8c6e27f05ae302f536078e1f758a95ed3 /docs/custom_quantum_functions.md
parent1f02cd45af7e59d9a62baf630a648a6185be792b (diff)
parent39324e642f000c86a46d1974651e7a474d9375d8 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/custom_quantum_functions.md')
-rw-r--r--docs/custom_quantum_functions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/custom_quantum_functions.md b/docs/custom_quantum_functions.md
index 729f0cd028..1479eb53f6 100644
--- a/docs/custom_quantum_functions.md
+++ b/docs/custom_quantum_functions.md
@@ -184,7 +184,7 @@ Whenever possible you should customize your keyboard by using `process_record_*(
### Example `matrix_scan_*` Implementation
-This example has been deliberately omitted. You should understand enough about QMK internals to write this without an example before hooking into such a performance sensitive area. If you need help please [open an issue](https://github.com/qmk/qmk_firmware/issues/new) or [chat with us on Discord](https://discord.gg/Uq7gcHh).
+This example has been deliberately omitted. You should understand enough about QMK internals to write this without an example before hooking into such a performance sensitive area. If you need help please [open an issue](https://github.com/qmk/qmk_firmware/issues/new) or [chat with us on Discord](https://discord.gg/qmk).
### `matrix_scan_*` Function Documentation