]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/keebio/bdn9/rules.mk
[Keyboard] Move Keebio boards to own folder (#5109)
[qmk_firmware.git] / keyboards / keebio / bdn9 / rules.mk
1 MCU = atmega32u4
2 F_CPU = 16000000
3 ARCH = AVR8
4 F_USB = $(F_CPU)
5
6 # Interrupt driven control endpoint task(+60)
7 OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
8
9
10 # Bootloader selection
11 #   Teensy       halfkay
12 #   Pro Micro    caterina
13 #   Atmel DFU    atmel-dfu
14 #   LUFA DFU     lufa-dfu
15 #   QMK DFU      qmk-dfu
16 #   atmega32a    bootloadHID
17 BOOTLOADER = caterina
18
19
20 # If you don't know the bootloader type, then you can specify the
21 # Boot Section Size in *bytes* by uncommenting out the OPT_DEFS line
22 #   Teensy halfKay      512
23 #   Teensy++ halfKay    1024
24 #   Atmel DFU loader    4096
25 #   LUFA bootloader     4096
26 #   USBaspLoader        2048
27 # OPT_DEFS += -DBOOTLOADER_SIZE=4096
28
29
30 # Build Options
31 #   change yes to no to disable
32 #
33 BOOTMAGIC_ENABLE = no      # Virtual DIP switch configuration(+1000)
34 MOUSEKEY_ENABLE = no       # Mouse keys(+4700)
35 EXTRAKEY_ENABLE = yes       # Audio control and System control(+450)
36 CONSOLE_ENABLE = yes        # Console for debug(+400)
37 COMMAND_ENABLE = yes        # Commands for debug and configuration
38 # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
39 SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend
40 # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
41 NKRO_ENABLE = no            # USB Nkey Rollover
42 BACKLIGHT_ENABLE = yes       # Enable keyboard backlight functionality on B7 by default
43 RGBLIGHT_ENABLE = yes       # Enable keyboard RGB underglow
44 MIDI_ENABLE = no            # MIDI support (+2400 to 4200, depending on config)
45 UNICODE_ENABLE = no         # Unicode
46 BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID
47 AUDIO_ENABLE = no           # Audio output on port C6
48 FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches
49 HD44780_ENABLE = no             # Enable support for HD44780 based LCDs (+400)
50 ENCODER_ENABLE = yes