summaryrefslogtreecommitdiffstats
path: root/keyboards/orthodox
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/orthodox
parent20e18d15e3173e342336d99ee0f7ed76392af190 (diff)
downloadqmk_firmware-fad967af4c6f456204c19dfa4e28ca567f7bb62d.tar.gz
qmk_firmware-fad967af4c6f456204c19dfa4e28ca567f7bb62d.tar.xz
Remove extra underscore from MASTER_RIGHT define
Diffstat (limited to 'keyboards/orthodox')
-rw-r--r--keyboards/orthodox/keymaps/default/config.h4
-rw-r--r--keyboards/orthodox/keymaps/drashna/config.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/orthodox/keymaps/default/config.h b/keyboards/orthodox/keymaps/default/config.h
index c2892b5e0..9e685054b 100644
--- a/keyboards/orthodox/keymaps/default/config.h
+++ b/keyboards/orthodox/keymaps/default/config.h
@@ -32,7 +32,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/orthodox/keymaps/drashna/config.h b/keyboards/orthodox/keymaps/drashna/config.h
index 497f7c80d..d79fd302e 100644
--- a/keyboards/orthodox/keymaps/drashna/config.h
+++ b/keyboards/orthodox/keymaps/drashna/config.h
@@ -32,7 +32,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
#ifndef TAPPING_TERM
@@ -53,4 +53,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#endif // RGBLIGHT_ENABLE
-#endif \ No newline at end of file
+#endif