rules.mk 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. LAYOUTS = 66_ansi 66_iso
  2. ## chip/board settings
  3. MCU_FAMILY = STM32
  4. MCU_SERIES = STM32F3xx
  5. MCU_LDSCRIPT = STM32F303xC
  6. MCU_STARTUP = stm32f3xx
  7. BOARD = GENERIC_STM32_F303XC
  8. MCU = cortex-m4
  9. ARMV = 7
  10. USE_FPU = yes
  11. OPT_DEFS =
  12. # Options to pass to dfu-util when flashing
  13. DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave
  14. DFU_SUFFIX_ARGS = -p DF11 -v 0483
  15. # Build Options
  16. # comment out to disable the options.
  17. #
  18. BACKLIGHT_ENABLE = yes
  19. BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
  20. MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
  21. EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
  22. CONSOLE_ENABLE = yes # Console for debug(+400)
  23. COMMAND_ENABLE = no # Commands for debug and configuration
  24. NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  25. AUDIO_ENABLE = no
  26. RGBLIGHT_ENABLE = no # Enable keyboard underlight functionality
  27. MIDI_ENABLE = no # MIDI controls
  28. UNICODE_ENABLE = no # Unicode
  29. BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
  30. AUDIO_ENABLE = yes