summaryrefslogtreecommitdiffstats
path: root/docs/custom_quantum_functions.md
diff options
context:
space:
mode:
authorFred Silberberg <fred@silberberg.xyz>2018-07-11 09:01:56 +0200
committerDrashna Jaelre <drashna@live.com>2018-07-11 09:01:56 +0200
commit48913153c33c52cf95ab6ea8032894f3fc60206a (patch)
treeff7ac0ce8926e363cde562bd427098079839c2be /docs/custom_quantum_functions.md
parent5477bf39bfc01468ea8c09f025cf9c5ee3efd1b7 (diff)
downloadqmk_firmware-48913153c33c52cf95ab6ea8032894f3fc60206a.tar.gz
qmk_firmware-48913153c33c52cf95ab6ea8032894f3fc60206a.tar.xz
Replace gitter links with Discord. (#3368)
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 9a1c486df..10c5c75a2 100644
--- a/docs/custom_quantum_functions.md
+++ b/docs/custom_quantum_functions.md
@@ -167,7 +167,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 gitter](https://gitter.im/qmk/qmk_firmware).
+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).
### `matrix_scan_*` Function Documentation