mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-24 09:27:36 +06:00
10 lines
157 B
Makefile
10 lines
157 B
Makefile
|
ifeq ($(LFK_REV), A)
|
||
|
MCU = at90usb1286
|
||
|
else
|
||
|
MCU = at90usb646
|
||
|
endif
|
||
|
|
||
|
ifeq ($(strip $(ISSI_ENABLE)), yes)
|
||
|
# TMK_COMMON_DEFS += -DISSI_ENABLE
|
||
|
endif
|