mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-24 09:27:36 +06:00
6 lines
169 B
Makefile
6 lines
169 B
Makefile
|
# List of all the board related files.
|
||
|
BOARDSRC = $(BOARD_PATH)/boards/ANNEPRO2_C18/board.c
|
||
|
|
||
|
# Required include directories
|
||
|
BOARDINC = $(BOARD_PATH)/boards/ANNEPRO2_C18
|