- 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:
sudo hid_listen
to listen for keyboard events.Debug output:
#include <print.h>
dprintf("%s string", var);
Main keymaps: