]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/68keys/rules.mk
mapdev's Espectro layout (#4366)
[qmk_firmware.git] / keyboards / 68keys / rules.mk
1 LAYOUTS = 68_ansi
2
3 MCU = atmega32u4
4 F_CPU = 16000000
5 ARCH = AVR8
6 F_USB = $(F_CPU)
7 OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
8 BOOTLOADER = atmel-dfu
9
10 BOOTMAGIC_ENABLE = no       # Virtual DIP switch configuration (+1000)
11 MOUSEKEY_ENABLE = no        # Mouse keys (+4700)
12 EXTRAKEY_ENABLE = yes       # Audio control and System control (+450)
13 CONSOLE_ENABLE = no         # Console for debug (+400)
14 COMMAND_ENABLE = no         # Commands for debug and configuration
15 SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend
16 NKRO_ENABLE = no            # USB Nkey Rollover
17 BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality on B7 by default
18 MIDI_ENABLE = no            # MIDI controls
19 UNICODE_ENABLE = no         # Unicode
20 BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID
21 AUDIO_ENABLE = no           # Audio output on port C6
22