diff options
Diffstat (limited to 'keyboards/handwired/splittest/teensy_2/config.h')
-rw-r--r-- | keyboards/handwired/splittest/teensy_2/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/handwired/splittest/teensy_2/config.h b/keyboards/handwired/splittest/teensy_2/config.h index 7c092db307..eadd42fb7c 100644 --- a/keyboards/handwired/splittest/teensy_2/config.h +++ b/keyboards/handwired/splittest/teensy_2/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 { F5 } #define MATRIX_COL_PINS { F7 } |