]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/template/base/keymaps/default/config.h
Update template config.h with `#pragma once` (#3415)
[qmk_firmware.git] / quantum / template / base / keymaps / default / config.h
index 0aa9e9e81b5976bd0d2dae387f817c0d1a676128..4496c59100617fc8c9e820df1515a623273b5d14 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2017 REPLACE_WITH_YOUR_NAME
+/* Copyright 2018 REPLACE_WITH_YOUR_NAME
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef CONFIG_USER_H
-#define CONFIG_USER_H
-
-#include "config_common.h"
+#pragma once
 
 // place overrides here
-
-#endif