diff options
Diffstat (limited to 'quantum/config_common.h')
-rw-r--r-- | quantum/config_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/config_common.h b/quantum/config_common.h index 606cd9381..0b2e408a4 100644 --- a/quantum/config_common.h +++ b/quantum/config_common.h | |||
@@ -21,6 +21,9 @@ | |||
21 | #define ROW2COL 1 | 21 | #define ROW2COL 1 |
22 | #define CUSTOM_MATRIX 2 /* Disables built-in matrix scanning code */ | 22 | #define CUSTOM_MATRIX 2 /* Disables built-in matrix scanning code */ |
23 | 23 | ||
24 | // useful for direct pin mapping | ||
25 | #define NO_PIN (~0) | ||
26 | |||
24 | #ifdef __AVR__ | 27 | #ifdef __AVR__ |
25 | #ifndef __ASSEMBLER__ | 28 | #ifndef __ASSEMBLER__ |
26 | #include <avr/io.h> | 29 | #include <avr/io.h> |