summaryrefslogtreecommitdiff
path: root/platforms/arm_atsam/gpio.h
AgeCommit message (Collapse)Author
2021-12-27Add open-drain GPIO support. (#15282)Nick Brassel
* Add open-drain GPIO support. * `qmk format-c` * Wording. * Remove port GPIO implementations as the only board that uses it has its own internal defs anyway. Will wait for first-class handling of ports in core before reimplementing.
2021-11-19Move tmk_core/common/<plat> (#13918)Joel Challis