Эх сурвалжийг харах

Use auto output for Adafruit BLE (#4131)

* use auto for adafruit ble

* spacing

* switch ifdef name
Mike Roberts 7 жил өмнө
parent
commit
b60413af60

+ 3 - 0
quantum/quantum.c

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