diff 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
line wrap: on
line diff
--- a/Scan/UARTConnect/capabilities.kll	Thu Aug 06 00:36:37 2015 -0700
+++ b/Scan/UARTConnect/capabilities.kll	Sun Aug 09 00:20:41 2015 -0700
@@ -39,3 +39,8 @@
 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;
+