You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
713 B

  1. # MCU name
  2. MCU = STM32F103
  3. # GENERIC STM32F103C8T6 board - stm32duino bootloader
  4. OPT_DEFS = -DCORTEX_VTOR_INIT=0x2000
  5. MCU_LDSCRIPT = STM32F103x8_stm32duino_bootloader
  6. BOARD = GENERIC_STM32_F103
  7. DFU_ARGS = -d 1eaf:0003 -a2 -R
  8. DFU_SUFFIX_ARGS = -v 1eaf -p 0003
  9. SRC = matrix.c
  10. #BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
  11. MOUSEKEY_ENABLE = yes # Mouse keys
  12. EXTRAKEY_ENABLE = yes # Audio control and System control
  13. CONSOLE_ENABLE = yes # Console for debug
  14. COMMAND_ENABLE = yes # Commands for debug and configuration
  15. SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
  16. NKRO_ENABLE = yes # USB Nkey Rollover
  17. BACKLIGHT_ENABLE = no
  18. RGBLIGHT_ENABLE = no
  19. CUSTOM_MATRIX = yes