diff options
Diffstat (limited to 'quantum/template/base/keymaps/default/config.h')
-rw-r--r-- | quantum/template/base/keymaps/default/config.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/quantum/template/base/keymaps/default/config.h b/quantum/template/base/keymaps/default/config.h index 0f7563505..4496c5910 100644 --- a/quantum/template/base/keymaps/default/config.h +++ b/quantum/template/base/keymaps/default/config.h | |||
@@ -14,11 +14,6 @@ | |||
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
15 | */ | 15 | */ |
16 | 16 | ||
17 | #ifndef CONFIG_USER_H | 17 | #pragma once |
18 | #define CONFIG_USER_H | ||
19 | |||
20 | #include "config_common.h" | ||
21 | 18 | ||
22 | // place overrides here | 19 | // place overrides here |
23 | |||
24 | #endif | ||