diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-06-27 07:39:11 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-06-27 07:39:11 -0700 |
commit | 7b2b9b64ec1054644ceba88edc3f9aa6cf991bc4 (patch) | |
tree | 9c71748dcf7428ed7db1ec131b312d913b8a0168 /keyboards/iris | |
parent | ac05cdd1f8ebda53b6dac959843b7dd7b7602f0c (diff) | |
download | qmk_firmware-7b2b9b64ec1054644ceba88edc3f9aa6cf991bc4.tar.gz qmk_firmware-7b2b9b64ec1054644ceba88edc3f9aa6cf991bc4.zip |
Fix line endings in keyboards/iris/keymaps/s1carii/config.h (#3240)
Diffstat (limited to 'keyboards/iris')
-rw-r--r-- | keyboards/iris/keymaps/s1carii/config.h | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/keyboards/iris/keymaps/s1carii/config.h b/keyboards/iris/keymaps/s1carii/config.h index 7186744b77..117f825234 100644 --- a/keyboards/iris/keymaps/s1carii/config.h +++ b/keyboards/iris/keymaps/s1carii/config.h @@ -1,34 +1,34 @@ -/*
-Copyright 2017 Danny Nguyen <danny@keeb.io>
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#ifndef CONFIG_USER_H
-#define CONFIG_USER_H
-
-#include "config_common.h"
-
-/* Use I2C or Serial, not both */
-
-#define USE_SERIAL
-// #define USE_I2C
-
-/* Select hand configuration */
-
-#define MASTER_LEFT
-// #define MASTER_RIGHT
-// #define EE_HANDS
-
-#endif
+/* +Copyright 2017 Danny Nguyen <danny@keeb.io> + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ + +#ifndef CONFIG_USER_H +#define CONFIG_USER_H + +#include "config_common.h" + +/* Use I2C or Serial, not both */ + +#define USE_SERIAL +// #define USE_I2C + +/* Select hand configuration */ + +#define MASTER_LEFT +// #define MASTER_RIGHT +// #define EE_HANDS + +#endif |