X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=quantum%2Ftemplate%2Favr%2Fconfig.h;h=f7298cebb77661152559c43a0a9f86ccd1d47bd0;hb=96cb9f4661faa80e795b1e6731b7a8e8a50bd0cb;hp=ac31745022139a805bd0d3306d77c54f0b2c9c4c;hpb=8f0ec565f425039e75f5625fc3b34623f85a4558;p=qmk_firmware.git diff --git a/quantum/template/avr/config.h b/quantum/template/avr/config.h index ac3174502..f7298cebb 100644 --- a/quantum/template/avr/config.h +++ b/quantum/template/avr/config.h @@ -15,10 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#ifndef CONFIG_H -#define CONFIG_H - -#include "config_common.h" +#pragma once /* USB Device descriptor parameter */ #define VENDOR_ID 0xFEED @@ -215,4 +212,3 @@ along with this program. If not, see . #endif */ -#endif