qmk-firmwares/keyboards/matrix/m20add/boards/m20add_bd/board.mk
yulei ac3dfa742a
[Keyboard] added matrix 8xv2.0 additional (#9470)
* added matrix 8xv2.0 additional keyboard

* Apply suggestions from code review

Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>

* add copyright and speed up the matrix scanning

* Update keyboards/matrix/m20add/rules.mk

Co-authored-by: Drashna Jaelre <drashna@live.com>

Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
2020-08-22 13:45:06 -07:00

9 lines
229 B
Makefile

# List of all the board related files.
BOARDSRC = $(BOARD_PATH)/boards/m20add_bd/board.c
# Required include directories
BOARDINC = $(BOARD_PATH)/boards/m20add_bd
# Shared variables
ALLCSRC += $(BOARDSRC)
ALLINC += $(BOARDINC)