summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/minorca/keymaps/default/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/minorca/keymaps/default/config.h')
-rw-r--r--keyboards/handwired/minorca/keymaps/default/config.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/keyboards/handwired/minorca/keymaps/default/config.h b/keyboards/handwired/minorca/keymaps/default/config.h
index bf40376c1..c19ad7372 100644
--- a/keyboards/handwired/minorca/keymaps/default/config.h
+++ b/keyboards/handwired/minorca/keymaps/default/config.h
@@ -1,12 +1,10 @@
-#ifndef CONFIG_USER_H
-#define CONFIG_USER_H
+#pragma once
+
+// place overrides here
-#include "../../config.h"
/* bootmagic salt key */
#define BOOTMAGIC_KEY_SALT KC_ESC
/* skip bootmagic and eeconfig */
#define BOOTMAGIC_KEY_SKIP KC_SPACE
-
-#endif