diff options
Diffstat (limited to 'quantum/config_common.h')
-rw-r--r-- | quantum/config_common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/quantum/config_common.h b/quantum/config_common.h index 0b2e408a4..c489e1407 100644 --- a/quantum/config_common.h +++ b/quantum/config_common.h | |||
@@ -59,6 +59,11 @@ | |||
59 | #define PINC_ADDRESS 0x3 | 59 | #define PINC_ADDRESS 0x3 |
60 | #define PINB_ADDRESS 0x6 | 60 | #define PINB_ADDRESS 0x6 |
61 | #define PINA_ADDRESS 0x9 | 61 | #define PINA_ADDRESS 0x9 |
62 | #elif defined(__AVR_ATmega328P__) | ||
63 | #define ADDRESS_BASE 0x00 | ||
64 | #define PINB_ADDRESS 0x3 | ||
65 | #define PINC_ADDRESS 0x6 | ||
66 | #define PIND_ADDRESS 0x9 | ||
62 | #else | 67 | #else |
63 | #error "Pins are not defined" | 68 | #error "Pins are not defined" |
64 | #endif | 69 | #endif |