summaryrefslogtreecommitdiffstats
path: root/quantum/template/avr
diff options
context:
space:
mode:
authorEvan Travers <evantravers@gmail.com>2018-07-16 17:44:16 +0200
committerDrashna Jaelre <drashna@live.com>2018-07-16 17:44:16 +0200
commit96cb9f4661faa80e795b1e6731b7a8e8a50bd0cb (patch)
treed0d3e3b38391d5e556c003a9914b137fc16dc4be /quantum/template/avr
parent8f0ec565f425039e75f5625fc3b34623f85a4558 (diff)
downloadqmk_firmware-96cb9f4661faa80e795b1e6731b7a8e8a50bd0cb.tar.gz
qmk_firmware-96cb9f4661faa80e795b1e6731b7a8e8a50bd0cb.tar.xz
Update template config.h with `#pragma once` (#3415)
* Update template config.h with `#pragma once` Making sure this is consistent with #3404 * Move to `#pragma once` for the other templates
Diffstat (limited to 'quantum/template/avr')
-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