aboutsummaryrefslogtreecommitdiff
path: root/keyboards/planck/ez/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/planck/ez/rules.mk')
-rw-r--r--keyboards/planck/ez/rules.mk17
1 files changed, 9 insertions, 8 deletions
diff --git a/keyboards/planck/ez/rules.mk b/keyboards/planck/ez/rules.mk
index a570a9c3c..f17afe362 100644
--- a/keyboards/planck/ez/rules.mk
+++ b/keyboards/planck/ez/rules.mk
@@ -1,6 +1,5 @@
1# MCU name 1# MCU name
2MCU = STM32F303 2MCU = STM32F303
3BOARD = QMK_PROTON_C
4 3
5# Bootloader selection 4# Bootloader selection
6BOOTLOADER = stm32-dfu 5BOOTLOADER = stm32-dfu
@@ -9,23 +8,25 @@ BOOTLOADER = stm32-dfu
9# change to "no" to disable the options, or define them in the Makefile in 8# change to "no" to disable the options, or define them in the Makefile in
10# the appropriate keymap folder that will get included automatically 9# the appropriate keymap folder that will get included automatically
11# 10#
12BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite 11BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
13MOUSEKEY_ENABLE = yes # Mouse keys 12MOUSEKEY_ENABLE = yes # Mouse keys
14EXTRAKEY_ENABLE = yes # Audio control and System control 13EXTRAKEY_ENABLE = yes # Audio control and System control
15CONSOLE_ENABLE = yes # Console for debug 14CONSOLE_ENABLE = yes # Console for debug
16COMMAND_ENABLE = yes # Commands for debug and configuration 15COMMAND_ENABLE = yes # Commands for debug and configuration
17NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work 16NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
18BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality 17BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
19AUDIO_ENABLE = yes # Audio output on port C6 18AUDIO_ENABLE = yes # Audio output
20UNICODE_ENABLE = no # Unicode
21RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. 19RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
22 20
23# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE 21# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
24SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend 22SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
25#SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
26 23
27ENCODER_ENABLE = yes 24ENCODER_ENABLE = yes
28RGB_MATRIX_DRIVER = IS31FL3737 25RGB_MATRIX_DRIVER = IS31FL3737
29 26
30LAYOUTS = ortho_4x12 planck_mit 27LAYOUTS = ortho_4x12 planck_mit
31LAYOUTS_HAS_RGB = no 28LAYOUTS_HAS_RGB = no
29
30RGB_MATRIX_SUPPORTED = yes
31RGBLIGHT_SUPPORTED = no
32BAKCLIGHT_SUPPORTED = no