1
0

whitespace

This commit is contained in:
Jesse Vincent 2017-10-02 19:56:01 -07:00
parent ac0a2c5ab8
commit d64810c9b2

View File

@ -102,7 +102,6 @@ static void versionInfoMacro(uint8_t keyState) {
Macros.type(PSTR("Keyboardio Model 01 - Kaleidoscope ")); Macros.type(PSTR("Keyboardio Model 01 - Kaleidoscope "));
Macros.type(PSTR(BUILD_INFORMATION)); Macros.type(PSTR(BUILD_INFORMATION));
} }
} }
static void anyKeyMacro(uint8_t keyState) { static void anyKeyMacro(uint8_t keyState) {
@ -117,6 +116,7 @@ static void anyKeyMacro(uint8_t keyState) {
const macro_t *macroAction(uint8_t macroIndex, uint8_t keyState) { const macro_t *macroAction(uint8_t macroIndex, uint8_t keyState) {
switch (macroIndex) { switch (macroIndex) {
case MACRO_VERSION_INFO: case MACRO_VERSION_INFO:
versionInfoMacro(keyState); versionInfoMacro(keyState);
break; break;