aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@keyboard.io>2017-11-13 18:06:11 -0800
committerJesse Vincent <jesse@keyboard.io>2017-11-13 18:06:11 -0800
commit8e1c9d01118576b442ddf3d10fe34c3251eabe73 (patch)
tree16e8ebd2fb5ca958c08178b2d743981c2a44a48c
parentSwap the order of the Numpad and Fn layers, so it's possible to get to (diff)
downloadkeyboardio-model01-8e1c9d01118576b442ddf3d10fe34c3251eabe73.tar.gz
keyboardio-model01-8e1c9d01118576b442ddf3d10fe34c3251eabe73.tar.bz2
keyboardio-model01-8e1c9d01118576b442ddf3d10fe34c3251eabe73.zip
astyle fixes
-rw-r--r--Model01-Firmware.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/Model01-Firmware.ino b/Model01-Firmware.ino
index 0642915..f883756 100644
--- a/Model01-Firmware.ino
+++ b/Model01-Firmware.ino
@@ -115,7 +115,7 @@ enum { MACRO_VERSION_INFO,
* The third one is layer 2.
* This 'enum' lets us use names like QWERTY, FUNCTION, and NUMPAD in place of
* the numbers 0, 1 and 2.
- *
+ *
*/
enum { QWERTY, NUMPAD, FUNCTION }; // layers