Merge pull request #9 from Dygmalab/master

fixed missing newline
pull/365/head
Gergely Nagy 7 years ago committed by GitHub
commit e9111f595c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -124,6 +124,7 @@ bool EEPROMKeymap::focusKeymapLayer(const char *command) {
::Focus.printSpace();
}
}
Serial.println();
} else {
uint16_t keysPerLayer = ROWS * COLS;
uint16_t offset = layer * keysPerLayer;

Loading…
Cancel
Save