1
0
Fork 0

Whitefox LED control (#1432)

* use new grave_esc functionality

* Port LED control from Ergodox Infinity to Whitefox
This commit is contained in:
Ethan Madden 2017-06-25 18:30:40 -07:00 committed by Jack Humbert
parent 43579a80a7
commit 42e6ecc36b
17 changed files with 1080 additions and 36 deletions

View 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
/**