mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 19:14:38 +00:00
10 lines
227 B
Makefile
10 lines
227 B
Makefile
#
|
|
# LUFA Library
|
|
# Copyright (C) Dean Camera, 2015.
|
|
#
|
|
# dean [at] fourwalledcubicle [dot] com
|
|
# www.lufa-lib.org
|
|
#
|
|
|
|
DMBS_LUFA_PATH ?= $(LUFA_PATH)/Build/LUFA
|
|
include $(DMBS_LUFA_PATH)/lufa-sources.mk
|