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:
parent
1c0f94c4ea
commit
ecd9923926
5 changed files with 81 additions and 19 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue