]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/vitamins_included/rules.mk
[Keymap] Layout update for my ergodox (#7187)
[qmk_firmware.git] / keyboards / vitamins_included / rules.mk
1 # MCU name
2 MCU = atmega32u4
3
4 # Build Options
5 #   change to "no" to disable the options, or define them in the Makefile in
6 #   the appropriate keymap folder that will get included automatically
7 #
8 AUDIO_ENABLE        = yes  # Audio output on port C6
9 BACKLIGHT_ENABLE    = no   # Enable keyboard backlight functionality
10 BLUETOOTH_ENABLE    = no   # Enable Bluetooth with the Adafruit EZ-Key HID
11 BOOTMAGIC_ENABLE    = no   # Virtual DIP switch configuration(+1000)
12 COMMAND_ENABLE      = no   # Commands for debug and configuration
13 CONSOLE_ENABLE      = no   # Console for debug(+400)
14 DEBUG_ENABLE        = no   # Enable more debug info
15 EXTRAKEY_ENABLE     = yes  # Audio control and System control(+450)
16 MIDI_ENABLE         = no   # MIDI controls
17 MOUSEKEY_ENABLE     = no   # Mouse keys(+4700)
18 NKRO_ENABLE         = no   # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
19 RGBLIGHT_ENABLE     = yes  # Enable WS2812 RGB underlight.
20 UNICODE_ENABLE      = no   # Unicode
21 # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
22 SLEEP_LED_ENABLE    = no   # Breathing sleep LED during USB suspend
23
24 LAYOUTS = ortho_4x12
25
26 DEFAULT_FOLDER = vitamins_included/rev2
27
28 LINK_TIME_OPTIMIZATION_ENABLE = yes