diff options
Diffstat (limited to 'keyboards/xd75/keymaps/french')
-rw-r--r-- | keyboards/xd75/keymaps/french/config.h | 7 | ||||
-rw-r--r-- | keyboards/xd75/keymaps/french/keymap.c | 2 | ||||
-rw-r--r-- | keyboards/xd75/keymaps/french/readme.md (renamed from keyboards/xd75/keymaps/french/README.md) | 0 |
3 files changed, 2 insertions, 7 deletions
diff --git a/keyboards/xd75/keymaps/french/config.h b/keyboards/xd75/keymaps/french/config.h index 015377b5f8..e6975da8a2 100644 --- a/keyboards/xd75/keymaps/french/config.h +++ b/keyboards/xd75/keymaps/french/config.h @@ -14,11 +14,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef CONFIG_USER_H -#define CONFIG_USER_H - -#include "../../config.h" +#pragma once // place overrides here - -#endif diff --git a/keyboards/xd75/keymaps/french/keymap.c b/keyboards/xd75/keymaps/french/keymap.c index 1ffec2202e..547a67b6ef 100644 --- a/keyboards/xd75/keymaps/french/keymap.c +++ b/keyboards/xd75/keymaps/french/keymap.c @@ -1,5 +1,5 @@ #include "keymap_french.c" -#include "xd75.h" +#include QMK_KEYBOARD_H // Layer shorthand diff --git a/keyboards/xd75/keymaps/french/README.md b/keyboards/xd75/keymaps/french/readme.md index 8c5330290e..8c5330290e 100644 --- a/keyboards/xd75/keymaps/french/README.md +++ b/keyboards/xd75/keymaps/french/readme.md |