diff options
| author | 2017-11-01 01:03:15 -0400 | |
|---|---|---|
| committer | 2017-11-01 01:19:06 -0400 | |
| commit | fad967af4c6f456204c19dfa4e28ca567f7bb62d (patch) | |
| tree | eff03630fe65b3888d3b4e3452f6b0eddf9f96c2 /keyboards/lets_split/keymaps/khord | |
| parent | 20e18d15e3173e342336d99ee0f7ed76392af190 (diff) | |
| download | qmk_firmware-fad967af4c6f456204c19dfa4e28ca567f7bb62d.tar.gz | |
Remove extra underscore from MASTER_RIGHT define
Diffstat (limited to 'keyboards/lets_split/keymaps/khord')
| -rw-r--r-- | keyboards/lets_split/keymaps/khord/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |