2020-01-10 02:31:01 +01:00
|
|
|
# MCU name
|
|
|
|
MCU = STM32F103
|
2019-05-06 01:58:08 +02:00
|
|
|
|
|
|
|
# GENERIC STM32F103C8T6 board - stm32duino bootloader
|
|
|
|
OPT_DEFS = -DCORTEX_VTOR_INIT=0x2000
|
|
|
|
MCU_LDSCRIPT = STM32F103x8_stm32duino_bootloader
|
|
|
|
BOARD = GENERIC_STM32_F103
|
|
|
|
|
2020-01-10 02:31:01 +01:00
|
|
|
DFU_ARGS = -d 1eaf:0003 -a2 -R
|
|
|
|
DFU_SUFFIX_ARGS = -v 1eaf -p 0003
|
2019-05-06 01:58:08 +02:00
|
|
|
|
2020-01-10 02:31:01 +01:00
|
|
|
# project specific files
|
|
|
|
VPATH += keyboards/cannonkeys/bluepill
|
|
|
|
SRC = led.c \
|
|
|
|
keyboard.c
|
2019-05-06 01:58:08 +02: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
|
|
|
|
BACKLIGHT_ENABLE = yes
|
|
|
|
RGBLIGHT_ENABLE = yes
|