summaryrefslogtreecommitdiff
path: root/keyboards/infinity60/mcuconf.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-06-18 12:38:38 -0400
committerGitHub <noreply@github.com>2017-06-18 12:38:38 -0400
commit517f75d893253e448105401ac638257841ad9e97 (patch)
treed06edd04812ad134aae6d470725fbac5205499b4 /keyboards/infinity60/mcuconf.h
parentdd73e14c9b4d74473434fee78a9b1eb84491b1a8 (diff)
parent9af272e4bb685faabd1d879231f2718f0c00b32d (diff)
Merge pull request #1349 from jpetermans/infinity60
Infinity60 backlight support
Diffstat (limited to 'keyboards/infinity60/mcuconf.h')
-rw-r--r--keyboards/infinity60/mcuconf.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/keyboards/infinity60/mcuconf.h b/keyboards/infinity60/mcuconf.h
index f453304b75..6af85d0796 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_ */