From d64810c9b2cd13f8cc303e2f012c7a6af8d91cc5 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 2 Oct 2017 19:56:01 -0700 Subject: whitespace --- Model01-Firmware.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Model01-Firmware.ino') diff --git a/Model01-Firmware.ino b/Model01-Firmware.ino index e099647..3051a64 100644 --- a/Model01-Firmware.ino +++ b/Model01-Firmware.ino @@ -102,7 +102,6 @@ static void versionInfoMacro(uint8_t keyState) { Macros.type(PSTR("Keyboardio Model 01 - Kaleidoscope ")); Macros.type(PSTR(BUILD_INFORMATION)); } - } 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) { switch (macroIndex) { + case MACRO_VERSION_INFO: versionInfoMacro(keyState); break; -- cgit v1.2.3