diff options
Diffstat (limited to 'quantum')
-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 0b2e408a43..c489e14073 100644 --- a/quantum/config_common.h +++ b/quantum/config_common.h @@ -59,6 +59,11 @@ #define PINC_ADDRESS 0x3 #define PINB_ADDRESS 0x6 #define PINA_ADDRESS 0x9 + #elif defined(__AVR_ATmega328P__) + #define ADDRESS_BASE 0x00 + #define PINB_ADDRESS 0x3 + #define PINC_ADDRESS 0x6 + #define PIND_ADDRESS 0x9 #else #error "Pins are not defined" #endif |