]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/bigswitch/keymaps/wanleg/rules.mk
Big Switch and 5x5 edits (#4168)
[qmk_firmware.git] / keyboards / bigswitch / keymaps / wanleg / rules.mk
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
7 AUDIO_ENABLE = yes           # Audio output on port C6
8 BACKLIGHT_ENABLE = yes       # Enable keyboard backlight functionality on B7 by default
9 CONSOLE_ENABLE = no             # Console for debug(+400)
10 COMMAND_ENABLE = no             # Commands for debug and configuration
11 RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow
12 MIDI_ENABLE = no            # MIDI support (+2400 to 4200, depending on config)
13 UNICODE_ENABLE = no         # Unicode
14 BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID
15 FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches
16 HD44780_ENABLE = no             # Enable support for HD44780 based LCDs (+400)