summaryrefslogtreecommitdiffstats
path: root/Model01-Firmware.ino
diff options
context:
space:
mode:
Diffstat (limited to 'Model01-Firmware.ino')
-rw-r--r--Model01-Firmware.ino8
1 files changed, 4 insertions, 4 deletions
diff --git a/Model01-Firmware.ino b/Model01-Firmware.ino
index 1d16fdb..23ecf4c 100644
--- a/Model01-Firmware.ino
+++ b/Model01-Firmware.ino
@@ -131,13 +131,13 @@ enum { PRIMARY, NUMPAD, FUNCTION }; // layers
/**
* To change your keyboard's layout from QWERTY to DVORAK or COLEMAK, comment out the line
- *
+ *
* #define PRIMARY_KEYMAP_QWERTY
- *
+ *
* by changing it to
- *
+ *
* // #define PRIMARY_KEYMAP_QWERTY
- *
+ *
* Then uncomment the line corresponding to the layout you want to use.
*
*/