remove avr include from config
This commit is contained in:
parent
4b194472be
commit
6650bd222d
1 changed files with 0 additions and 2 deletions
|
@ -22,8 +22,6 @@
|
||||||
#define CUSTOM_MATRIX 2 /* Disables built-in matrix scanning code */
|
#define CUSTOM_MATRIX 2 /* Disables built-in matrix scanning code */
|
||||||
|
|
||||||
#ifdef __AVR__
|
#ifdef __AVR__
|
||||||
#include <avr/io.h>
|
|
||||||
|
|
||||||
#define PORT_SHIFTER 4 // this may be 4 for all AVR chips
|
#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
|
// If you want to add more to this list, reference the PINx definitions in these header
|
||||||
|
|
Loading…
Reference in a new issue