]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/template/avr/config.h
Update template config.h with `#pragma once` (#3415)
[qmk_firmware.git] / quantum / template / avr / config.h
index ac31745022139a805bd0d3306d77c54f0b2c9c4c..f7298cebb77661152559c43a0a9f86ccd1d47bd0 100644 (file)
@@ -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