]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - tmk_core/common.mk
make some change to complie stm32_f103_onekey with new version of Chibios (#583)
[max/tmk_keyboard.git] / tmk_core / common.mk
index 69be0e13e391906b45bbd446118cc1694ca004c2..14951ec8517e884163d0a154ecce360d3ed460b8 100644 (file)
@@ -21,6 +21,7 @@ SRC +=        $(COMMON_DIR)/host.c \
 ifeq (yes,$(strip $(UNIMAP_ENABLE)))
     SRC += $(COMMON_DIR)/unimap.c
     OPT_DEFS += -DUNIMAP_ENABLE
+    OPT_DEFS += -DACTIONMAP_ENABLE
 else
     ifeq (yes,$(strip $(ACTIONMAP_ENABLE)))
        SRC += $(COMMON_DIR)/actionmap.c