2018-07-17 03:04:32 +02:00
|
|
|
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
|
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys(+4700)
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
|
|
|
|
CONSOLE_ENABLE = no # Console for debug(+400)
|
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
|
|
|
TAP_DANCE_ENABLE = no
|
|
|
|
AUDIO_ENABLE = yes
|
2018-12-04 22:27:41 +01:00
|
|
|
ifeq (,$(findstring planck/rev6,$(KEYBOARD))) # Make sure it's NOT the Planck Rev6
|
2018-08-29 19:42:15 +02:00
|
|
|
RGBLIGHT_ENABLE = yes
|
|
|
|
INDICATOR_LIGHTS = yes
|
|
|
|
RGBLIGHT_TWINKLE = yes
|
|
|
|
endif
|
2018-12-04 22:27:41 +01:00
|
|
|
ifneq (,$(findstring planck/light,$(KEYBOARD))) # Make sure it IS the Planck Light
|
2018-08-29 19:42:15 +02:00
|
|
|
RGB_MATRIX_ENABLE = yes
|
2019-03-15 16:57:44 +01:00
|
|
|
RGBLIGHT_ENABLE = yes
|
2018-08-29 19:42:15 +02:00
|
|
|
endif
|
2018-07-17 03:04:32 +02:00
|
|
|
|
|
|
|
ifeq ($(strip $(PROTOCOL)), VUSB)
|
|
|
|
NKRO_ENABLE = no
|
|
|
|
else
|
|
|
|
NKRO_ENABLE = yes
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
|
|
MACROS_ENABLED = no
|