aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Vincent <jesse@keyboard.io>2017-10-02 22:44:45 -0700
committerJesse Vincent <jesse@keyboard.io>2017-10-02 22:44:49 -0700
commitd466c1fa6344028934de32488c770a9fa4a098d3 (patch)
treec31d5f0f696004bfc2b233937bc6ec0b53b3f7ee
parentcb277739808f7c22e1c7c43f608bd686083125d9 (diff)
downloadModel01-Firmware-f/refactor-for-clarity.tar.gz
Model01-Firmware-f/refactor-for-clarity.zip
Close a commentf/refactor-for-clarity
-rw-r--r--Model01-Firmware.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/Model01-Firmware.ino b/Model01-Firmware.ino
index b59ca6c..a87b936 100644
--- a/Model01-Firmware.ino
+++ b/Model01-Firmware.ino
@@ -95,7 +95,7 @@ enum { MACRO_VERSION_INFO,
* using ___ to let keypresses fall through to the previously active layer
* using XXX to mark a keyswitch as 'blocked' on this layer
* using Key_Keymap_ keys to change the active keymap.
-
+ */
#define QWERTY_KEYMAP KEYMAP_STACKED ( \
___, Key_1, Key_2, Key_3, Key_4, Key_5, Key_LEDEffectNext, \