Another comment update

pull/247/head
Michael Richters 7 years ago
parent 3dfb8caa11
commit dd1376978e

@ -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);

Loading…
Cancel
Save