From fad967af4c6f456204c19dfa4e28ca567f7bb62d Mon Sep 17 00:00:00 2001 From: Danny Nguyen Date: Wed, 1 Nov 2017 01:03:15 -0400 Subject: Remove extra underscore from MASTER_RIGHT define --- keyboards/orthodox/keymaps/default/config.h | 4 ++-- keyboards/orthodox/keymaps/drashna/config.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'keyboards/orthodox') 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 . /* 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 . /* 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 . #endif // RGBLIGHT_ENABLE -#endif \ No newline at end of file +#endif -- cgit v1.2.3-24-g4f1b