From 6650bd222d6bc284ecfec1e0addb8d1e30b9053b Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Fri, 28 Sep 2018 20:56:34 -0400 Subject: [PATCH] remove avr include from config --- quantum/config_common.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/quantum/config_common.h b/quantum/config_common.h index 822ac35611..17254f9107 100644 --- a/quantum/config_common.h +++ b/quantum/config_common.h @@ -22,8 +22,6 @@ #define CUSTOM_MATRIX 2 /* Disables built-in matrix scanning code */ #ifdef __AVR__ - #include - #define PORT_SHIFTER 4 // this may be 4 for all AVR chips // If you want to add more to this list, reference the PINx definitions in these header