DPH controller now working with macros/layers

- Still working on USB NKRO
This commit is contained in:
Jacob Alexander 2014-09-16 11:42:24 -07:00
parent d405af0435
commit 733a9f26b6
3 changed files with 24 additions and 15 deletions

View file

@ -245,7 +245,7 @@ void cliFunc_kbdProtocol( char* args )
void cliFunc_readLEDs( char* args )
{
print( NL );
info_msg("LED State (This doesn't work yet...): ");
info_msg("LED State: ");
printInt8( USBKeys_LEDs );
}