2019-11-15 03:25:40 +01:00
|
|
|
# MCU name
|
|
|
|
MCU = STM32F303
|
2019-02-24 02:25:25 +01:00
|
|
|
|
|
|
|
# LED Configuration
|
2020-11-28 21:02:18 +01:00
|
|
|
LED_MATRIX_ENABLE = yes
|
|
|
|
LED_MATRIX_DRIVER = IS31FL3731
|
2018-08-11 21:14:02 +02:00
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# comment out to disable the options.
|
|
|
|
#
|
2019-02-24 02:25:25 +01:00
|
|
|
BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
|
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = yes # Console for debug
|
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
|
|
|
#SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
|
|
|
|
NKRO_ENABLE = yes # USB Nkey Rollover
|
2018-08-11 21:14:02 +02:00
|
|
|
AUDIO_ENABLE = yes
|
2019-02-24 02:25:25 +01:00
|
|
|
# SERIAL_LINK_ENABLE = yes
|
2019-11-15 03:25:40 +01:00
|
|
|
|
2021-01-30 22:08:58 +01:00
|
|
|
# project specific files
|
|
|
|
SRC = led.c
|
|
|
|
LAYOUTS += 66_ansi
|