diff options
Diffstat (limited to 'quantum/config_common.h')
-rw-r--r-- | quantum/config_common.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/quantum/config_common.h b/quantum/config_common.h index 4bdb2065d..28f68b9c7 100644 --- a/quantum/config_common.h +++ b/quantum/config_common.h | |||
@@ -2,8 +2,10 @@ | |||
2 | #define CONFIG_DEFINITIONS_H | 2 | #define CONFIG_DEFINITIONS_H |
3 | 3 | ||
4 | /* diode directions */ | 4 | /* diode directions */ |
5 | #define COL2ROW 0 | 5 | #define COL2ROW 0 |
6 | #define ROW2COL 1 | 6 | #define ROW2COL 1 |
7 | #define CUSTOM_MATRIX 2 /* Disables built-in matrix scanning code */ | ||
8 | |||
7 | /* I/O pins */ | 9 | /* I/O pins */ |
8 | #ifndef F0 | 10 | #ifndef F0 |
9 | #define B0 0x30 | 11 | #define B0 0x30 |