Initial commit of the Epson QX-10 Keyboard module
- LEDs are working - Reset command is working - Basic typing is working (USB side drops some characters) - Changing repeat rate is working - Querying modifiers and LEDs is working - Initial layouts are complete - Modifiers are not fully working yet
This commit is contained in:
parent
6bf2607872
commit
8f8de985c5
9 changed files with 1008 additions and 3 deletions
|
@ -198,6 +198,7 @@ uint8_t sendCode = 0;
|
|||
// USBCode Macro Detection
|
||||
int usbcodeMacro( uint8_t usbCode )
|
||||
{
|
||||
/*
|
||||
// Keyboard Input Test Macro
|
||||
switch ( usbCode )
|
||||
{
|
||||
|
@ -226,6 +227,8 @@ int usbcodeMacro( uint8_t usbCode )
|
|||
}
|
||||
|
||||
return 1;
|
||||
*/
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue