Skip to content

Add F13 to F24 keys to the HID report descriptor#392

Open
BrunMartins wants to merge 1 commit into
T-vK:masterfrom
BrunMartins:master
Open

Add F13 to F24 keys to the HID report descriptor#392
BrunMartins wants to merge 1 commit into
T-vK:masterfrom
BrunMartins:master

Conversation

@BrunMartins

Copy link
Copy Markdown

Problem

HID descriptor only declares 0x65 keys (101 keys)

Symptoms

  • Keystrokes for keys F13 to F24 do not get sent to the device the keyboard is connected to.

Root Causes Fixed

  1. HID descriptor LOGICAL_MAXIMUM increased from 0x65 to 0x73
  2. HID descriptor USAGE_MAXIMUM increased from 0x65 to 0x73

Tested On

  • Hardware: ESP32-WROOM-32 (DOIT DevKit V1)
  • Core: v4.4.7
  • Sketch: A simple BLE keyboard that sends F13 on button press

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant