diff options
author | Danny Nguyen <danny@keeb.io> | 2017-11-01 06:03:15 +0100 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-11-01 06:19:06 +0100 |
commit | fad967af4c6f456204c19dfa4e28ca567f7bb62d (patch) | |
tree | eff03630fe65b3888d3b4e3452f6b0eddf9f96c2 /keyboards/deltasplit75/keymaps | |
parent | 20e18d15e3173e342336d99ee0f7ed76392af190 (diff) | |
download | qmk_firmware-fad967af4c6f456204c19dfa4e28ca567f7bb62d.tar.gz qmk_firmware-fad967af4c6f456204c19dfa4e28ca567f7bb62d.tar.xz |
Remove extra underscore from MASTER_RIGHT define
Diffstat (limited to 'keyboards/deltasplit75/keymaps')
-rw-r--r-- | keyboards/deltasplit75/keymaps/default/config.h | 2 | ||||
-rw-r--r-- | keyboards/deltasplit75/keymaps/itsaferbie/config.h | 2 | ||||
-rw-r--r-- | keyboards/deltasplit75/keymaps/protosplit/config.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/deltasplit75/keymaps/default/config.h b/keyboards/deltasplit75/keymaps/default/config.h index 4fb2554e0..f14678a22 100644 --- a/keyboards/deltasplit75/keymaps/default/config.h +++ b/keyboards/deltasplit75/keymaps/default/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/deltasplit75/keymaps/itsaferbie/config.h b/keyboards/deltasplit75/keymaps/itsaferbie/config.h index b32d08290..24c3d5be2 100644 --- a/keyboards/deltasplit75/keymaps/itsaferbie/config.h +++ b/keyboards/deltasplit75/keymaps/itsaferbie/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/deltasplit75/keymaps/protosplit/config.h b/keyboards/deltasplit75/keymaps/protosplit/config.h index 4fb2554e0..f14678a22 100644 --- a/keyboards/deltasplit75/keymaps/protosplit/config.h +++ b/keyboards/deltasplit75/keymaps/protosplit/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 |