From ef8a4e5aaf27fa21556a75c58ae4d033d6329cf7 Mon Sep 17 00:00:00 2001 From: fauxpark Date: Mon, 20 Jan 2020 18:05:51 +1100 Subject: Remove all references to "CUSTOM_MATRIX" as a diode direction (#7937) --- quantum/config_common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'quantum') diff --git a/quantum/config_common.h b/quantum/config_common.h index c1c1d4bd4..8de3f070c 100644 --- a/quantum/config_common.h +++ b/quantum/config_common.h @@ -19,7 +19,6 @@ /* diode directions */ #define COL2ROW 0 #define ROW2COL 1 -#define CUSTOM_MATRIX 2 /* Disables built-in matrix scanning code */ // useful for direct pin mapping #define NO_PIN (~0) -- cgit v1.2.3