KEY_MACRO_RECORD_START
[KEY_MACRO_RECORD_START] = "MacroRecordStart",
input_set_capability(input, EV_KEY, KEY_MACRO_RECORD_START);
[32] = KEY_MACRO_RECORD_START,
input_report_key(g15->input, KEY_MACRO_RECORD_START, data[7] & 0x40);
input_report_key(g15->input, KEY_MACRO_RECORD_START, data[2] & 0x40);
input_report_key(g15->input, KEY_MACRO_RECORD_START, data[3] & 0x80);