Use auto output for Adafruit BLE (#4131)

* use auto for adafruit ble

* spacing

* switch ifdef name
master
Mike Roberts 2019-04-19 16:07:35 -04:00 committed by skullydazed
parent 55ace26a5d
commit b60413af60
1 changed files with 3 additions and 0 deletions

View File

@ -1084,6 +1084,9 @@ void matrix_init_quantum() {
#ifdef HAPTIC_ENABLE
haptic_init();
#endif
#ifdef OUTPUT_AUTO_ENABLE
set_output(OUTPUT_AUTO);
#endif
matrix_init_kb();
}