rules.mk 869 B

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