]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Update quantum matrix to support both AVR and Chibios ARM (#3968)
authoryiancar <yiangosyiangou@cytanet.com.cy>
Fri, 28 Sep 2018 16:33:11 +0000 (17:33 +0100)
committerJack Humbert <jack.humb@gmail.com>
Fri, 28 Sep 2018 16:33:11 +0000 (12:33 -0400)
* Update quantum matrix to support both AVR and Chibios ARM

- Addition of STM32 pin definitions
- Created abstruction layer defines to control GPIO (This is a bit pointless for Chibios as we are creating a PAL ontop of a PAL but it is necessary for uniformity with AVR)
- Modified matrix.c to use the above functions

* minor ifdef fix

* Rename of functions and docs

- Added documentation.
- Renamed functions according to Jack's spec.

* Massdrop fix

* Update matrix.c

* Update quantum.h

* Update quantum.h

* Update quantum.h

* Update internals_gpio_control.md


No differences found