summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Paterson <apaterson@pm.me>2021-10-15 20:43:03 -0400
committerGitHub <noreply@github.com>2021-10-16 01:43:03 +0100
commitc8b00b2e913bac3d7ad495f6a00cfc30b65952c7 (patch)
treeafd8c13a471ac558f89e2f050b0509b8b7f9383b
parent235323269c372f40044ad2f73a602c9c60af6195 (diff)
Update documentation because GPIO functions are no longer in quantum.h (#14826)
* GPIO functions are no longer in quantum.h * Update docs/internals_gpio_control.md Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
-rw-r--r--docs/internals_gpio_control.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals_gpio_control.md b/docs/internals_gpio_control.md
index dcff928c70..21a3bd661e 100644
--- a/docs/internals_gpio_control.md
+++ b/docs/internals_gpio_control.md
@@ -4,7 +4,7 @@ QMK has a GPIO control abstraction layer which is microcontroller agnostic. This
## Functions :id=functions
-The following functions can provide basic control of GPIOs and are found in `quantum/quantum.h`.
+The following functions provide basic control of GPIOs and are found in `tmk_core/common/<platform>/gpio.h`.
|Function |Description | Old AVR Examples | Old ChibiOS/ARM Examples |
|------------------------|--------------------------------------------------|-------------------------------------------------|-------------------------------------------------|