diff options
author | Nick Brassel <nick@tzarc.org> | 2020-03-09 15:36:40 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-09 15:36:40 +1100 |
commit | 2271da00bc246c0791ec7c54bc496691ede71784 (patch) | |
tree | 0c9e1db2ce3b860bcef2c354f3e4c486209c65ac /keyboards/handwired/splittest/promicro/config.h | |
parent | 6e28ff24baf50373acdc43fd6b2173af5e5e96c7 (diff) |
Move splittest I2C (#8346)
Diffstat (limited to 'keyboards/handwired/splittest/promicro/config.h')
-rw-r--r-- | keyboards/handwired/splittest/promicro/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/handwired/splittest/promicro/config.h b/keyboards/handwired/splittest/promicro/config.h index c2a9c6002e..de2414cb7b 100644 --- a/keyboards/handwired/splittest/promicro/config.h +++ b/keyboards/handwired/splittest/promicro/config.h @@ -18,6 +18,9 @@ #include "config_common.h" +// use I2C on AVR +#define USE_I2C + // wiring of each half #define MATRIX_ROW_PINS { B3 } #define MATRIX_COL_PINS { B6 } |