You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Raw HID allows for bidirectional communication between QMK and the host computer over an HID interface.
This has many potential use cases, such as switching keymaps on the fly or changing RGB LED colors and modes.
For my keyboard using Raw HID instead of console also means smaller firmware size:
CONSOLE=yes => 28,188 B
vs
RAW_ENABLE=yes => 25,802 B
The text was updated successfully, but these errors were encountered:
As per https://docs.qmk.fm/#/feature_rawhid:
For my keyboard using Raw HID instead of console also means smaller firmware size:
The text was updated successfully, but these errors were encountered: