]> 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 0f756350514c248c3f92d5264af4a99344a44bee..4496c59100617fc8c9e820df1515a623273b5d14 100644 (file)
  * 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