summaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split
diff options
context:
space:
mode:
authorDanny Nguyen <danny@keeb.io>2017-11-01 06:03:15 +0100
committerJack Humbert <jack.humb@gmail.com>2017-11-01 06:19:06 +0100
commitfad967af4c6f456204c19dfa4e28ca567f7bb62d (patch)
treeeff03630fe65b3888d3b4e3452f6b0eddf9f96c2 /keyboards/lets_split
parent20e18d15e3173e342336d99ee0f7ed76392af190 (diff)
downloadqmk_firmware-fad967af4c6f456204c19dfa4e28ca567f7bb62d.tar.gz
qmk_firmware-fad967af4c6f456204c19dfa4e28ca567f7bb62d.tar.xz
Remove extra underscore from MASTER_RIGHT define
Diffstat (limited to 'keyboards/lets_split')
-rw-r--r--keyboards/lets_split/keymaps/DE_simple/config.h4
-rw-r--r--keyboards/lets_split/keymaps/OLED_sample/config.h4
-rw-r--r--keyboards/lets_split/keymaps/adam/config.h4
-rw-r--r--keyboards/lets_split/keymaps/dale/config.h4
-rw-r--r--keyboards/lets_split/keymaps/default/config.h4
-rw-r--r--keyboards/lets_split/keymaps/fabian/config.h2
-rw-r--r--keyboards/lets_split/keymaps/henxing/config.h4
-rw-r--r--keyboards/lets_split/keymaps/hexwire/config.h4
-rw-r--r--keyboards/lets_split/keymaps/khord/config.h4
-rw-r--r--keyboards/lets_split/keymaps/mbsurfer/config.h4
-rw-r--r--keyboards/lets_split/keymaps/mjt/config.h4
-rw-r--r--keyboards/lets_split/keymaps/piemod/config.h4
-rw-r--r--keyboards/lets_split/keymaps/pitty/config.h4
-rw-r--r--keyboards/lets_split/keymaps/smt/config.h2
-rw-r--r--keyboards/lets_split/keymaps/xk/config.h2
-rw-r--r--keyboards/lets_split/keymaps/xyverz/config.h4
16 files changed, 29 insertions, 29 deletions
diff --git a/keyboards/lets_split/keymaps/DE_simple/config.h b/keyboards/lets_split/keymaps/DE_simple/config.h
index 7f33a4363..5a6261c4f 100644
--- a/keyboards/lets_split/keymaps/DE_simple/config.h
+++ b/keyboards/lets_split/keymaps/DE_simple/config.h
@@ -31,7 +31,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Select hand configuration */
#define MASTER_LEFT
-// #define _MASTER_RIGHT
+// #define MASTER_RIGHT
// #define EE_HANDS
-#endif \ No newline at end of file
+#endif
diff --git a/keyboards/lets_split/keymaps/OLED_sample/config.h b/keyboards/lets_split/keymaps/OLED_sample/config.h
index 57ed7d763..e8632fe61 100644
--- a/keyboards/lets_split/keymaps/OLED_sample/config.h
+++ b/keyboards/lets_split/keymaps/OLED_sample/config.h
@@ -31,7 +31,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Select hand configuration */
#define MASTER_LEFT
-// #define _MASTER_RIGHT
+// #define MASTER_RIGHT
// #define EE_HANDS
#define FLIP_HALF
@@ -57,4 +57,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_SAT_STEP 17
#define RGBLIGHT_VAL_STEP 17
-#endif \ No newline at end of file
+#endif
diff --git a/keyboards/lets_split/keymaps/adam/config.h b/keyboards/lets_split/keymaps/adam/config.h
index 7496876b5..ff29eb1bd 100644
--- a/keyboards/lets_split/keymaps/adam/config.h
+++ b/keyboards/lets_split/keymaps/adam/config.h
@@ -31,7 +31,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Select hand configuration */
// #define MASTER_LEFT
-// #define _MASTER_RIGHT
+// #define MASTER_RIGHT
#define EE_HANDS
#ifdef SUBPROJECT_rev2
@@ -47,4 +47,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define IGNORE_MOD_TAP_INTERRUPT
#define PERMISSIVE_HOLD
-#endif \ No newline at end of file
+#endif
diff --git a/keyboards/lets_split/keymaps/dale/config.h b/keyboards/lets_split/keymaps/dale/config.h
index 7f33a4363..5a6261c4f 100644
--- a/keyboards/lets_split/keymaps/dale/config.h
+++ b/keyboards/lets_split/keymaps/dale/config.h
@@ -31,7 +31,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Select hand configuration */
#define MASTER_LEFT
-// #define _MASTER_RIGHT
+// #define MASTER_RIGHT
// #define EE_HANDS
-#endif \ No newline at end of file
+#endif
diff --git a/keyboards/lets_split/keymaps/default/config.h b/keyboards/lets_split/keymaps/default/config.h
index 7f33a4363..5a6261c4f 100644
--- a/keyboards/lets_split/keymaps/default/config.h
+++ b/keyboards/lets_split/keymaps/default/config.h
@@ -31,7 +31,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Select hand configuration */
#define MASTER_LEFT
-// #define _MASTER_RIGHT
+// #define MASTER_RIGHT
// #define EE_HANDS
-#endif \ No newline at end of file
+#endif
diff --git a/keyboards/lets_split/keymaps/fabian/config.h b/keyboards/lets_split/keymaps/fabian/config.h
index ba271d1ac..6ae40cc2b 100644
--- a/keyboards/lets_split/keymaps/fabian/config.h
+++ b/keyboards/lets_split/keymaps/fabian/config.h
@@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define USE_SERIAL
#define MASTER_LEFT
-// #define _MASTER_RIGHT
+// #define MASTER_RIGHT
// #define EE_HANDS
diff --git a/keyboards/lets_split/keymaps/henxing/config.h b/keyboards/lets_split/keymaps/henxing/config.h
index 7f33a4363..5a6261c4f 100644
--- a/keyboards/lets_split/keymaps/henxing/config.h
+++ b/keyboards/lets_split/keymaps/henxing/config.h
@@ -31,7 +31,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Select hand configuration */
#define MASTER_LEFT
-// #define _MASTER_RIGHT
+// #define MASTER_RIGHT
// #define EE_HANDS
-#endif \ No newline at end of file
+#endif
diff --git a/keyboards/lets_split/keymaps/hexwire/config.h b/keyboards/lets_split/keymaps/hexwire/config.h
index e29b40c98..30348f1c3 100644
--- a/keyboards/lets_split/keymaps/hexwire/config.h
+++ b/keyboards/lets_split/keymaps/hexwire/config.h
@@ -11,7 +11,7 @@
/* Select hand configuration */
#define MASTER_LEFT
-// #define _MASTER_RIGHT
+// #define MASTER_RIGHT
// #define EE_HANDS
#define TAPPING_TERM 150
@@ -23,4 +23,4 @@
#define RGBLIGHT_SAT_STEP 8
#define RGBLIGHT_VAL_STEP 8
-#endif \ No newline at end of file
+#endif
diff --git a/keyboards/lets_split/keymaps/khord/config.h b/keyboards/lets_split/keymaps/khord/config.h
index ea10960dd..71ec20dbc 100644
--- a/keyboards/lets_split/keymaps/khord/config.h
+++ b/keyboards/lets_split/keymaps/khord/config.h
@@ -33,9 +33,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Select hand configuration */
//#define MASTER_LEFT
-// #define _MASTER_RIGHT
+// #define MASTER_RIGHT
#define EE_HANDS
#define RGBLIGHT_ANIMATIONS
-#endif \ No newline at end of file
+#endif
diff --git a/keyboards/lets_split/keymaps/mbsurfer/config.h b/keyboards/lets_split/keymaps/mbsurfer/config.h
index 7adde0734..6469b4846 100644
--- a/keyboards/lets_split/keymaps/mbsurfer/config.h
+++ b/keyboards/lets_split/keymaps/mbsurfer/config.h
@@ -33,11 +33,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Select hand configuration */
//#define MASTER_LEFT
-// #define _MASTER_RIGHT
+// #define MASTER_RIGHT
#define EE_HANDS
#undef RGBLED_NUM
#define RGBLIGHT_ANIMATIONS
#define RGBLED_NUM 8
-#endif \ No newline at end of file
+#endif
diff --git a/keyboards/lets_split/keymaps/mjt/config.h b/keyboards/lets_split/keymaps/mjt/config.h
index dc9fa5b5c..735a58b11 100644
--- a/keyboards/lets_split/keymaps/mjt/config.h
+++ b/keyboards/lets_split/keymaps/mjt/config.h
@@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define USE_SERIAL
#define MASTER_LEFT
-// #define _MASTER_RIGHT
+// #define MASTER_RIGHT
// #define EE_HANDS
@@ -35,4 +35,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#undef RGBLED_NUM
#define RGBLIGHT_ANIMATIONS
-#define RGBLED_NUM 10 \ No newline at end of file
+#define RGBLED_NUM 10
diff --git a/keyboards/lets_split/keymaps/piemod/config.h b/keyboards/lets_split/keymaps/piemod/config.h
index 7f33a4363..5a6261c4f 100644
--- a/keyboards/lets_split/keymaps/piemod/config.h
+++ b/keyboards/lets_split/keymaps/piemod/config.h
@@ -31,7 +31,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Select hand configuration */
#define MASTER_LEFT
-// #define _MASTER_RIGHT
+// #define MASTER_RIGHT
// #define EE_HANDS
-#endif \ No newline at end of file
+#endif
diff --git a/keyboards/lets_split/keymaps/pitty/config.h b/keyboards/lets_split/keymaps/pitty/config.h
index 131493e83..3798f9a64 100644
--- a/keyboards/lets_split/keymaps/pitty/config.h
+++ b/keyboards/lets_split/keymaps/pitty/config.h
@@ -11,7 +11,7 @@
/* Select hand configuration */
#define MASTER_LEFT
-// #define _MASTER_RIGHT
+// #define MASTER_RIGHT
// #define EE_HANDS
#define TAPPING_TOGGLE 2
@@ -23,4 +23,4 @@
#define RGBLIGHT_SAT_STEP 8
#define RGBLIGHT_VAL_STEP 8
-#endif \ No newline at end of file
+#endif
diff --git a/keyboards/lets_split/keymaps/smt/config.h b/keyboards/lets_split/keymaps/smt/config.h
index 3274fcca6..5a6261c4f 100644
--- a/keyboards/lets_split/keymaps/smt/config.h
+++ b/keyboards/lets_split/keymaps/smt/config.h
@@ -31,7 +31,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Select hand configuration */
#define MASTER_LEFT
-// #define _MASTER_RIGHT
+// #define MASTER_RIGHT
// #define EE_HANDS
#endif
diff --git a/keyboards/lets_split/keymaps/xk/config.h b/keyboards/lets_split/keymaps/xk/config.h
index 1def21211..c75ed12cc 100644
--- a/keyboards/lets_split/keymaps/xk/config.h
+++ b/keyboards/lets_split/keymaps/xk/config.h
@@ -33,7 +33,7 @@ the Free Software Foundation, either version 2 of the License, or
#define MOUSEKEY_WHEEL_TIME_TO_MAX 40
// #define MASTER_LEFT
-// #define _MASTER_RIGHT
+// #define MASTER_RIGHT
#define EE_HANDS
diff --git a/keyboards/lets_split/keymaps/xyverz/config.h b/keyboards/lets_split/keymaps/xyverz/config.h
index a21ca3699..e37cfe88a 100644
--- a/keyboards/lets_split/keymaps/xyverz/config.h
+++ b/keyboards/lets_split/keymaps/xyverz/config.h
@@ -31,7 +31,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Select hand configuration */
#define MASTER_LEFT
-// #define _MASTER_RIGHT
+// #define MASTER_RIGHT
// #define EE_HANDS
@@ -42,4 +42,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLED_NUM 8
#endif
-#endif \ No newline at end of file
+#endif