[Keymap] Update Miryoku (#16482)
This commit is contained in:
39
users/manna-harbour_miryoku/post_rules.mk
Normal file
39
users/manna-harbour_miryoku/post_rules.mk
Normal file
@@ -0,0 +1,39 @@
|
||||
# Copyright 2019 Manna Harbour
|
||||
# https://github.com/manna-harbour/miryoku
|
||||
|
||||
SRC += manna-harbour_miryoku.c # keymaps
|
||||
|
||||
# alternative layouts:
|
||||
|
||||
# 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
|
||||
|
||||
# kludges:
|
||||
|
||||
# thumb combos
|
||||
ifeq ($(strip $(MIRYOKU_KLUDGE_THUMBCOMBOS)),yes)
|
||||
COMBO_ENABLE = yes
|
||||
OPT_DEFS += -DMIRYOKU_KLUDGE_THUMBCOMBOS
|
||||
endif
|
||||
Reference in New Issue
Block a user