comparison Output/uartOut/capabilities.kll @ 370:39e338a6733d

Fixing default ErgoDox layout and adding FlashMode button - Adds proper flashMode support for all keyboards and microcontrollers (usb and serial) - flashModeEnabled must be set to 1 otherwise it will only show an error * This is on purpose (somewhat dangerous feature as it allows remote flashing) - Capability cleanup
author Jacob Alexander <haata@kiibohd.com>
date Fri, 21 Aug 2015 19:43:45 -0700
parents 718e74285b36
children
comparison
equal deleted inserted replaced
369:ce9720634c15 370:39e338a6733d
1 Name = uartOutCapabilities; 1 Name = uartOutCapabilities;
2 Version = 0.1; 2 Version = 0.2;
3 Author = "HaaTa (Jacob Alexander) 2014"; 3 Author = "HaaTa (Jacob Alexander) 2014";
4 KLL = 0.3; 4 KLL = 0.3;
5 5
6 # Modified Date 6 # Modified Date
7 Date = 2014-09-27; 7 Date = 2014-08-21;
8 8
9 9
10 # Capabilties available to the uartOut output module 10 # Capabilties available to the uartOut output module
11 usbKeyOut => Output_usbCodeSend_capability( usbCode : 1 ); 11 usbKeyOut => Output_usbCodeSend_capability( usbCode : 1 );
12 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