diff options
author | Manna Harbour <51143715+manna-harbour@users.noreply.github.com> | 2022-07-02 21:26:23 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-02 21:26:23 +1000 |
commit | 3842b15cf136a6edd4e6491abb3b9a85dbd5867f (patch) | |
tree | 67f73626a357c418a70cd60bf6f7a871c586e8da /users/manna-harbour_miryoku/rules.mk | |
parent | f2f88bcfcc93a7ab1f7a3adb1b5da205d6e5452f (diff) |
[Keymap] Update Miryoku (#16482)
Diffstat (limited to 'users/manna-harbour_miryoku/rules.mk')
-rw-r--r-- | users/manna-harbour_miryoku/rules.mk | 30 |
1 files changed, 3 insertions, 27 deletions
diff --git a/users/manna-harbour_miryoku/rules.mk b/users/manna-harbour_miryoku/rules.mk index 085f0b5019..879c7fc43e 100644 --- a/users/manna-harbour_miryoku/rules.mk +++ b/users/manna-harbour_miryoku/rules.mk @@ -1,36 +1,12 @@ # Copyright 2019 Manna Harbour # https://github.com/manna-harbour/miryoku -# generated -*- buffer-read-only: t -*- MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control AUTO_SHIFT_ENABLE = yes # Auto Shift -SRC += manna-harbour_miryoku.c # keymap +SRC += manna-harbour_miryoku.c # keymaps -# alternative layouts: +include users/manna-harbour_miryoku/custom_rules.mk -# alphas -ifneq ($(strip $(MIRYOKU_ALPHAS)),) - OPT_DEFS += -DMIRYOKU_ALPHAS_$(MIRYOKU_ALPHAS) -endif - -# nav -ifneq ($(strip $(MIRYOKU_NAV)),) - OPT_DEFS += -DMIRYOKU_NAV_$(MIRYOKU_NAV) -endif - -# clipboard -ifneq ($(strip $(MIRYOKU_CLIPBOARD)),) - OPT_DEFS += -DMIRYOKU_CLIPBOARD_$(MIRYOKU_CLIPBOARD) -endif - -# layers -ifneq ($(strip $(MIRYOKU_LAYERS)),) - OPT_DEFS += -DMIRYOKU_LAYERS_$(MIRYOKU_LAYERS) -endif - -# subset mappings -ifneq ($(strip $(MIRYOKU_MAPPING)),) - OPT_DEFS += -DMIRYOKU_MAPPING_$(MIRYOKU_MAPPING) -endif +include users/manna-harbour_miryoku/post_rules.mk |