implemented new keyboard model: Sun Type 5

This commit is contained in:
2008-11-01 21:20:07 +00:00
parent cc61962875
commit 43c5c297e8
5 changed files with 313 additions and 9 deletions

View File

@ -7,4 +7,10 @@
* License: TODO
*/
#define LED_NUM 0x01 ///< num LED on a boot-protocol keyboard
#define LED_CAPS 0x02 ///< caps LED on a boot-protocol keyboard
#define LED_SCROLL 0x04 ///< scroll LED on a boot-protocol keyboard
#define LED_COMPOSE 0x08 ///< compose LED on a boot-protocol keyboard
#define LED_KANA 0x10 ///< kana LED on a boot-protocol keyboard
void sendString(char* string);