Completing the HP150 converter.
This commit is contained in:
parent
0c39927268
commit
59e443552c
5 changed files with 335 additions and 291 deletions
|
@ -252,6 +252,7 @@ uint8_t sendCode = 0;
|
|||
int usbcodeMacro( uint8_t usbCode )
|
||||
{
|
||||
// Keyboard Input Test Macro
|
||||
/*
|
||||
switch ( usbCode )
|
||||
{
|
||||
case KEY_F1:
|
||||
|
@ -304,7 +305,8 @@ int usbcodeMacro( uint8_t usbCode )
|
|||
}
|
||||
|
||||
return 1;
|
||||
//return 0;
|
||||
*/
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue