summaryrefslogtreecommitdiff
path: root/layouts/community/split_3x6_3/bcat/rules.mk
blob: e0ce760a7912fad0402324f6ae159919c7b854c1 (plain)
1
2
3
4
5
6
7
8
BCAT_OLED_PET = luna

ifeq ($(strip $(KEYBOARD)), crkbd/rev1)
	BOOTLOADER = atmel-dfu  # Elite-C

	OLED_ENABLE = yes  # dual 128x32 OLED screens
	RGB_MATRIX_ENABLE = yes  # per-key RGB and underglow
endif