]> git.donarmstrong.com Git - qmk_firmware.git/commit
AVR GPIO macro defines more readable (#5937)
authorTakeshi ISHII <2170248+mtei@users.noreply.github.com>
Thu, 22 Aug 2019 00:10:47 +0000 (09:10 +0900)
committerDrashna Jaelre <drashna@live.com>
Thu, 22 Aug 2019 00:10:47 +0000 (17:10 -0700)
commit1c5b0cbbeb049b1ce3fb2da6a81fbf83dd9a3ea7
treedaeafd91c08b5631e6e4429fbbd8f895b2855a86
parentb62e160a8950f451b08f1fee0109e60a58c5ddaa
AVR GPIO macro defines more readable (#5937)

* A little easier to read the definition of the GPIO control macro for AVR.

No change in build result.

* Changed to not use GNU statement expression extension.

No change in build result.

* Modified split_common/serial.c to use qmk_firmware standard GPIO control macro.

No change in build result.

* fix PE6 -> E6

* remove some space

* add some comment to config_common.h

* Changed split_common/serial.c to use a newer version of qmk_firmware standard GPIO control macro.
quantum/config_common.h
quantum/quantum.h
quantum/split_common/serial.c