]> git.donarmstrong.com Git - qmk_firmware.git/commit
Helix-serial.c configuration improvement (#4370)
authorTakeshi ISHII <2170248+mtei@users.noreply.github.com>
Tue, 6 Nov 2018 20:02:30 +0000 (05:02 +0900)
committerDrashna Jaelre <drashna@live.com>
Tue, 6 Nov 2018 20:02:30 +0000 (12:02 -0800)
commita91f439aec39ec8bbcbb2f579a9434c266f09f5c
treea2cbe921ccd0db55678059fb993d83c1881e1fc5
parent8f5ac39fb90e9036a9df60f286888e02daf3fd1b
Helix-serial.c configuration improvement (#4370)

The new simple API can be selected.

Previous version, can select two way.
  * use old API (compatible with let's split serial.c)
  * use new API (multi-type transaction)

This version, can select three way.
  * use old API (compatible with let's split serial.c)
  * use new API (single-type transaction)
  * use new API (multi-type transaction)

There is no change in the code generated by this change.
keyboards/helix/serial.c
keyboards/helix/serial.h