You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/layouts/community/ergodox/berfarah/rules.mk

17 lines
305 B

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