summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/promethium
diff options
context:
space:
mode:
authorPriyadi Iman Nurcahyo <priyadi@priyadi.net>2017-04-30 13:03:03 +0200
committerPriyadi Iman Nurcahyo <priyadi@priyadi.net>2017-04-30 13:03:03 +0200
commit2f28652dcc22c74db4f3c60537fa07f6774451f9 (patch)
treec5249f5b68af2888aaf23477df017fe13341e7e6 /keyboards/handwired/promethium
parentd8f1949029297b0bec395606bbaedf4f6d4c0760 (diff)
downloadqmk_firmware-2f28652dcc22c74db4f3c60537fa07f6774451f9.tar.gz
qmk_firmware-2f28652dcc22c74db4f3c60537fa07f6774451f9.tar.xz
Syntax fix
Diffstat (limited to 'keyboards/handwired/promethium')
-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)