Merge pull request #514 from keyboardio/focus/send-key-with-one-space-only

FocusSerial: Only send a single separator when sending Keys
pull/520/head
Jesse Vincent 6 years ago committed by GitHub
commit 41fe0c95ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,7 +34,6 @@ class FocusSerial : public kaleidoscope::Plugin {
} }
void send(const Key key) { void send(const Key key) {
send(key.raw); send(key.raw);
Serial.print(SEPARATOR);
} }
void send(const bool b) { void send(const bool b) {
printBool(b); printBool(b);

Loading…
Cancel
Save