6c74d734c2
* Fixed plank keymaps so that they will compile for planck light * tv44:budi now compiles * s60_x:amnesia0287 now compiles * Fixed allocation of key_combos so that narze keymap for planck can compile correctly * Disabled rgb on ergodone and infinity * Enabled tap dance so it compiles * Added return statement so it compiles * If compiling on light disable extra functionality * Properly redefined variable so it compiles
20 lines
360 B
Makefile
20 lines
360 B
Makefile
BOOTMAGIC_ENABLE = no
|
|
COMMAND_ENABLE = no
|
|
SLEEP_LED_ENABLE = yes
|
|
FORCE_NKRO ?= yes
|
|
DEBUG_ENABLE = no
|
|
CONSOLE_ENABLE = no
|
|
TAP_DANCE_ENABLE = no
|
|
MOUSEKEY_ENABLE = no
|
|
ifdef RGBLIGHT_ENABLE
|
|
RGBLIGHT_ANIMATION = yes
|
|
endif
|
|
|
|
ifeq (${FORCE_NKRO},yes)
|
|
OPT_DEFS += -DFORCE_NKRO
|
|
endif
|
|
|
|
ifndef QUANTUM_DIR
|
|
include ../../../../Makefile
|
|
endif
|