diff options
author | Danny Nguyen <danny@keeb.io> | 2019-06-02 23:31:43 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-06-02 21:23:35 -0700 |
commit | 4a8e62d30ec83921385a502a7cee3c6634e95988 (patch) | |
tree | 2a6592d160159b4d464089e581008b8387fc0907 /keyboards/keebio/iris/keymaps | |
parent | 2c8149aa55641c3ebcb7c75b4f8f1c7216e9662d (diff) |
Have hexwire Iris keymap use I2C
Diffstat (limited to 'keyboards/keebio/iris/keymaps')
-rw-r--r-- | keyboards/keebio/iris/keymaps/hexwire/config.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/keyboards/keebio/iris/keymaps/hexwire/config.h b/keyboards/keebio/iris/keymaps/hexwire/config.h index 53b00d24f5..8166822d93 100644 --- a/keyboards/keebio/iris/keymaps/hexwire/config.h +++ b/keyboards/keebio/iris/keymaps/hexwire/config.h @@ -20,14 +20,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" -/* Use I2C or Serial, not both */ - -#define USE_SERIAL -// #define USE_I2C +#define USE_I2C /* Select hand configuration */ - -#define MASTER_LEFT // #define MASTER_RIGHT // #define EE_HANDS |