rules.mk 483 B

12345678910111213141516
  1. # generated from users/manna-harbour_miryoku/miryoku.org -*- buffer-read-only: t -*-
  2. MOUSEKEY_ENABLE = yes # Mouse keys
  3. EXTRAKEY_ENABLE = yes # Audio control and System control
  4. SRC += manna-harbour_miryoku.c # keymap
  5. # select alternative base layer alphas
  6. ifneq ($(strip $(MIRYOKU_ALPHAS)),)
  7. OPT_DEFS += -DMIRYOKU_ALPHAS_$(MIRYOKU_ALPHAS)
  8. endif
  9. # select alternative subset mappings
  10. ifneq ($(strip $(MIRYOKU_MAPPING)),)
  11. OPT_DEFS += -DMIRYOKU_MAPPING_$(MIRYOKU_MAPPING)
  12. endif