X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fusbkbd.h;h=ad3f03da204b65eb6e040f70605adf91e36b5070;hb=7dff07b2a890ada8bdce1f4a89f143b621660835;hp=1b4cd3e1a600b159561ea4f3f55f269cf099fa2c;hpb=d14c26fb09ddb40e8310120cd86e6cf0a92d5d5e;p=bertos.git diff --git a/bertos/drv/usbkbd.h b/bertos/drv/usbkbd.h index 1b4cd3e1..ad3f03da 100644 --- a/bertos/drv/usbkbd.h +++ b/bertos/drv/usbkbd.h @@ -34,6 +34,10 @@ * * \brief Generic USB keyboard device driver. * + * This module allows to create virtual keyboards. + * + * \attention The API is work in progress and may change in future versions. + * * $WIZ$ module_name = "usbkbd" * $WIZ$ module_configuration = "bertos/cfg/cfg_usbkbd.h" * $WIZ$ module_depends = "usb"