Priyadi Iman Nurcahyo %!s(int64=8) %!d(string=hai) anos
pai
achega
2f28652dcc
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      keyboards/handwired/promethium/matrix.c

+ 2 - 2
keyboards/handwired/promethium/matrix.c

@@ -133,8 +133,8 @@ void matrix_init(void) {
     matrix_init_quantum();
     matrix_init_quantum();
 }
 }
 
 
-uint8_t matrix_scan(void
-){
+uint8_t matrix_scan(void)
+{
     // Set row, read cols
     // Set row, read cols
     for (uint8_t current_row = 0; current_row < MATRIX_ROWS; current_row++) {
     for (uint8_t current_row = 0; current_row < MATRIX_ROWS; current_row++) {
 #       if (DEBOUNCING_DELAY > 0)
 #       if (DEBOUNCING_DELAY > 0)