qmk-dactyl-manuform-a/keyboards/matrix/noah/boards/noah_bd/board.mk

10 lines
225 B
Makefile
Raw Normal View History

# List of all the board related files.
BOARDSRC = $(BOARD_PATH)/boards/noah_bd/board.c
# Required include directories
BOARDINC = $(BOARD_PATH)/boards/noah_bd
2020-03-07 14:19:06 +01:00
# Shared variables
ALLCSRC += $(BOARDSRC)
ALLINC += $(BOARDINC)