qmk_userspace/keyboards/keebio/iris_ce/keymaps/chzerv/rules.mk
Chris Zervakis 0aa6911beb refactor: Rework repository structure
Using this structure, only the keymap itself is bound to a specific
board. Everything else (configuration, rules) can be shared across
multiple boards.
2024-10-21 22:16:20 +03:00

3 lines
164 B
Makefile

# Include keyboard independent rules from the root directory
ROOT_DIR := $(dir $(realpath $(lastword $(MAKEFILE_LIST))))
include ${ROOT_DIR}../../../../../rules.mk