diff options
author | Zach White <skullydazed@gmail.com> | 2021-07-11 08:41:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-11 08:41:57 -0700 |
commit | adf0d70da4a08c3180c5947c7bc86cb6d8d1cdcc (patch) | |
tree | 4d38959d601d4012d5249599899b7e8eac01c3c7 /keyboards/kinesis/kint41/config.h | |
parent | 5a50a28962e2c68da2f43b81d0813d124f8055cf (diff) |
first pass: matrix consistency improvements (#13471)
Diffstat (limited to 'keyboards/kinesis/kint41/config.h')
-rw-r--r-- | keyboards/kinesis/kint41/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/kinesis/kint41/config.h b/keyboards/kinesis/kint41/config.h index c041bbeec4..349d3ee364 100644 --- a/keyboards/kinesis/kint41/config.h +++ b/keyboards/kinesis/kint41/config.h @@ -58,7 +58,7 @@ LINE_PIN2, /* ROW_MIN */ \ LINE_PIN17, /* ROW_ESC */ \ LINE_PIN23, /* ROW_F1 */ \ - LINE_PIN21, /* ROW_F2 */ \ + LINE_PIN21 /* ROW_F2 */ \ } #define MATRIX_COL_PINS \ |