diff options
author | Joel Challis <git@zvecr.com> | 2020-07-25 22:50:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-26 07:50:56 +1000 |
commit | d91987ab9adbf7bba9f47deb6b30a02d28e7195d (patch) | |
tree | 6356f4f6c167dd2b50dec84a5124418cb9d649fc /keyboards/handwired/onekey/teensy_32/mcuconf.h | |
parent | db540e2832b0d3bed6ae2ca3a2c893d9c79a7f5d (diff) |
Enable OLED support for Teensy 3.2/LC (#7591)
* I2C_TIMEOUT is not defined on arm teensy
* Work round teensy having different ChibiOS config options
* Stash OLED conf files
* update comment
* update comment
* Remove stm32 alias to allow teensy alt mode
Diffstat (limited to 'keyboards/handwired/onekey/teensy_32/mcuconf.h')
-rw-r--r-- | keyboards/handwired/onekey/teensy_32/mcuconf.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/handwired/onekey/teensy_32/mcuconf.h b/keyboards/handwired/onekey/teensy_32/mcuconf.h index 13a9e3333f..327f5c9aa3 100644 --- a/keyboards/handwired/onekey/teensy_32/mcuconf.h +++ b/keyboards/handwired/onekey/teensy_32/mcuconf.h @@ -42,4 +42,10 @@ * 5 for Teensy 3.x */ #define KINETIS_USB_USB0_IRQ_PRIORITY 5 +/* + * I2C driver settings + */ +#define KINETIS_I2C_USE_I2C0 TRUE +#define KINETIS_I2C_I2C0_PRIORITY 4 + #endif /* _MCUCONF_H_ */ |