view Output/uartOut/capabilities.kll @ 437:da28cecc0b5b

Merge pull request #114 from kiibohd/revert-113-ghost_fix Revert "Fixed ghosting matrix check (did send bad keys on release), now using…"
author Jacob Alexander <haata@kiibohd.com>
date Fri, 13 May 2016 14:38:46 -0700
parents 39e338a6733d
children
line wrap: on
line source

Name = uartOutCapabilities;
Version = 0.2;
Author = "HaaTa (Jacob Alexander) 2014";
KLL = 0.3;

# Modified Date
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();