]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/ergodash/rules.mk
Add user-overridable callback for cancelling UCIS input (#5564)
[qmk_firmware.git] / keyboards / ergodash / rules.mk
1 # MCU name
2 MCU = atmega32u4
3
4 # Processor frequency.
5 F_CPU = 16000000
6
7 # LUFA specific
8 #
9 # Target architecture (see library "Board Types" documentation).
10 ARCH = AVR8
11
12 # Input clock frequency.
13 F_USB = $(F_CPU)
14
15 # Interrupt driven control endpoint task(+60)
16 OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
17
18 # Bootloader
19 BOOTLOADER = caterina
20
21 # Build Options
22 #   change to "no" to disable the options, or define them in the Makefile in
23 #   the appropriate keymap folder that will get included automatically
24 #
25 BOOTMAGIC_ENABLE = no       # Virtual DIP switch configuration(+1000)
26 MOUSEKEY_ENABLE = no       # Mouse keys(+4700)
27 EXTRAKEY_ENABLE = yes       # Audio control and System control(+450)
28 CONSOLE_ENABLE = no         # Console for debug(+400)
29 COMMAND_ENABLE = no        # Commands for debug and configuration
30 NKRO_ENABLE = no            # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
31 BACKLIGHT_ENABLE = no      # Enable keyboard backlight functionality
32 MIDI_ENABLE = no            # MIDI controls
33 AUDIO_ENABLE = no           # Audio output on port C6
34 UNICODE_ENABLE = no         # Unicode
35 BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID
36 RGBLIGHT_ENABLE = no       # Enable WS2812 RGB underlight.
37 # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
38 SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend
39
40 SPLIT_KEYBOARD = yes       # Enables split keyboard support
41
42 DEFAULT_FOLDER = ergodash/rev1