]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/stm32/halconf.h
Adds the Planck EZ, 3737 RGB, fixes out-of-tune notes (#5532)
[qmk_firmware.git] / quantum / stm32 / halconf.h
index 8fe8e0c6f586861495d2790d7367f085c1508ac1..c3e0cbb728c7b63031adeab92e1ef422f2b9ec15 100644 (file)
@@ -76,7 +76,7 @@
  * @brief   Enables the I2C subsystem.
  */
 #if !defined(HAL_USE_I2C) || defined(__DOXYGEN__)
-#define HAL_USE_I2C                 FALSE
+#define HAL_USE_I2C                 TRUE
 #endif
 
 /**