aboutsummaryrefslogtreecommitdiff
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 @@
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 18
20#include "../../config.h" 19// place overrides here
21 20
22// place overrides here 21// place overrides here
23#define MUSIC_MASK (keycode != KC_NO) 22#define MUSIC_MASK (keycode != KC_NO)
@@ -30,5 +29,3 @@
30 SONG(DVORAK_SOUND) \ 29 SONG(DVORAK_SOUND) \
31 } 30 }
32#endif 31#endif
33
34#endif