20e134e681
* Adding ortho60 to handwired * update to use LAYOUT_ortho_5x12 * Address PR comments about layout macros * Add default layout to info.json for configurator * Hack to xyverz layout until RGB branch is merged * Fix undef RGBDIPIN in xyverz 12x5 layout * Revert change to xvyerz's layout * Fix typo * Fix order * Revert xyverz rules.mk
6 lines
181 B
Makefile
6 lines
181 B
Makefile
# List of all the board related files.
|
|
BOARDSRC = $(BOARD_PATH)/boards/GENERIC_STM32_F103/board.c
|
|
|
|
# Required include directories
|
|
BOARDINC = $(BOARD_PATH)/boards/GENERIC_STM32_F103
|