REMOTE_BUTTON_RIGHT
(buttons & REMOTE_BUTTON_RIGHT) ? "right" : ""
input_report_key(dev, BTN_RIGHT, buttons & REMOTE_BUTTON_RIGHT);