summaryrefslogtreecommitdiffstats
path: root/keyboards/meira/keymaps/default/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/meira/keymaps/default/config.h')
-rw-r--r--keyboards/meira/keymaps/default/config.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/keyboards/meira/keymaps/default/config.h b/keyboards/meira/keymaps/default/config.h
index 5f5844a70..e3776d2ef 100644
--- a/keyboards/meira/keymaps/default/config.h
+++ b/keyboards/meira/keymaps/default/config.h
@@ -14,10 +14,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef CONFIG_USER_H
-#define CONFIG_USER_H
+#pragma once
-#include "../../config.h"
+// place overrides here
// place overrides here
#define MUSIC_MASK (keycode != KC_NO)
@@ -30,5 +29,3 @@
SONG(DVORAK_SOUND) \
}
#endif
-
-#endif