Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 709 Bytes

qmk_notes.MD

File metadata and controls

18 lines (15 loc) · 709 Bytes

QMK debugging notes

  • QMK keycodes ARE scancodes.
  • scancodes are defined in the USB HID spec.
  • sudo hid_listen to listen for keyboard events.
  • Layer-toggle + D to activate debug listening.

Debug output:

#include <print.h>
dprintf("%s string", var);

Main keymaps: