~ruther/qmk_firmware

5c6a8f599fbd4a083548503e88aa7f969a5b753b — QMK Bot 3 years ago 40bc5a8 + c8b00b2
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 1 insertions(+), 1 deletions(-)

M docs/internals_gpio_control.md
M docs/internals_gpio_control.md => docs/internals_gpio_control.md +1 -1
@@ 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                        |
|------------------------|--------------------------------------------------|-------------------------------------------------|-------------------------------------------------|