aboutsummaryrefslogtreecommitdiff
path: root/docs/internals_gpio_control.md
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-11-19 18:41:02 +0000
committerGitHub <noreply@github.com>2021-11-19 10:41:02 -0800
commit2728603fe6d73e805a539d337fd01051c46ca806 (patch)
tree5c83ffc7efa112da870bd5d8502a9d91d4792f35 /docs/internals_gpio_control.md
parent43b9e23bae12916d5161f03700c9bfe46737324b (diff)
downloadqmk_firmware-2728603fe6d73e805a539d337fd01051c46ca806.tar.gz
qmk_firmware-2728603fe6d73e805a539d337fd01051c46ca806.zip
Move tmk_core/common/<plat> (#13918)
Diffstat (limited to 'docs/internals_gpio_control.md')
-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 21a3bd661..ccd3f8c74 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
4 4
5## Functions :id=functions 5## Functions :id=functions
6 6
7The following functions provide basic control of GPIOs and are found in `tmk_core/common/<platform>/gpio.h`. 7The following functions provide basic control of GPIOs and are found in `platforms/<platform>/gpio.h`.
8 8
9|Function |Description | Old AVR Examples | Old ChibiOS/ARM Examples | 9|Function |Description | Old AVR Examples | Old ChibiOS/ARM Examples |
10|------------------------|--------------------------------------------------|-------------------------------------------------|-------------------------------------------------| 10|------------------------|--------------------------------------------------|-------------------------------------------------|-------------------------------------------------|