rules.mk 886 B

12345678910111213141516
  1. #If using a ProMicro and it has the QMK DFU bootloader instead of Caterina,
  2. #run "make <keyboard>:<keymap> dfu=qmk" when compiling to ensure it is flagged properly after being flashed
  3. ifeq ($(strip $(dfu)), qmk)
  4. BOOTLOADER = qmk-dfu
  5. endif
  6. AUDIO_ENABLE = yes # Audio output on port C6
  7. BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality on B7 by default
  8. CONSOLE_ENABLE = no # Console for debug(+400)
  9. COMMAND_ENABLE = no # Commands for debug and configuration
  10. RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
  11. MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config)
  12. UNICODE_ENABLE = no # Unicode
  13. BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
  14. FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
  15. HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400)