diff options
Diffstat (limited to 'quantum/template/avr')
-rw-r--r-- | quantum/template/avr/config.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/quantum/template/avr/config.h b/quantum/template/avr/config.h index ac31745022..f7298cebb7 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 <http://www.gnu.org/licenses/>. */ -#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 <http://www.gnu.org/licenses/>. #endif */ -#endif |