summaryrefslogtreecommitdiff
path: root/layouts/community/ergodox/berfarah/rules.mk
blob: 2ad16306440a3ec3fc50d245d06b85e866d7b272 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
BOOTMAGIC_ENABLE = no       # Enable Bootmagic Lite
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