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 | |
parent | 5a50a28962e2c68da2f43b81d0813d124f8055cf (diff) |
first pass: matrix consistency improvements (#13471)
Diffstat (limited to 'keyboards/lizard_trick')
-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 d962e67dae..d1087851cb 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/>. * */ -#define MATRIX_ROW_PINS { B7, D4, B5, B6, C6, C7, } +#define MATRIX_ROW_PINS { B7, D4, B5, B6, C6, C7 } #define MATRIX_COL_PINS { D5, D3, D2, F7 } #define UNUSED_PINS |