]> git.donarmstrong.com Git - kiibohd-controller.git/blob - Macro/PartialMap/capabilities.kll
4572c055478f27de0e6c8d88dc5d8178545f2b8e
[kiibohd-controller.git] / Macro / PartialMap / capabilities.kll
1 Name = PartialMapCapabilities;
2 Version = 0.1;
3 Author = "HaaTa (Jacob Alexander) 2014";
4 KLL = 0.3a;
5
6 # Modified Date
7 Date = 2014-11-21;
8
9
10 # Capabilties available to the PartialMap module
11 layerState => Macro_layerState_capability( layer : 2, state : 1 );
12 layerLatch => Macro_layerLatch_capability( layer : 2 );
13 layerLock  => Macro_layerLock_capability( layer : 2 );
14 layerShift => Macro_layerShift_capability( layer : 2 );
15
16 # Defines available to the PartialMap module
17 stateWordSize => StateWordSize_define;
18 stateWordSize = 8; # Default for now, increase to 16 or 32 for higher limits
19