Completing the BETKB support
- Keyboard is fully functional - LED, Beeper, and keyboard input not yet implemented
This commit is contained in:
parent
9b1f7e486c
commit
1877dcfa01
4 changed files with 306 additions and 304 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue