]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/sixkeyboard/rules.mk
[Keyboard] Add Efreet keyboard (#6811)
[qmk_firmware.git] / keyboards / sixkeyboard / rules.mk
1 SRC = matrix.c
2
3 # MCU name
4 MCU = atmega16u2
5
6 # Bootloader selection
7 #   Teensy       halfkay
8 #   Pro Micro    caterina
9 #   Atmel DFU    atmel-dfu
10 #   LUFA DFU     lufa-dfu
11 #   QMK DFU      qmk-dfu
12 #   ATmega32A    bootloadHID
13 #   ATmega328P   USBasp
14 BOOTLOADER = atmel-dfu
15
16 # Build Options
17 #   comment out to disable the options.
18 #
19 BOOTMAGIC_ENABLE = no           # Virtual DIP switch configuration(+1000)
20 MOUSEKEY_ENABLE = no            # Mouse keys(+4700)
21 EXTRAKEY_ENABLE = no            # Audio control and System control(+450)
22 CONSOLE_ENABLE = no             # Console for debug(+400)
23 COMMAND_ENABLE = no             # Commands for debug and configuration
24 SLEEP_LED_ENABLE = no   # Breathing sleep LED during USB suspend
25 NKRO_ENABLE = no                        # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
26 BACKLIGHT_ENABLE = no   # Enable keyboard backlight functionality
27 MIDI_ENABLE = no                        # MIDI controls
28 AUDIO_ENABLE = no
29 UNICODE_ENABLE = no             # Unicode
30 BLUETOOTH_ENABLE = no   # Enable Bluetooth with the Adafruit EZ-Key HID
31 CUSTOM_MATRIX = yes