]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/planck/rev6/rules.mk
[Keyboard] Add QMK configurator JSON for Alice PCB (#6397)
[qmk_firmware.git] / keyboards / planck / rev6 / rules.mk
1 # project specific files
2 SRC =   matrix.c
3 LAYOUTS += ortho_4x12
4
5 # Cortex version
6 MCU  = STM32F303
7
8 # Interrupt driven control endpoint task(+60)
9 OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
10
11 # Build Options
12 #   change to "no" to disable the options, or define them in the Makefile in
13 #   the appropriate keymap folder that will get included automatically
14 #
15 BOOTMAGIC_ENABLE = yes      # Virtual DIP switch configuration(+1000)
16 ## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.)
17 MOUSEKEY_ENABLE = yes      # Mouse keys(+4700)
18 EXTRAKEY_ENABLE = yes       # Audio control and System control(+450)
19 CONSOLE_ENABLE = yes         # Console for debug(+400)
20 COMMAND_ENABLE = yes       # 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 = no      # Enable keyboard backlight functionality
23 MIDI_ENABLE = no            # MIDI controls
24 AUDIO_ENABLE = yes           # 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 = no        # 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 #SLEEP_LED_ENABLE = yes  # Breathing sleep LED during USB suspend
33
34 CUSTOM_MATRIX = yes # Custom matrix file
35 # SERIAL_LINK_ENABLE = yes
36 ENCODER_ENABLE = yes
37
38 LAYOUTS = ortho_4x12 planck_mit
39 LAYOUTS_HAS_RGB = no