mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 07:19:06 +00:00

* Instant 60 * Instant60 changes again * turn off LSE and features * Working RGB underglow 🎉 * Add missing files * Update keymap to have reset * Backlighting on * Backlight code for instant60 * Move 072 files to common folder and use it in Instant60 * Updates * Update keyboards/cannonkeys/instant60/rules.mk Co-Authored-By: awkannan <andrew.kannan@klaviyo.com>
6 lines
191 B
Makefile
6 lines
191 B
Makefile
# List of all the board related files.
|
|
BOARDSRC = $(BOARD_PATH)/boards/ST_STM32F072B_DISCOVERY/board.c
|
|
|
|
# Required include directories
|
|
BOARDINC = $(BOARD_PATH)/boards/ST_STM32F072B_DISCOVERY
|