diff options
Diffstat (limited to 'keyboards/planck/ez/rules.mk')
-rw-r--r-- | keyboards/planck/ez/rules.mk | 17 |
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 |
2 | MCU = STM32F303 | 2 | MCU = STM32F303 |
3 | BOARD = QMK_PROTON_C | ||
4 | 3 | ||
5 | # Bootloader selection | 4 | # Bootloader selection |
6 | BOOTLOADER = stm32-dfu | 5 | BOOTLOADER = 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 | # |
12 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 11 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
13 | MOUSEKEY_ENABLE = yes # Mouse keys | 12 | MOUSEKEY_ENABLE = yes # Mouse keys |
14 | EXTRAKEY_ENABLE = yes # Audio control and System control | 13 | EXTRAKEY_ENABLE = yes # Audio control and System control |
15 | CONSOLE_ENABLE = yes # Console for debug | 14 | CONSOLE_ENABLE = yes # Console for debug |
16 | COMMAND_ENABLE = yes # Commands for debug and configuration | 15 | COMMAND_ENABLE = yes # Commands for debug and configuration |
17 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 16 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
18 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 17 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
19 | AUDIO_ENABLE = yes # Audio output on port C6 | 18 | AUDIO_ENABLE = yes # Audio output |
20 | UNICODE_ENABLE = no # Unicode | ||
21 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | 19 | RGBLIGHT_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 |
24 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 22 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
25 | #SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend | ||
26 | 23 | ||
27 | ENCODER_ENABLE = yes | 24 | ENCODER_ENABLE = yes |
28 | RGB_MATRIX_DRIVER = IS31FL3737 | 25 | RGB_MATRIX_DRIVER = IS31FL3737 |
29 | 26 | ||
30 | LAYOUTS = ortho_4x12 planck_mit | 27 | LAYOUTS = ortho_4x12 planck_mit |
31 | LAYOUTS_HAS_RGB = no | 28 | LAYOUTS_HAS_RGB = no |
29 | |||
30 | RGB_MATRIX_SUPPORTED = yes | ||
31 | RGBLIGHT_SUPPORTED = no | ||
32 | BAKCLIGHT_SUPPORTED = no | ||