mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +00:00
8 lines
185 B
Makefile
8 lines
185 B
Makefile
# Configure for 128K flash
|
|
MCU_LDSCRIPT = STM32F103xB
|
|
|
|
# Extra include
|
|
SRC += keycode_lookup.c
|
|
|
|
RAW_ENABLE = yes # Enables HID RAW communication between the board and the PC
|