aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/splittest/teensy_2/config.h
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2020-03-09 15:36:40 +1100
committerGitHub <noreply@github.com>2020-03-09 15:36:40 +1100
commit2271da00bc246c0791ec7c54bc496691ede71784 (patch)
tree0c9e1db2ce3b860bcef2c354f3e4c486209c65ac /keyboards/handwired/splittest/teensy_2/config.h
parent6e28ff24baf50373acdc43fd6b2173af5e5e96c7 (diff)
downloadfirmware-2271da00bc246c0791ec7c54bc496691ede71784.tar.gz
firmware-2271da00bc246c0791ec7c54bc496691ede71784.tar.bz2
firmware-2271da00bc246c0791ec7c54bc496691ede71784.zip
Move splittest I2C (#8346)
Diffstat (limited to 'keyboards/handwired/splittest/teensy_2/config.h')
-rw-r--r--keyboards/handwired/splittest/teensy_2/config.h3
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 7c092db30..eadd42fb7 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 }