[chore] keyboards/tzarc: Alignment with clang-format. (#20265)

master
Nick Brassel 2 years ago committed by GitHub
parent d6ce42ae5b
commit 3ee17cd5d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      keyboards/tzarc/ghoul/config.h
  2. 1
      keyboards/tzarc/ghoul/rev1/rp2040/config.h
  3. 1
      keyboards/tzarc/ghoul/rev1/stm32/config.h

@ -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…
Cancel
Save