mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-24 04:12:56 +00:00
7186d1581a
* Move boards to cannonkeys and share resources * Share common files between cannonkey boards * Fix ortho60 keymap * update LED numbers * Add RGB keys to Ortho60 and Ortho48 * Add Backlight control to default layout Ortho60 and 48 * Remove unnecessary ws2812.c SRC from 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
|