diff options
author | Mojitas <47667093+Mojitas@users.noreply.github.com> | 2021-03-17 04:09:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-16 20:09:45 -0700 |
commit | 4e8a218d175476664258333d89582c243969825f (patch) | |
tree | a3537d546b1d311f8917cf33b2ab6793ff3e465c /keyboards/keebio/iris/keymaps/mojitas/config.h | |
parent | 57de02c9f290d26927778b1bf7b1cfa41090a436 (diff) |
[Keymap] Mojito - removed layer macros (#12201)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/keebio/iris/keymaps/mojitas/config.h')
-rw-r--r-- | keyboards/keebio/iris/keymaps/mojitas/config.h | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/keyboards/keebio/iris/keymaps/mojitas/config.h b/keyboards/keebio/iris/keymaps/mojitas/config.h index 149a54be7f..24aecb9f84 100644 --- a/keyboards/keebio/iris/keymaps/mojitas/config.h +++ b/keyboards/keebio/iris/keymaps/mojitas/config.h @@ -1,5 +1,5 @@ /* -Copyright 2017 Danny Nguyen <danny@keeb.io> +Copyright 2021 Mathias Strand <m.strand91@gmail.com> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,5 +17,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once +/* Use I2C or Serial, not both */ + +#define USE_SERIAL // #define USE_I2C -#define EE_HANDS + +/* Select hand configuration */ + +#define MASTER_LEFT +//#define MASTER_RIGHT +// #define EE_HANDS |