summaryrefslogtreecommitdiff
path: root/keyboards/lfkeyboards/lfk87/post_rules.mk
blob: 563462dd99570e8a29703b4f9a41f962a991d16d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
ifeq ($(LFK_REV), A)
    MCU = at90usb1286
else
    MCU = at90usb646
endif

ifeq ($(strip $(ISSI_ENABLE)), yes)
    OPT_DEFS += -DISSI_ENABLE
endif

ifeq ($(strip $(WATCHDOG_ENABLE)), yes)
    OPT_DEFS += -DWATCHDOG_ENABLE
endif