diff options
-rw-r--r-- | Model01-Firmware.ino | 2 |
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, \ |