diff options
Diffstat (limited to 'keyboards/meira')
| -rw-r--r-- | keyboards/meira/keymaps/default/config.h | 7 | ||||
| -rw-r--r-- | keyboards/meira/keymaps/default/keymap.c | 2 |
2 files changed, 3 insertions, 6 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 | ||
diff --git a/keyboards/meira/keymaps/default/keymap.c b/keyboards/meira/keymaps/default/keymap.c index b25d78919..5703999a0 100644 --- a/keyboards/meira/keymaps/default/keymap.c +++ b/keyboards/meira/keymaps/default/keymap.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | * You should have received a copy of the GNU General Public License | 13 | * You should have received a copy of the GNU General Public License |
| 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 | #include "meira.h" | 16 | #include QMK_KEYBOARD_H |
| 17 | #include "lighting.h" | 17 | #include "lighting.h" |
| 18 | 18 | ||
| 19 | #ifdef RGBLIGHT_ENABLE | 19 | #ifdef RGBLIGHT_ENABLE |
