]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fixed typo in my layout
authorunknown <itsaferbie@gmail.com>
Mon, 24 Jul 2017 22:45:30 +0000 (18:45 -0400)
committerJack Humbert <jack.humb@gmail.com>
Fri, 28 Jul 2017 14:45:34 +0000 (10:45 -0400)
keyboards/deltasplit75/keymaps/itsaferbie/config.h

index 28206d65339fa3f5fb753a827f2fb455ad39ee65..6191fc281996f0768bfcd5e9a11417ab912f1f84 100644 (file)
@@ -1,31 +1,31 @@
-/*\r
-Copyright 2012 Jun Wako <wakojun@gmail.com>\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
-\r
-#define USE_SERIAL\r
-\r
-#define MASTER_LEFT\r
-// #define _MASTER_RIGHT\r
-// #define EE_HANDS\r
-\r
-\r
-#ifdef SUBPROJECT_v2\r
-    #include "../../v2/config.h"\r
-#endif\r
-#ifdef SUBPROJECT_ProtoSplit\r
-    #include "../../ProtoSplit/config.h"\r
-#endif\r
+/*
+Copyright 2012 Jun Wako <wakojun@gmail.com>
+
+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/>.
+*/
+
+
+#define USE_SERIAL
+
+#define MASTER_LEFT
+// #define _MASTER_RIGHT
+// #define EE_HANDS
+
+
+#ifdef SUBPROJECT_v2
+    #include "../../v2/config.h"
+#endif
+#ifdef SUBPROJECT_ProtoSplit
+    #include "../../protosplit/config.h"
+#endif