diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-04-30 11:18:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-30 11:18:54 -0400 |
commit | 29026ec0238bee3a49fc520ff40a1f7ceb8b76d1 (patch) | |
tree | 3d014334d7c42a3f247d8744660194ccb0ed428e /keyboards/handwired/promethium/matrix.c | |
parent | 2d732f484c3ec35e2cb44008d5cc28ecb6559a46 (diff) | |
parent | 343f8d368e7ce51a3b34705147b890445a12e3ea (diff) |
Merge pull request #1268 from priyadi/promethium
Promethium keymap update
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 2b7ce2bf5e..72dbe8d4d0 100644 --- a/keyboards/handwired/promethium/matrix.c +++ b/keyboards/handwired/promethium/matrix.c @@ -133,8 +133,8 @@ void matrix_init(void) { matrix_init_quantum(); } -uint8_t matrix_scan(void -){ +uint8_t matrix_scan(void) +{ // Set row, read cols for (uint8_t current_row = 0; current_row < MATRIX_ROWS; current_row++) { # if (DEBOUNCING_DELAY > 0) |