aboutsummaryrefslogtreecommitdiff
path: root/keyboards/kinesis/nguyenvietyen/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/kinesis/nguyenvietyen/config.h')
-rw-r--r--keyboards/kinesis/nguyenvietyen/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/kinesis/nguyenvietyen/config.h b/keyboards/kinesis/nguyenvietyen/config.h
index 52f4c8054..f1b41e61b 100644
--- a/keyboards/kinesis/nguyenvietyen/config.h
+++ b/keyboards/kinesis/nguyenvietyen/config.h
@@ -19,7 +19,7 @@
19 * 19 *
20 */ 20 */
21// Passed through the port multipler, so 4 pins =16 21// Passed through the port multipler, so 4 pins =16
22#define MATRIX_ROW_PINS { D0, D1, D2, D3 } 22#define MATRIX_ROW_PINS { D0, D1, D2, D3, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN }
23#define MATRIX_COL_PINS { B6, B2, B3, B1, F7, F6, F5, F4 } 23#define MATRIX_COL_PINS { B6, B2, B3, B1, F7, F6, F5, F4 }
24#define UNUSED_PINS 24#define UNUSED_PINS
25 25