From 968cc1fe7b5c99f85d2888071fed8511125ebe9b Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Mon, 30 Jan 2023 04:10:40 +0000 Subject: Relocate diode direction definitions (#19715) --- quantum/config_common.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'quantum/config_common.h') diff --git a/quantum/config_common.h b/quantum/config_common.h index 6ab8a2aa7d..18560f3a07 100644 --- a/quantum/config_common.h +++ b/quantum/config_common.h @@ -20,10 +20,6 @@ # include "pin_defs.h" #endif -/* diode directions */ -#define COL2ROW 0 -#define ROW2COL 1 - #ifdef AUDIO_ENABLE # include "song_list.h" #endif -- cgit v1.2.3