1
0
Fork 0

Fix keyboard not working if I2C pullups not enabled.

Disable backlighting by default.
This commit is contained in:
Cole Markham 2017-12-09 01:25:32 -06:00 committed by Jack Humbert
parent cc0d4b6513
commit 5fe0fe3756
4 changed files with 7 additions and 6 deletions

View file

@ -20,6 +20,8 @@
#include "quantum.h"
#define BACKLIGHT_BREATHING
extern void backlight_set(uint8_t level);
#ifdef AUDIO_ENABLE
float tone_startup[][2] = SONG(STARTUP_SOUND);
float tone_goodbye[][2] = SONG(GOODBYE_SOUND);
@ -55,7 +57,6 @@ void matrix_init_kb(void)
wdt_enable(WDTO_500MS);
#endif
// put your keyboard start-up code here
// runs once when the firmware starts up
matrix_init_user();