summaryrefslogtreecommitdiff
path: root/layouts/community/ortho_5x12/brandonschlack/rules.mk
blob: 0035209d35f08ab27340a3c032b5d99e5b86c36f (plain)
1
2
3
4
5
6
7
8
9
10
ifeq ($(strip $(KEYBOARD)), preonic/rev3)
	SRC += muse.c
endif

MOUSEKEY_ENABLE = yes       # Mouse keys(+4700)
BACKLIGHT_ENABLE = no       # No backlights installed

ifeq ($(strip $(KEYBOARD)), jnao)
	BOOTMAGIC_ENABLE = lite     # Enable Bootmagic Lite
endif