diff --git a/src/key_events.cpp b/src/key_events.cpp index e87e260e..8f860ad8 100644 --- a/src/key_events.cpp +++ b/src/key_events.cpp @@ -58,7 +58,7 @@ void handleKeyswitchEvent(Key mappedKey, byte row, byte col, uint8_t keyState) { */ if (row < ROWS && col < COLS) { - /* If a key had an on or off event, we update the live composite keymap. See + /* If a key had an on event, we update the live composite keymap. See * layers.h for an explanation about the different caches we have. */ if (keyToggledOn(keyState)) Layer.updateLiveCompositeKeymap(row, col);