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/lizard_trick/tenkey_plusplus/config.h | |
| parent | 5a50a28962e2c68da2f43b81d0813d124f8055cf (diff) | |
| download | qmk_firmware-adf0d70da4a08c3180c5947c7bc86cb6d8d1cdcc.tar.gz qmk_firmware-adf0d70da4a08c3180c5947c7bc86cb6d8d1cdcc.zip | |
first pass: matrix consistency improvements (#13471)
Diffstat (limited to 'keyboards/lizard_trick/tenkey_plusplus/config.h')
| -rw-r--r-- | keyboards/lizard_trick/tenkey_plusplus/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/lizard_trick/tenkey_plusplus/config.h b/keyboards/lizard_trick/tenkey_plusplus/config.h index d962e67da..d1087851c 100644 --- a/keyboards/lizard_trick/tenkey_plusplus/config.h +++ b/keyboards/lizard_trick/tenkey_plusplus/config.h | |||
| @@ -41,7 +41,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 41 | * | 41 | * |
| 42 | */ | 42 | */ |
| 43 | 43 | ||
| 44 | #define MATRIX_ROW_PINS { B7, D4, B5, B6, C6, C7, } | 44 | #define MATRIX_ROW_PINS { B7, D4, B5, B6, C6, C7 } |
| 45 | #define MATRIX_COL_PINS { D5, D3, D2, F7 } | 45 | #define MATRIX_COL_PINS { D5, D3, D2, F7 } |
| 46 | #define UNUSED_PINS | 46 | #define UNUSED_PINS |
| 47 | 47 | ||
