Fix keyboard not working if I2C pullups not enabled.
Disable backlighting by default.
This commit is contained in:
parent
cc0d4b6513
commit
5fe0fe3756
4 changed files with 7 additions and 6 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue