rules.mk 520 B

123456789101112131415161718
  1. # MCU name
  2. MCU = STM32F303
  3. # Build Options
  4. # comment out to disable the options.
  5. #
  6. BACKLIGHT_ENABLE = no
  7. BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
  8. MOUSEKEY_ENABLE = yes # Mouse keys
  9. EXTRAKEY_ENABLE = yes # Audio control and System control
  10. CONSOLE_ENABLE = yes # Console for debug
  11. COMMAND_ENABLE = no # Commands for debug and configuration
  12. NKRO_ENABLE = yes # USB Nkey Rollover
  13. AUDIO_ENABLE = yes
  14. # project specific files
  15. SRC = led.c
  16. LAYOUTS += 60_ansi 60_ansi_split_bs_rshift 60_iso