|
|
|
@ -11,7 +11,7 @@ byte Macros_::active_macro_count;
|
|
|
|
|
byte Macros_::row, Macros_::col;
|
|
|
|
|
|
|
|
|
|
void playMacroKeyswitchEvent(Key key, uint8_t keyswitch_state) {
|
|
|
|
|
handleKeyswitchEvent(key, UNKNOWN_KEYSWITCH_LOCATION, keyswitch_state | INJECTED );
|
|
|
|
|
handleKeyswitchEvent(key, UNKNOWN_KEYSWITCH_LOCATION, keyswitch_state | INJECTED);
|
|
|
|
|
|
|
|
|
|
kaleidoscope::hid::sendKeyboardReport();
|
|
|
|
|
kaleidoscope::hid::sendMouseReport();
|
|
|
|
|