2021-07-03 18:09:02 +02:00
|
|
|
# Copyright 2019 Manna Harbour
|
|
|
|
# https://github.com/manna-harbour/miryoku
|
2019-12-08 08:08:12 +01:00
|
|
|
# generated from users/manna-harbour_miryoku/miryoku.org -*- buffer-read-only: t -*-
|
2019-06-26 09:33:12 +02:00
|
|
|
|
2020-06-23 07:30:05 +02:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
2021-07-03 18:09:02 +02:00
|
|
|
AUTO_SHIFT_ENABLE = yes # Auto Shift
|
2020-06-23 07:30:05 +02:00
|
|
|
|
|
|
|
SRC += manna-harbour_miryoku.c # keymap
|
|
|
|
|
2021-07-03 18:09:02 +02:00
|
|
|
# alternative layouts:
|
|
|
|
|
|
|
|
# alphas
|
2020-06-23 07:30:05 +02:00
|
|
|
ifneq ($(strip $(MIRYOKU_ALPHAS)),)
|
|
|
|
OPT_DEFS += -DMIRYOKU_ALPHAS_$(MIRYOKU_ALPHAS)
|
|
|
|
endif
|
|
|
|
|
2021-07-03 18:09:02 +02:00
|
|
|
# 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
|
2020-06-23 07:30:05 +02:00
|
|
|
ifneq ($(strip $(MIRYOKU_MAPPING)),)
|
|
|
|
OPT_DEFS += -DMIRYOKU_MAPPING_$(MIRYOKU_MAPPING)
|
|
|
|
endif
|