summaryrefslogtreecommitdiffstats
path: root/keyboards/horrortroll/chinese_pcb/black_e65/config.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-11-08 16:22:55 +0000
committerQMK Bot <hello@qmk.fm>2022-11-08 16:22:55 +0000
commitd0d4ab253137e3fb7a241011bb88d6b3d6394af7 (patch)
treef13ecdd43d77ee05584ebbbeab744f8d97e985e3 /keyboards/horrortroll/chinese_pcb/black_e65/config.h
parent425f906473ab06d9467a4587482c77ba21f82956 (diff)
parent421448cd4108b973d9a55c94f241ee0ec7ef0f09 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/horrortroll/chinese_pcb/black_e65/config.h')
-rw-r--r--keyboards/horrortroll/chinese_pcb/black_e65/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/horrortroll/chinese_pcb/black_e65/config.h b/keyboards/horrortroll/chinese_pcb/black_e65/config.h
index 28f0aa4756..6ee3311f22 100644
--- a/keyboards/horrortroll/chinese_pcb/black_e65/config.h
+++ b/keyboards/horrortroll/chinese_pcb/black_e65/config.h
@@ -1,4 +1,4 @@
-/* Copyright 2021 HorrorTroll <https://github.com/HorrorTroll>
+/* Copyright 2022 HorrorTroll <https://github.com/HorrorTroll>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -18,11 +18,11 @@
#include "config_common.h"
-/* key matrix size */
+/* Key matrix size */
#define MATRIX_ROWS 5
#define MATRIX_COLS 15
-/* key matrix pins */
+/* Key matrix pins */
#define MATRIX_ROW_PINS { B0, B1, B2, B3, B7 }
#define MATRIX_COL_PINS { D0, D1, D2, D3, D5, D4, D6, D7, B4, F7, F6, F5, F4, F1, F0 }