summaryrefslogtreecommitdiff
path: root/keyboards/horrortroll/chinese_pcb/black_e65/config.h
diff options
context:
space:
mode:
authorHorrorTroll <sonicvipduc@gmail.com>2022-11-08 23:22:38 +0700
committerGitHub <noreply@github.com>2022-11-08 08:22:38 -0800
commit421448cd4108b973d9a55c94f241ee0ec7ef0f09 (patch)
tree2f91ad03abd400313f604fdacf48efec2c43f41a /keyboards/horrortroll/chinese_pcb/black_e65/config.h
parenta25e5ce1b3bc16e0846bc7c328e2d29561c7d849 (diff)
[Keyboard] Refactor chinese PCB folder (#18923)
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 }