summaryrefslogtreecommitdiff
path: root/keyboards/handwired/promethium/matrix.c
diff options
context:
space:
mode:
authorJack Humbert2017-04-30 11:18:54 -0400
committerGitHub2017-04-30 11:18:54 -0400
commit29026ec0238bee3a49fc520ff40a1f7ceb8b76d1 (patch)
tree3d014334d7c42a3f247d8744660194ccb0ed428e /keyboards/handwired/promethium/matrix.c
parent2d732f484c3ec35e2cb44008d5cc28ecb6559a46 (diff)
parent343f8d368e7ce51a3b34705147b890445a12e3ea (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.c4
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) {
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)