mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 00:16:41 +06:00
6 lines
95 B
Makefile
6 lines
95 B
Makefile
# Configure for 128K flash
|
|
MCU_LDSCRIPT = STM32F103xB
|
|
|
|
# Extra include
|
|
SRC += keycode_lookup.c
|