Browse Source

Restrict outputselect to LUFA only for now

Priyadi Iman Nurcahyo 8 years ago
parent
commit
e7c4f621f1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      quantum/quantum.c

+ 2 - 2
quantum/quantum.c

@@ -1,5 +1,5 @@
 #include "quantum.h"
-#if defined(__AVR__)
+#ifdef PROTOCOL_LUFA
 #include "outputselect.h"
 #endif
 
@@ -215,7 +215,7 @@ bool process_record_quantum(keyrecord_t *record) {
 	  return false;
       break;
 	#endif
-    #if defined(__AVR__)
+    #ifdef PROTOCOL_LUFA
     case OUT_AUTO:
       if (record->event.pressed) {
         set_output(OUTPUT_AUTO);