comparison Scan/UARTConnect/capabilities.kll @ 360:dbefb68411e1

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
author Jacob Alexander <haata@kiibohd.com>
date Sun, 09 Aug 2015 00:20:41 -0700
parents 136e47478441
children fc2c2a1e9615
comparison
equal deleted inserted replaced
359:b4f66a698f36 360:dbefb68411e1
37 # Length: 4 37 # Length: 4
38 # Args: 0xD2 0xD2 0xD2 0xD2 38 # Args: 0xD2 0xD2 0xD2 0xD2
39 UARTConnectCableCheckLength => UARTConnectCableCheckLength_define; 39 UARTConnectCableCheckLength => UARTConnectCableCheckLength_define;
40 UARTConnectCableCheckLength = 2; 40 UARTConnectCableCheckLength = 2;
41 41
42 # Connect Enable
43 # Define used to indicate to non-connect modules that support should be compiled in
44 ConnectEnabled => ConnectEnabled_define;
45 ConnectEnabled = 1;
46