gh60: Fix Makefile.pjrc

This commit is contained in:
tmk 2023-11-22 12:39:44 +09:00
parent f25b519748
commit 0905d79769

View file

@ -48,8 +48,7 @@ TMK_DIR = ../../tmk_core
TARGET_DIR = .
# project specific files
SRC = keymap_common.c \
matrix.c \
SRC = matrix.c \
led.c
ifdef KEYMAP