summaryrefslogtreecommitdiffstats
path: root/keyboards/tzarc/ghoul/config.h
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/config.h
parent36ce81df592ca8e9f9fed498e513437aa1cae54f (diff)
parent3ee17cd5d3a9f04ea2775e7228cea0064f9d0b2b (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/tzarc/ghoul/config.h')
-rw-r--r--keyboards/tzarc/ghoul/config.h5
1 files changed, 2 insertions, 3 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