]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/planck/light/rules.mk
[Keyboard] Add QMK configurator JSON for Alice PCB (#6397)
[qmk_firmware.git] / keyboards / planck / light / rules.mk
1 # MCU name
2 MCU = at90usb1286
3
4 # Bootloader
5 #     This definition is optional, and if your keyboard supports multiple bootloaders of
6 #     different sizes, comment this out, and the correct address will be loaded
7 #     automatically (+60). See bootloader.mk for all options.
8 BOOTLOADER = atmel-dfu
9
10 # Interrupt driven control endpoint task(+60)
11 OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
12
13 # Build Options
14 #   change to "no" to disable the options, or define them in the Makefile in
15 #   the appropriate keymap folder that will get included automatically
16 #
17 BOOTMAGIC_ENABLE = lite     # Virtual DIP switch configuration(+1000)
18 MOUSEKEY_ENABLE = no       # Mouse keys(+4700)
19 EXTRAKEY_ENABLE = yes       # Audio control and System control(+450)
20 CONSOLE_ENABLE = yes         # Console for debug(+400)
21 COMMAND_ENABLE = no        # Commands for debug and configuration
22 NKRO_ENABLE = yes            # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
23 BACKLIGHT_ENABLE = no      # Enable keyboard backlight functionality
24 MIDI_ENABLE = yes           # MIDI controls
25 AUDIO_ENABLE = yes           # Audio output on port C6
26 UNICODE_ENABLE = no         # Unicode
27 BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID
28 RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.
29 RGB_MATRIX_ENABLE = yes
30 API_SYSEX_ENABLE = no
31
32 # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
33 SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend
34
35 LAYOUTS = ortho_4x12 planck_mit
36 LAYOUTS_HAS_RGB = no