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 416B

1234567891011121314151617
  1. Name = PortSwapCapabilities;
  2. Version = 0.1;
  3. Author = "HaaTa (Jacob Alexander) 2015";
  4. KLL = 0.3d;
  5. # Modified Date
  6. Date = 2015-10-23;
  7. # Cross interconnect pins, required for complex cabling arrangements
  8. portCross => Port_cross_capability();
  9. # Capability to swap the USB port mapping
  10. portSwapUSB => Port_usb_capability();
  11. # Capability to swap the interconnect port mapping
  12. portSwapInter => Port_uart_capability();