diff options
Diffstat (limited to 'keyboards/planck/rev6_drop/rules.mk')
-rw-r--r-- | keyboards/planck/rev6_drop/rules.mk | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/keyboards/planck/rev6_drop/rules.mk b/keyboards/planck/rev6_drop/rules.mk new file mode 100644 index 000000000..c35de3d74 --- /dev/null +++ b/keyboards/planck/rev6_drop/rules.mk | |||
@@ -0,0 +1,33 @@ | |||
1 | # MCU name | ||
2 | MCU = STM32F303 | ||
3 | |||
4 | # Bootloader selection | ||
5 | BOOTLOADER = stm32-dfu | ||
6 | |||
7 | # Build Options | ||
8 | # change yes to no to disable | ||
9 | # | ||
10 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
11 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
12 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
13 | CONSOLE_ENABLE = yes # Console for debug | ||
14 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
15 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
16 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
17 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
18 | NKRO_ENABLE = yes # USB Nkey Rollover | ||
19 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
20 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | ||
21 | AUDIO_ENABLE = yes # Audio output | ||
22 | WS2812_DRIVER = pwm | ||
23 | CUSTOM_MATRIX = yes | ||
24 | # Do not enable RGB_MATRIX_ENABLE together with RGBLIGHT_ENABLE | ||
25 | RGB_MATRIX_ENABLE = no | ||
26 | RGB_MATRIX_DRIVER = WS2812 | ||
27 | ENCODER_ENABLE = yes | ||
28 | DIP_SWITCH_ENABLE = yes | ||
29 | |||
30 | SRC += matrix.c | ||
31 | |||
32 | LAYOUTS = ortho_4x12 planck_mit | ||
33 | LAYOUTS_HAS_RGB = no | ||