]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/niu_mini/rules.mk
NIU Mini Settings update and Refactor (#6651)
[qmk_firmware.git] / keyboards / niu_mini / rules.mk
1 # MCU name
2 MCU = atmega32u4
3
4 # Boot Section Size in *bytes*
5 #   Teensy halfKay   512
6 #   Teensy++ halfKay 1024
7 #   Atmel DFU loader 4096
8 #   LUFA bootloader  4096
9 #   USBaspLoader     2048
10 BOOTLOADER = atmel-dfu
11
12 # Build Options
13 #   change to "no" to disable the options, or define them in the Makefile in
14 #   the appropriate keymap folder that will get included automatically
15 #
16 BOOTMAGIC_ENABLE = no       # Virtual DIP switch configuration
17 MOUSEKEY_ENABLE = yes       # Mouse keys
18 EXTRAKEY_ENABLE = yes       # Audio control and System control
19 CONSOLE_ENABLE = yes        # Console for debug
20 COMMAND_ENABLE = no         # Commands for debug and configuration
21 NKRO_ENABLE = yes           # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
22 BACKLIGHT_ENABLE = yes      # Enable keyboard backlight functionality
23 MIDI_ENABLE = no            # MIDI controls
24 AUDIO_ENABLE = no           # Audio output on port C6
25 UNICODE_ENABLE = no         # Unicode
26 BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID
27 RGBLIGHT_ENABLE = yes       # Enable WS2812 RGB underlight.
28 API_SYSEX_ENABLE = no
29
30 # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
31 SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend
32
33 LAYOUTS = ortho_4x12 planck_mit
34 LAYOUTS_HAS_RGB = no