const uint32_t NEXUS_KEYCODE_PRO_QC_LONG_TEST_MESSAGE_SECONDS = 3600; // 1 hour const uint8_t NEXUS_KEYCODE_PRO_UNIVERSAL_SHORT_TEST_SECONDS = 127; const uint32_t ...
Modkeys keycodes with modifiers Modkeys allow you to press a key and a modifier at the same time. The format for entering a modkey is <mod>-<keycode>. So to make a key that press ctrl+v, use c-v. To ...