rules.mk 880 B

1234567891011121314151617181920212223
  1. # MCU name
  2. MCU = STM32F303
  3. # Build Options
  4. # comment out to disable the options.
  5. #
  6. BACKLIGHT_ENABLE = no
  7. BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
  8. MOUSEKEY_ENABLE = yes # Mouse keys
  9. EXTRAKEY_ENABLE = yes # Audio control and System control
  10. CONSOLE_ENABLE = no # Console for debug
  11. COMMAND_ENABLE = no # Commands for debug and configuration
  12. NKRO_ENABLE = yes # USB Nkey Rollover
  13. AUDIO_ENABLE = no
  14. RGBLIGHT_ENABLE = no
  15. LAYOUTS = ortho_4x12
  16. MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config)
  17. UNICODE_ENABLE = no # Unicode
  18. BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
  19. FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
  20. HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400)
  21. NO_SUSPEND_POWER_DOWN = yes
  22. UNICODEMAP_ENABLE = no