diff options
author | Fred Silberberg <fred@silberberg.xyz> | 2018-07-11 00:01:56 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-11 00:01:56 -0700 |
commit | 48913153c33c52cf95ab6ea8032894f3fc60206a (patch) | |
tree | ff7ac0ce8926e363cde562bd427098079839c2be /docs/custom_quantum_functions.md | |
parent | 5477bf39bfc01468ea8c09f025cf9c5ee3efd1b7 (diff) | |
download | qmk_firmware-48913153c33c52cf95ab6ea8032894f3fc60206a.tar.gz |
Replace gitter links with Discord. (#3368)
Diffstat (limited to 'docs/custom_quantum_functions.md')
-rw-r--r-- | docs/custom_quantum_functions.md | 2 |
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 |