Kiibohd Controller
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

capabilities.kll 583B

12345678910111213141516171819
  1. Name = PartialMapCapabilities;
  2. Version = 0.1;
  3. Author = "HaaTa (Jacob Alexander) 2014";
  4. KLL = 0.3a;
  5. # Modified Date
  6. Date = 2014-11-21;
  7. # Capabilties available to the PartialMap module
  8. layerState => Macro_layerState_capability( layer : 2, state : 1 );
  9. layerLatch => Macro_layerLatch_capability( layer : 2 );
  10. layerLock => Macro_layerLock_capability( layer : 2 );
  11. layerShift => Macro_layerShift_capability( layer : 2 );
  12. # Defines available to the PartialMap module
  13. stateWordSize => StateWordSize_define;
  14. stateWordSize = 8; # Default for now, increase to 16 or 32 for higher limits