qmk_firmware

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

rules.mk (366B)


      1 # MCU
      2 MCU = cortex-m0plus
      3 ARMV = 6
      4 USE_FPU = no
      5 MCU_FAMILY = HT32
      6 MCU_SERIES = HT32F523xx
      7 MCU_LDSCRIPT = HT32F52352_ANNEPRO2_C18
      8 MCU_STARTUP = ht32f523xx
      9 
     10 BOARD = ANNEPRO2_C18
     11 
     12 # Bootloader selection
     13 BOOTLOADER = custom
     14 PROGRAM_CMD = annepro2_tools --boot $(BUILD_DIR)/$(TARGET).bin
     15 
     16 # Anne Pro 2
     17 SRC = \
     18 	annepro2_ble.c \
     19 	ap2_led.c \
     20 	protocol.c \
     21 	rgb_driver.c \