qmk-firmware/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 13:19:06 +00:00
# Shared variables
ALLCSRC += $(BOARDSRC)
ALLINC += $(BOARDINC)