logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

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. BOARD = ANNEPRO2_C18
  10. # Bootloader selection
  11. BOOTLOADER = custom
  12. PROGRAM_CMD = annepro2_tools --boot $(BUILD_DIR)/$(TARGET).bin
  13. # Anne Pro 2
  14. SRC = \
  15. annepro2_ble.c \
  16. ap2_led.c \
  17. protocol.c \
  18. rgb_driver.c \