diff options
author | Danny Nguyen <danny@keeb.io> | 2017-11-01 01:03:15 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-11-01 01:19:06 -0400 |
commit | fad967af4c6f456204c19dfa4e28ca567f7bb62d (patch) | |
tree | eff03630fe65b3888d3b4e3452f6b0eddf9f96c2 /keyboards/iris/keymaps | |
parent | 20e18d15e3173e342336d99ee0f7ed76392af190 (diff) |
Remove extra underscore from MASTER_RIGHT define
Diffstat (limited to 'keyboards/iris/keymaps')
-rw-r--r-- | keyboards/iris/keymaps/default/config.h | 4 | ||||
-rw-r--r-- | keyboards/iris/keymaps/hexwire/config.h | 4 | ||||
-rw-r--r-- | keyboards/iris/keymaps/lewisridden/config.h | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/iris/keymaps/default/config.h b/keyboards/iris/keymaps/default/config.h index a6246262e5..c4604af436 100644 --- a/keyboards/iris/keymaps/default/config.h +++ b/keyboards/iris/keymaps/default/config.h @@ -28,7 +28,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 #undef RGBLED_NUM @@ -38,4 +38,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLIGHT_SAT_STEP 8 #define RGBLIGHT_VAL_STEP 8 -#endif
\ No newline at end of file +#endif diff --git a/keyboards/iris/keymaps/hexwire/config.h b/keyboards/iris/keymaps/hexwire/config.h index a85f0d8a9a..81df2e9164 100644 --- a/keyboards/iris/keymaps/hexwire/config.h +++ b/keyboards/iris/keymaps/hexwire/config.h @@ -28,7 +28,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 TAPPING_TERM 150 @@ -40,4 +40,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLIGHT_SAT_STEP 8 #define RGBLIGHT_VAL_STEP 8 -#endif
\ No newline at end of file +#endif diff --git a/keyboards/iris/keymaps/lewisridden/config.h b/keyboards/iris/keymaps/lewisridden/config.h index 2540121754..259efc8d29 100644 --- a/keyboards/iris/keymaps/lewisridden/config.h +++ b/keyboards/iris/keymaps/lewisridden/config.h @@ -28,7 +28,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 #undef RGBLED_NUM |