BeRTOS
Defines
cfg_usbkbd.h File Reference

Configuration file for the usbkbd driver module. More...

Go to the source code of this file.

Defines

#define CONFIG_USBKBD   0
 Enable the usbkbd module.
#define USB_KEYBOARD_LOG_LEVEL   LOG_LVL_INFO
 Module logging level.
#define USB_KEYBOARD_LOG_FORMAT   LOG_FMT_TERSE
 module logging format.
#define USB_KEYBOARD_VENDOR_ID   0x046d
 USB vendor ID (please change this in your project, using a valid ID number!).
#define USB_KEYBOARD_PRODUCT_ID   0xffff
 USB product ID (please change this in your project, using a valid ID number!).

Detailed Description

Configuration file for the usbkbd driver module.

Author:
Andrea Righi <arighi@develer.com>

Definition in file cfg_usbkbd.h.