forked from mirrors/qmk_firmware
[chore] keyboards/tzarc: Alignment with clang-format. (#20265)
This commit is contained in:
parent
d6ce42ae5b
commit
3ee17cd5d3
7 changed files with 8 additions and 11 deletions
|
@ -2,7 +2,6 @@
|
|||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
#pragma once
|
||||
|
||||
|
||||
// Matrix
|
||||
#define MATRIX_SHIFT_REGISTER_COUNT 5
|
||||
// #define MATRIX_ROWS 6 // actually defined in info.json: 5 shift registers, plus one row for extras (i.e. encoder pushbutton read)
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
#pragma once
|
||||
|
||||
|
||||
// Matrix configuration
|
||||
#define SPI_MATRIX_CHIP_SELECT_PIN GP21
|
||||
#define SPI_MATRIX_DIVISOR 16
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
#pragma once
|
||||
|
||||
|
||||
// Matrix configuration
|
||||
#define SPI_MATRIX_CHIP_SELECT_PIN C4
|
||||
#define SPI_MATRIX_DIVISOR 32
|
||||
|
|
Loading…
Reference in a new issue