summaryrefslogtreecommitdiff
path: root/quantum/config_common.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-01-30 04:10:40 +0000
committerGitHub <noreply@github.com>2023-01-30 15:10:40 +1100
commit968cc1fe7b5c99f85d2888071fed8511125ebe9b (patch)
treee7dbfec187ed3119bb1ec260282a1a946fd52171 /quantum/config_common.h
parent043d8e1140e09327b72ed3bd55f369e1faf1a334 (diff)
Relocate diode direction definitions (#19715)
Diffstat (limited to 'quantum/config_common.h')
-rw-r--r--quantum/config_common.h4
1 files changed, 0 insertions, 4 deletions
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