summaryrefslogtreecommitdiff
path: root/keyboards/tzarc/ghoul
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-03-26 22:56:50 +0000
committerQMK Bot <hello@qmk.fm>2023-03-26 22:56:50 +0000
commit66d56a948043c6acce7ba14ff96b61551f0b8939 (patch)
tree06dddc97df92a18faaccc14137e6f2561d78c768 /keyboards/tzarc/ghoul
parent36ce81df592ca8e9f9fed498e513437aa1cae54f (diff)
parent3ee17cd5d3a9f04ea2775e7228cea0064f9d0b2b (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/tzarc/ghoul')
-rw-r--r--keyboards/tzarc/ghoul/config.h5
-rw-r--r--keyboards/tzarc/ghoul/rev1/rp2040/config.h1
-rw-r--r--keyboards/tzarc/ghoul/rev1/stm32/config.h1
3 files changed, 2 insertions, 5 deletions
diff --git a/keyboards/tzarc/ghoul/config.h b/keyboards/tzarc/ghoul/config.h
index e08b8beee3..c027b77565 100644
--- a/keyboards/tzarc/ghoul/config.h
+++ b/keyboards/tzarc/ghoul/config.h
@@ -2,11 +2,10 @@
// 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)
-//#define MATRIX_COLS 8 // actually defined in info.json: 8 bits per register
+// #define MATRIX_ROWS 6 // actually defined in info.json: 5 shift registers, plus one row for extras (i.e. encoder pushbutton read)
+// #define MATRIX_COLS 8 // actually defined in info.json: 8 bits per register
// EEPROM configuration
#define EXTERNAL_EEPROM_BYTE_COUNT 8192
diff --git a/keyboards/tzarc/ghoul/rev1/rp2040/config.h b/keyboards/tzarc/ghoul/rev1/rp2040/config.h
index 1a101d5dc4..39b587bab0 100644
--- a/keyboards/tzarc/ghoul/rev1/rp2040/config.h
+++ b/keyboards/tzarc/ghoul/rev1/rp2040/config.h
@@ -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
diff --git a/keyboards/tzarc/ghoul/rev1/stm32/config.h b/keyboards/tzarc/ghoul/rev1/stm32/config.h
index 53a370437d..12c9f77d5e 100644
--- a/keyboards/tzarc/ghoul/rev1/stm32/config.h
+++ b/keyboards/tzarc/ghoul/rev1/stm32/config.h
@@ -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