~ruther/qmk_firmware

b60413af60896a7b9d344f9f3dc61904015cb7ca — Mike Roberts 6 years ago 55ace26
Use auto output for Adafruit BLE (#4131)

* use auto for adafruit ble

* spacing

* switch ifdef name
1 files changed, 3 insertions(+), 0 deletions(-)

M quantum/quantum.c
M quantum/quantum.c => quantum/quantum.c +3 -0
@@ 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();
}