summaryrefslogtreecommitdiffstats
path: root/quantum/template/avr/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/template/avr/config.h')
-rw-r--r--quantum/template/avr/config.h6
1 files changed, 1 insertions, 5 deletions
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 <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