aboutsummaryrefslogtreecommitdiff
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
15along with this program. If not, see <http://www.gnu.org/licenses/>. 15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/ 16*/
17 17
18#ifndef CONFIG_H 18#pragma once
19#define CONFIG_H
20
21#include "config_common.h"
22 19
23/* USB Device descriptor parameter */ 20/* USB Device descriptor parameter */
24#define VENDOR_ID 0xFEED 21#define VENDOR_ID 0xFEED
@@ -215,4 +212,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
215#endif 212#endif
216*/ 213*/
217 214
218#endif