Protocols / KeyboardEmulation / UsbInterfaceOrder Value

Specifies if the keyboard emulation USB interface is returned before or after the BRP/HID interface (see USB command GetConfiguration).

Properties

Format

Name Type/Size Description
- Enumeration (8 bits) Values:
  • First (0x00)
    Keyboard emulation is registered as USB interface 0 to increase compatibility with certain host operating systems. This will move BRP/HID to USB interface 1, which will not work on SDK < v3.18.00.
  • Second (0x01)
    Keyboard emulation is registered as USB interface 1 (default). This allows BRP/HID to use USB interface 0 for maximum compatibility with all SDK versions.