From dd1376978e13523cc55859f52f6259ec9f58949c Mon Sep 17 00:00:00 2001 From: Michael Richters Date: Mon, 20 Nov 2017 14:47:39 -0600 Subject: [PATCH] Another comment update --- src/key_events.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);