summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Vincent <jesse@keyboard.io>2018-07-19 22:39:54 -0700
committerJesse Vincent <jesse@keyboard.io>2018-07-19 22:39:54 -0700
commit87b7497f25beecd5b999baaa3d1df39099a19154 (patch)
treed27f18c31f6f9ef097bf66ada56ff06cb83f17a6
parent8526858c38da0105258c6543bad94d38a5c804e3 (diff)
downloadmodel01-firmware-87b7497f25beecd5b999baaa3d1df39099a19154.tar.gz
model01-firmware-87b7497f25beecd5b999baaa3d1df39099a19154.tar.bz2
model01-firmware-87b7497f25beecd5b999baaa3d1df39099a19154.zip
astyle
-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.
*
*/