f0bde7906d
- Add mouse buttons overlay layer - Change button order - Remove crkbd hardware specifics - Add alternative base layer alphas - Change title - Add logo - Reword intro text - Add dev branch and new commits links - Replace manual toc and remove anchors - Unindent lists - Reduce headings - Update docs - Build keymap as object instead of including .c file - Add kle subset mapping images - Add alternative mapping support - Change default mapping for ortho_4x12 - Add split mapping for ortho_4x12 - Add contact section - Add #pragma once to layout and keyboard config.h
16 lines
483 B
Makefile
16 lines
483 B
Makefile
# 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
|