diff options
| author | Jesse Vincent <jesse@keyboard.io> | 2017-11-13 18:06:11 -0800 |
|---|---|---|
| committer | Jesse Vincent <jesse@keyboard.io> | 2017-11-13 18:06:11 -0800 |
| commit | 8e1c9d01118576b442ddf3d10fe34c3251eabe73 (patch) | |
| tree | 16e8ebd2fb5ca958c08178b2d743981c2a44a48c | |
| parent | 7d141644a6ab47176794d4a6b65bda10bb14bcb2 (diff) | |
| download | Model01-Firmware-8e1c9d01118576b442ddf3d10fe34c3251eabe73.tar.gz Model01-Firmware-8e1c9d01118576b442ddf3d10fe34c3251eabe73.zip | |
astyle fixes
| -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 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 |
