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

123456789101112131415161718192021
  1. Name = uartOutCapabilities;
  2. Version = 0.2;
  3. Author = "HaaTa (Jacob Alexander) 2014";
  4. KLL = 0.3;
  5. # Modified Date
  6. Date = 2014-08-21;
  7. # Capabilties available to the uartOut output module
  8. usbKeyOut => Output_usbCodeSend_capability( usbCode : 1 );
  9. # Bootloader Mode capability
  10. # XXX
  11. # By default this is disabled on purpose
  12. # It is a large security hazard
  13. flashModeEnabled => flashModeEnabled_define;
  14. flashModeEnabled = 0;
  15. flashMode => Output_flashMode_capability();