Completing the BETKB support

- Keyboard is fully functional
- LED, Beeper, and keyboard input not yet implemented
This commit is contained in:
Jacob Alexander 2012-03-27 00:04:43 -04:00
parent 9b1f7e486c
commit 1877dcfa01
4 changed files with 306 additions and 304 deletions

View file

@ -215,6 +215,7 @@ int scancodeMacro( uint8_t scanCode )
}
return 1;
*/
/*
// BudKeypad
// Is this a bootloader sequence key?
if ( !Bootloader_KeyDetected
@ -240,6 +241,7 @@ int scancodeMacro( uint8_t scanCode )
Bootloader_ConditionState = 0;
erro_dPrint("Arg");
}
*/
return 0;
}