qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

rules.mk (402B)


      1 SRC += lib/logo.c
      2 
      3 # MCU name
      4 MCU = STM32F103
      5 
      6 # Bootloader selection
      7 # Cannot use `BOOTLOADER = stm32duino` due to the need to override
      8 # `MCU_LDSCRIPT`, therefore all parameters need to be specified here manually.
      9 OPT_DEFS += -DBOOTLOADER_STM32DUINO
     10 MCU_LDSCRIPT = k552_f103
     11 BOARD = STM32_F103_STM32DUINO
     12 BOOTLOADER_TYPE = stm32duino
     13 DFU_ARGS = -d 1EAF:0003 -a 2 -R
     14 DFU_SUFFIX_ARGS = -v 1EAF -p 0003