Completing the HP150 converter.

This commit is contained in:
Jacob Alexander 2012-11-17 02:13:06 -08:00
parent 0c39927268
commit 59e443552c
5 changed files with 335 additions and 291 deletions

View file

@ -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;
}