diff options
author | jpetermans <tibcmhhm@gmail.com> | 2017-04-06 14:23:14 -0700 |
---|---|---|
committer | jpetermans <tibcmhhm@gmail.com> | 2017-04-06 14:23:14 -0700 |
commit | 56be3007570a3b6b2e2f78f500cea4fb22430459 (patch) | |
tree | e9d8053fb028e5f7b9458328d63b5ec235e87f4f /keyboards/infinity60/mcuconf.h | |
parent | 91f2e9fb5ec03aa4f8aee3a8a181ed0283170cf3 (diff) | |
download | firmware-56be3007570a3b6b2e2f78f500cea4fb22430459.tar.gz firmware-56be3007570a3b6b2e2f78f500cea4fb22430459.tar.bz2 firmware-56be3007570a3b6b2e2f78f500cea4fb22430459.zip |
Add Kinetis_i2c settings consistent with whitefox mcuconf
Diffstat (limited to 'keyboards/infinity60/mcuconf.h')
-rw-r--r-- | keyboards/infinity60/mcuconf.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/keyboards/infinity60/mcuconf.h b/keyboards/infinity60/mcuconf.h index f453304b7..6af85d079 100644 --- a/keyboards/infinity60/mcuconf.h +++ b/keyboards/infinity60/mcuconf.h @@ -47,9 +47,12 @@ * USB driver settings */ #define KINETIS_USB_USE_USB0 TRUE -/* Need to redefine this, since the default is for K20x */ -/* This is for Teensy LC; you should comment it out (or change to 5) - * for Teensy 3.x */ -#define KINETIS_USB_USB0_IRQ_PRIORITY 2 +#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_ */ |