summaryrefslogtreecommitdiff
path: root/keyboards/tzarc/ghoul/config.h
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2023-03-27 09:56:09 +1100
committerGitHub <noreply@github.com>2023-03-26 23:56:09 +0100
commit3ee17cd5d3a9f04ea2775e7228cea0064f9d0b2b (patch)
tree89887a5be81d4976faf11324e96f85776afaa91d /keyboards/tzarc/ghoul/config.h
parentd6ce42ae5b1093eeae215c073c733c800195ec28 (diff)
[chore] keyboards/tzarc: Alignment with clang-format. (#20265)
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