Skip to content

Commit

Permalink
fixed bug when using KW in macros
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisVeigl committed Oct 22, 2017
1 parent ed22bc7 commit 8aaaedf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FabiWare/commands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ void performCommand (uint8_t cmd, int16_t par1, char * keystring, int8_t periodi
break;
case CMD_KW:
if (DebugOutput==1)
{ Serial.print(F("keyboard write: ")); Serial.println(keystring); }
writeKeystring=keystring;
{ Serial.print(F("keyboard write: ")); Serial.println(keystring); }
sendToKeyboard(keystring);
break;
case CMD_KP:
if (DebugOutput==1)
Expand Down

0 comments on commit 8aaaedf

Please sign in to comment.