From 9d538b467cd0ef7db5b149ff66b1cfc89af5032e Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 27 Jun 2019 02:15:32 +0200 Subject: Build: Replace 'ENABLE_SERIAL=1' with 'ENABLE_SERIAL=yes'. That is, to enable communicating with the host via a simple Serial protocol. The feature is disabled by default. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ec992ae..1c6b6ba 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ CXXFLAGS = -DARDUINO_AVR_MODEL01 \ -DUSB_MANUFACTURER="\"keyboardio\"" -DUSB_PRODUCT="\"Model 01\"" \ -DKALEIDOSCOPE_HARDWARE_H="\"Kaleidoscope-Hardware-Model01.h\"" -ifeq ($(ENABLE_SERIAL),1) +ifeq ($(ENABLE_SERIAL),yes) CXXFLAGS += -DENABLE_SERIAL endif -- cgit v1.2.3