diff 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
line wrap: on
line diff
--- a/Output/uartOut/capabilities.kll	Fri Aug 21 18:26:46 2015 -0700
+++ b/Output/uartOut/capabilities.kll	Fri Aug 21 19:43:45 2015 -0700
@@ -1,12 +1,21 @@
 Name = uartOutCapabilities;
-Version = 0.1;
+Version = 0.2;
 Author = "HaaTa (Jacob Alexander) 2014";
 KLL = 0.3;
 
 # Modified Date
-Date = 2014-09-27;
+Date = 2014-08-21;
 
 
 # Capabilties available to the uartOut output module
 usbKeyOut   => Output_usbCodeSend_capability( usbCode : 1 );
 
+# Bootloader Mode capability
+# XXX
+# By default this is disabled on purpose
+# It is a large security hazard
+flashModeEnabled => flashModeEnabled_define;
+flashModeEnabled = 0;
+
+flashMode => Output_flashMode_capability();
+