/** * \file tools.h * \brief Function headers and information that is needed in several places * \author Ronald Schaten * \version $Id$ * * License: GNU GPL v2 (see License.txt) */ #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);