]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fix line endings in keyboards/iris/keymaps/s1carii/config.h (#3240)
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>
Wed, 27 Jun 2018 14:39:11 +0000 (07:39 -0700)
committerDrashna Jaelre <drashna@live.com>
Wed, 27 Jun 2018 14:39:11 +0000 (07:39 -0700)
keyboards/iris/keymaps/s1carii/config.h

index 7186744b77cbb7b199bc931f12a119b35df458d9..117f8252343f6bf40b053d311666e870e2c2f95b 100644 (file)
@@ -1,34 +1,34 @@
-/*\r
-Copyright 2017 Danny Nguyen <danny@keeb.io>\r
-\r
-This program is free software: you can redistribute it and/or modify\r
-it under the terms of the GNU General Public License as published by\r
-the Free Software Foundation, either version 2 of the License, or\r
-(at your option) any later version.\r
-\r
-This program is distributed in the hope that it will be useful,\r
-but WITHOUT ANY WARRANTY; without even the implied warranty of\r
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
-GNU General Public License for more details.\r
-\r
-You should have received a copy of the GNU General Public License\r
-along with this program.  If not, see <http://www.gnu.org/licenses/>.\r
-*/\r
-\r
-#ifndef CONFIG_USER_H\r
-#define CONFIG_USER_H\r
-\r
-#include "config_common.h"\r
-\r
-/* Use I2C or Serial, not both */\r
-\r
-#define USE_SERIAL\r
-// #define USE_I2C\r
-\r
-/* Select hand configuration */\r
-\r
-#define MASTER_LEFT\r
-// #define MASTER_RIGHT\r
-// #define EE_HANDS\r
-\r
-#endif\r
+/*
+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