aboutsummaryrefslogtreecommitdiff
path: root/keyboards/handwired/onekey/teensy_lc/mcuconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/onekey/teensy_lc/mcuconf.h')
-rw-r--r--keyboards/handwired/onekey/teensy_lc/mcuconf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/handwired/onekey/teensy_lc/mcuconf.h b/keyboards/handwired/onekey/teensy_lc/mcuconf.h
index ea576df5b..f73bec3dc 100644
--- a/keyboards/handwired/onekey/teensy_lc/mcuconf.h
+++ b/keyboards/handwired/onekey/teensy_lc/mcuconf.h
@@ -42,4 +42,10 @@
42 * 5 for Teensy 3.x */ 42 * 5 for Teensy 3.x */
43#define KINETIS_USB_USB0_IRQ_PRIORITY 2 43#define KINETIS_USB_USB0_IRQ_PRIORITY 2
44 44
45/*
46 * I2C driver settings
47 */
48#define KINETIS_I2C_USE_I2C0 TRUE
49#define KINETIS_I2C_I2C0_PRIORITY 4
50
45#endif /* _MCUCONF_H_ */ 51#endif /* _MCUCONF_H_ */