rules.mk 1.1 KB

1234567891011121314151617181920212223242526272829303132
  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. # Build Options
  15. # comment out to disable the options.
  16. #
  17. BACKLIGHT_ENABLE = yes
  18. BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
  19. MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
  20. EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
  21. CONSOLE_ENABLE = yes # Console for debug(+400)
  22. COMMAND_ENABLE = no # Commands for debug and configuration
  23. NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  24. AUDIO_ENABLE = no
  25. RGBLIGHT_ENABLE = no # Enable keyboard underlight functionality
  26. MIDI_ENABLE = no # MIDI controls
  27. UNICODE_ENABLE = no # Unicode
  28. BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
  29. AUDIO_ENABLE = yes