view Macro/PartialMap/capabilities.kll @ 255:8d41330c194d

Adding KLL define support
author Jacob Alexander <haata@kiibohd.com>
date Fri, 21 Nov 2014 14:58:50 -0800
parents a2e9bb170eef
children dbbdedccc275
line wrap: on
line source

Name = PartialMapCapabilities;
Version = 0.1;
Author = "HaaTa (Jacob Alexander) 2014";
KLL = 0.3a;

# Modified Date
Date = 2014-11-21;


# Capabilties available to the PartialMap module
layerState => Macro_layerState_capability( layer : 2, state : 1 );
layerLatch => Macro_layerLatch_capability( layer : 2 );
layerLock  => Macro_layerLock_capability( layer : 2 );
layerShift => Macro_layerShift_capability( layer : 2 );

# Defines available to the PartialMap module
stateWordSize => StateWordSize_define;
stateWordSize = 8; # Default for now, increase to 16 or 32 for higher limits