From 260b01a0cd8c7d88dac93a818c5539e90369c6bf Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 13 Jul 2024 11:48:24 +0200 Subject: [PATCH] chore: move features to userspace --- keyboards/zsa/moonlander/keymaps/rutherther/rules.mk | 1 - .../moonlander/keymaps => users}/rutherther/features/cz_accent.c | 0 .../moonlander/keymaps => users}/rutherther/features/cz_accent.h | 0 .../keymaps => users}/rutherther/features/layer_lock.c | 0 .../keymaps => users}/rutherther/features/layer_lock.h | 0 users/rutherther/rules.mk | 1 + 6 files changed, 1 insertion(+), 1 deletion(-) rename {keyboards/zsa/moonlander/keymaps => users}/rutherther/features/cz_accent.c (100%) rename {keyboards/zsa/moonlander/keymaps => users}/rutherther/features/cz_accent.h (100%) rename {keyboards/zsa/moonlander/keymaps => users}/rutherther/features/layer_lock.c (100%) rename {keyboards/zsa/moonlander/keymaps => users}/rutherther/features/layer_lock.h (100%) create mode 100644 users/rutherther/rules.mk diff --git a/keyboards/zsa/moonlander/keymaps/rutherther/rules.mk b/keyboards/zsa/moonlander/keymaps/rutherther/rules.mk index 19fe890db0..e46bf5a9f4 100644 --- a/keyboards/zsa/moonlander/keymaps/rutherther/rules.mk +++ b/keyboards/zsa/moonlander/keymaps/rutherther/rules.mk @@ -1,6 +1,5 @@ # Set any rules.mk overrides for your specific keymap here. # See rules at https://docs.qmk.fm/#/config_options?id=the-rulesmk-file -SRC += features/layer_lock.c features/cz_accent.c CONSOLE_ENABLE = no COMMAND_ENABLE = no AUDIO_ENABLE = no diff --git a/keyboards/zsa/moonlander/keymaps/rutherther/features/cz_accent.c b/users/rutherther/features/cz_accent.c similarity index 100% rename from keyboards/zsa/moonlander/keymaps/rutherther/features/cz_accent.c rename to users/rutherther/features/cz_accent.c diff --git a/keyboards/zsa/moonlander/keymaps/rutherther/features/cz_accent.h b/users/rutherther/features/cz_accent.h similarity index 100% rename from keyboards/zsa/moonlander/keymaps/rutherther/features/cz_accent.h rename to users/rutherther/features/cz_accent.h diff --git a/keyboards/zsa/moonlander/keymaps/rutherther/features/layer_lock.c b/users/rutherther/features/layer_lock.c similarity index 100% rename from keyboards/zsa/moonlander/keymaps/rutherther/features/layer_lock.c rename to users/rutherther/features/layer_lock.c diff --git a/keyboards/zsa/moonlander/keymaps/rutherther/features/layer_lock.h b/users/rutherther/features/layer_lock.h similarity index 100% rename from keyboards/zsa/moonlander/keymaps/rutherther/features/layer_lock.h rename to users/rutherther/features/layer_lock.h diff --git a/users/rutherther/rules.mk b/users/rutherther/rules.mk new file mode 100644 index 0000000000..456fe55b3f --- /dev/null +++ b/users/rutherther/rules.mk @@ -0,0 +1 @@ +SRC += features/cz_accent.c features/layer_lock.c -- 2.48.1