diff Macro/PartialMap/capabilities.kll @ 433:0f7a6b593dc4

Initial refactoring of PartialMap for supporting custom Triggers - Requires a recent KLL - Functionality wise, nothing has changed
author Jacob Alexander <haata@kiibohd.com>
date Sun, 08 May 2016 18:50:28 -0700
parents dbbdedccc275
children
line wrap: on
line diff
--- a/Macro/PartialMap/capabilities.kll	Thu May 05 12:57:30 2016 -0700
+++ b/Macro/PartialMap/capabilities.kll	Sun May 08 18:50:28 2016 -0700
@@ -1,10 +1,10 @@
 Name = PartialMapCapabilities;
-Version = 0.2;
-Author = "HaaTa (Jacob Alexander) 2014-2015";
-KLL = 0.3b;
+Version = 0.3;
+Author = "HaaTa (Jacob Alexander) 2014-2016";
+KLL = 0.3d;
 
 # Modified Date
-Date = 2015-09-24;
+Date = 2016-04-08;
 
 
 # Capabilties available to the PartialMap module
@@ -22,3 +22,6 @@
 stateWordSize => StateWordSize_define;
 stateWordSize = 8; # Default for now, increase to 16 or 32 for higher limits
 
+indexWordSize => IndexWordSize_define;
+indexWordSize = 16; # Default for now, increase to 32 for higher limits (8 for less resource usage)
+