]> git.donarmstrong.com Git - kiibohd-controller.git/blob - Output/uartOut/capabilities.kll
Fixing default ErgoDox layout and adding FlashMode button
[kiibohd-controller.git] / Output / uartOut / capabilities.kll
1 Name = uartOutCapabilities;
2 Version = 0.2;
3 Author = "HaaTa (Jacob Alexander) 2014";
4 KLL = 0.3;
5
6 # Modified Date
7 Date = 2014-08-21;
8
9
10 # Capabilties available to the uartOut output module
11 usbKeyOut   => Output_usbCodeSend_capability( usbCode : 1 );
12
13 # Bootloader Mode capability
14 # XXX
15 # By default this is disabled on purpose
16 # It is a large security hazard
17 flashModeEnabled => flashModeEnabled_define;
18 flashModeEnabled = 0;
19
20 flashMode => Output_flashMode_capability();
21