Initial UARTConnect scancode support

- Still some issues
- Will require some changes to MatrixARM and PartialMap
  * Currently state information is passed around too frequently
  * Needs to be reduced to state changes only
This commit is contained in:
Jacob Alexander 2015-08-09 00:20:41 -07:00
parent 1c0f94c4ea
commit ecd9923926
5 changed files with 81 additions and 19 deletions

View file

@ -39,3 +39,8 @@ UARTConnectBaudFine = 0x0;
UARTConnectCableCheckLength => UARTConnectCableCheckLength_define;
UARTConnectCableCheckLength = 2;
# Connect Enable
# Define used to indicate to non-connect modules that support should be compiled in
ConnectEnabled => ConnectEnabled_define;
ConnectEnabled = 1;