diff --git a/src/kaleidoscope/plugin/OneShot.cpp b/src/kaleidoscope/plugin/OneShot.cpp index 26a7d788..51513761 100644 --- a/src/kaleidoscope/plugin/OneShot.cpp +++ b/src/kaleidoscope/plugin/OneShot.cpp @@ -70,7 +70,7 @@ void OneShot::injectNormalKey(uint8_t idx, uint8_t key_state) { } positionToCoords(state_[idx].position, &row, &col); - handleKeyswitchEvent(key, row, col, key_state | INJECTED); + handleKeyswitchEvent(key, UNKNOWN_KEYSWITCH_LOCATION, key_state | INJECTED); } void OneShot::activateOneShot(uint8_t idx) {