| 12345678910111213141516 |
- # generated from users/manna-harbour_miryoku/miryoku.org -*- buffer-read-only: t -*-
- MOUSEKEY_ENABLE = yes # Mouse keys
- EXTRAKEY_ENABLE = yes # Audio control and System control
- SRC += manna-harbour_miryoku.c # keymap
- # select alternative base layer alphas
- ifneq ($(strip $(MIRYOKU_ALPHAS)),)
- OPT_DEFS += -DMIRYOKU_ALPHAS_$(MIRYOKU_ALPHAS)
- endif
- # select alternative subset mappings
- ifneq ($(strip $(MIRYOKU_MAPPING)),)
- OPT_DEFS += -DMIRYOKU_MAPPING_$(MIRYOKU_MAPPING)
- endif
|