rules.mk 832 B

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