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