mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-08-23 21:04:36 +02:00
exclude assembler in config.h includes
This commit is contained in:
parent
6650bd222d
commit
4caf9eade0
@ -22,6 +22,9 @@
|
|||||||
#define CUSTOM_MATRIX 2 /* Disables built-in matrix scanning code */
|
#define CUSTOM_MATRIX 2 /* Disables built-in matrix scanning code */
|
||||||
|
|
||||||
#ifdef __AVR__
|
#ifdef __AVR__
|
||||||
|
#ifndef __ASSEMBLER__
|
||||||
|
#include <avr/io.h>
|
||||||
|
#endif
|
||||||
#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…
x
Reference in New Issue
Block a user