forked from mirrors/qmk_firmware
19c180ef88
* ChibiOS conf upgrade for akegata_denki/device_one akegata_denki/device_one - 0d9f891416decbbb533c6c1147632ef7c55a2d9f * ChibiOS conf upgrade for chavdai40 chavdai40/rev1 - 06bca6ec34948c8005e73254299488cdba3429f8 chavdai40/rev2 - f55650a8d7aa755eb72564e95a144910dd902a73 * ChibiOS conf upgrade for ergodox_stm32 ergodox_stm32 - 04433b80e4cd231c15163ace77428db72b5483ad * ChibiOS conf upgrade for jm60 jm60 - a127e6cfccad74ed1a9e47e9213dc41cf0d26f1d * ChibiOS conf upgrade for matrix/m20add matrix/m20add - e2e556dad666ed9b1eea09e46d0eb14e19bda8b8 * ChibiOS conf upgrade for matrix/noah matrix/noah - c6fd3caf0b7d444085283d4f0a9204ab283d5202
29 lines
917 B
Makefile
29 lines
917 B
Makefile
# MCU name
|
|
MCU = STM32F411
|
|
|
|
# Linker script to use
|
|
# - it should exist either in <chibios>/os/common/ports/ARMCMx/compilers/GCC/ld/
|
|
# or <this_dir>/ld/
|
|
MCU_LDSCRIPT = m20add_boot
|
|
|
|
# Board: it should exist either in <chibios>/os/hal/boards/
|
|
# or <this_dir>/boards
|
|
BOARD = ST_NUCLEO64_F411RE
|
|
|
|
# Build Options
|
|
# comment out to disable the options.
|
|
#
|
|
BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
|
NKRO_ENABLE = no # USB Nkey Rollover
|
|
NO_USB_STARTUP_CHECK = yes # Disable initialization only when usb is plugged in
|
|
|
|
RGBLIGHT_ENABLE = yes
|
|
|
|
CUSTOM_MATRIX = lite
|
|
# project specific files
|
|
SRC += matrix.c tca6424.c rgb_ring.c issi/is31fl3731.c
|
|
QUANTUM_LIB_SRC += i2c_master.c
|