forked from forks/qmk_firmware
acd3e79add
* Nk65 initial commit
* Minor fix for compatibility
* Make everything pretty
* Update keyboards/nk65/config.h
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/nk65/readme.md
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Chmod Dummy
* Update getting_started_introduction.md
* Revert "Update getting_started_introduction.md"
This reverts commit daf446acf7
.
6 lines
185 B
Makefile
Executable file
6 lines
185 B
Makefile
Executable file
# List of all the board related files.
|
|
BOARDSRC = $(BOARD_PATH)/boards/GENERIC_STM32_F303XC/board.c
|
|
|
|
# Required include directories
|
|
BOARDINC = $(BOARD_PATH)/boards/GENERIC_STM32_F303XC
|