Disabled ERGODOX_LED_X code

master
Mark 2022-06-16 11:20:06 -07:00
parent 6b4feb5158
commit 7523a79169
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 3 additions and 1 deletions

View File

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