diff options
Diffstat (limited to 'keyboards/handwired/promethium/matrix.c')
| -rw-r--r-- | keyboards/handwired/promethium/matrix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/handwired/promethium/matrix.c b/keyboards/handwired/promethium/matrix.c index 2b7ce2bf5..72dbe8d4d 100644 --- a/keyboards/handwired/promethium/matrix.c +++ b/keyboards/handwired/promethium/matrix.c | |||
| @@ -133,8 +133,8 @@ void matrix_init(void) { | |||
| 133 | matrix_init_quantum(); | 133 | matrix_init_quantum(); |
| 134 | } | 134 | } |
| 135 | 135 | ||
| 136 | uint8_t matrix_scan(void | 136 | uint8_t matrix_scan(void) |
| 137 | ){ | 137 | { |
| 138 | // Set row, read cols | 138 | // Set row, read cols |
| 139 | for (uint8_t current_row = 0; current_row < MATRIX_ROWS; current_row++) { | 139 | for (uint8_t current_row = 0; current_row < MATRIX_ROWS; current_row++) { |
| 140 | # if (DEBOUNCING_DELAY > 0) | 140 | # if (DEBOUNCING_DELAY > 0) |
