Kiibohd Controller
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
此仓库已存档。您可以查看文件和克隆,但不能推送或创建工单/合并请求。

capabilities.kll 867B

123456789101112131415161718192021222324
  1. Name = PartialMapCapabilities;
  2. Version = 0.2;
  3. Author = "HaaTa (Jacob Alexander) 2014-2015";
  4. KLL = 0.3b;
  5. # Modified Date
  6. Date = 2015-09-24;
  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. # By default, rotate to the next layer
  13. # The current rotating layer is stored separately to the layer stack
  14. # But still sets the layer stack using the layerLock/unlock mechanism
  15. # Argument 0 -> Next, 1 -> Previous
  16. layerRotate => Macro_layerRotate_capability( previous : 1 );
  17. # Defines available to the PartialMap module
  18. stateWordSize => StateWordSize_define;
  19. stateWordSize = 8; # Default for now, increase to 16 or 32 for higher limits