summaryrefslogtreecommitdiffstats
path: root/keyboards/hs60
diff options
context:
space:
mode:
authorzvecr <git@zvecr.com>2019-02-18 17:49:51 +0100
committerDrashna Jaelre <drashna@live.com>2019-02-18 17:49:51 +0100
commitfc069869896c279f175d2d5acf1ef545278c7102 (patch)
tree30a4d2c8dd725ccbba79cb6b1fcab55fd63eee6d /keyboards/hs60
parent7639edb0aeea7b16f49cad9963d32b7eace9434d (diff)
downloadqmk_firmware-fc069869896c279f175d2d5acf1ef545278c7102.tar.gz
qmk_firmware-fc069869896c279f175d2d5acf1ef545278c7102.tar.xz
Remove CUSTOM_MATRIX option from diode direction (#5090)
* Remove CUSTOM_MATRIX refs from DIODE_DIRECTION * Remove '#define DIODE_DIRECTION CUSTOM_MATRIX' * Remove CUSTOM_MATRIX refs from DIODE_DIRECTION documentation
Diffstat (limited to 'keyboards/hs60')
-rw-r--r--keyboards/hs60/v1/config.h2
-rw-r--r--keyboards/hs60/v2/config.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/hs60/v1/config.h b/keyboards/hs60/v1/config.h
index debc6bdde..7581e54b6 100644
--- a/keyboards/hs60/v1/config.h
+++ b/keyboards/hs60/v1/config.h
@@ -50,7 +50,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define QMK_ESC_OUTPUT B5 // usually COL
#define QMK_ESC_INPUT B2 // usually ROW
-/* COL2ROW, ROW2COL, or CUSTOM_MATRIX */
+/* COL2ROW, ROW2COL*/
#define DIODE_DIRECTION COL2ROW
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
diff --git a/keyboards/hs60/v2/config.h b/keyboards/hs60/v2/config.h
index 6f5e0012c..493a2580a 100644
--- a/keyboards/hs60/v2/config.h
+++ b/keyboards/hs60/v2/config.h
@@ -35,7 +35,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_COL_PINS { A13, A10, A9, A14, A15, B8, B9, C13, C14, C15, A0, A1, A2, A3 }
// To enable debugger set A13 A14 -> A5 A6
-/* COL2ROW, ROW2COL, or CUSTOM_MATRIX */
+/* COL2ROW, ROW2COL*/
#define DIODE_DIRECTION COL2ROW
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */