mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 10:39:09 +00:00
Remove lfkeyboards parent rules.mk as its only required for mini1800
This commit is contained in:
parent
87ab49e403
commit
cf596a0371
2 changed files with 2 additions and 1 deletions
|
@ -52,6 +52,8 @@ F_USB = $(F_CPU)
|
|||
# Interrupt driven control endpoint task(+60)
|
||||
OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
|
||||
|
||||
# Extra source files for IS3731 lighting
|
||||
SRC = TWIlib.c issi.c lighting.c
|
||||
|
||||
ifeq ($(strip $(ISSI_ENABLE)), yes)
|
||||
# TMK_COMMON_DEFS += -DISSI_ENABLE
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
SRC = TWIlib.c issi.c lighting.c
|
Loading…
Reference in a new issue