This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

The generic HID keyboard not work in PC BIOS

Hi~

I'm using nRF52840 SDK 14.0 to build USB keyboard, the HID type is generic, the problem is:

when is

APP_USBD_HID_GENERIC_GLOBAL_DEF(m_app_hid_kbd, HID_KBD_INTERFACE, hid_kbd_user_ev_handler, (NRF_DRV_USBD_EPIN1), keyboard_hid_report_desc, 1, 1, APP_USBD_HID_SUBCLASS_BOOT, APP_USBD_HID_PROTO_KEYBOARD);
the  keyboard work fine in BIOS but ctrl\shift\alt not work, when is 

APP_USBD_HID_GENERIC_GLOBAL_DEF(m_app_hid_kbd, HID_KBD_INTERFACE, hid_kbd_user_ev_handler, (NRF_DRV_USBD_EPIN1), keyboard_hid_report_desc, 1, 1, APP_USBD_HID_SUBCLASS_NONE, APP_USBD_HID_PROTO_KEYBOARD);
the keyboard work fine but not work in BIOS.

Has somebody know where is wrong?

Thank everybody:)

Parents Reply Children
Related