summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-10-16 00:43:42 +0000
committerQMK Bot <hello@qmk.fm>2021-10-16 00:43:42 +0000
commit5c6a8f599fbd4a083548503e88aa7f969a5b753b (patch)
tree19e510ed96a96ec82a84e90d104230f5d6437f05
parent40bc5a81923d16f6c9c2a3a05616b8cb1859b01e (diff)
parentc8b00b2e913bac3d7ad495f6a00cfc30b65952c7 (diff)
Merge remote-tracking branch 'origin/master' into develop
-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 |
|------------------------|--------------------------------------------------|-------------------------------------------------|-------------------------------------------------|