Adding UART and UART + USB muxed CLI output.

- The UART out may be useful for Bluetooth keyboards at some point
This commit is contained in:
Jacob Alexander 2014-06-28 10:35:54 -07:00
parent 6f563bdc9f
commit dd8b04dce2
5 changed files with 468 additions and 13 deletions

View file

@ -53,7 +53,7 @@ set( ScanModule "MDPure" )
set( MacroModule "PartialMap" )
##| Sends the current list of usb key codes through USB HID
set( OutputModule "uartOut" )
set( OutputModule "usbMuxUart" )
##| Debugging source to use, each module has it's own set of defines that it sets
set( DebugModule "full" )