Disabled ERGODOX_LED_X code
parent
6b4feb5158
commit
7523a79169
|
@ -18,9 +18,10 @@ You should have received a copy of the GNU General Public License
|
|||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/*
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
|
||||
# include "betalupi_ergodox.h"
|
||||
#include "betalupi_ergodox.h"
|
||||
|
||||
void rgblight_call_driver(LED_TYPE *led, uint8_t led_num) {
|
||||
i2c_init();
|
||||
|
@ -53,3 +54,4 @@ void rgblight_call_driver(LED_TYPE *led, uint8_t led_num) {
|
|||
|
||||
|
||||
#endif // RGBLIGHT_ENABLE
|
||||
*/
|
Loading…
Reference in New Issue