Ver código fonte

Update matrix.c

ishtob 8 anos atrás
pai
commit
1f7b8a0343
1 arquivos alterados com 1 adições e 2 exclusões
  1. 1 2
      keyboards/lets_split/matrix.c

+ 1 - 2
keyboards/lets_split/matrix.c

@@ -210,8 +210,7 @@ uint8_t matrix_scan(void)
     if( serial_transaction() ) {
 #endif
         // turn on the indicator led when halves are disconnected
-//        TXLED1;
-        TXLED0;
+        TXLED1;
         
         error_count++;