From 15fcfbc63af7a5ecf283b6d356196adbe4e9f6e7 Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Sun, 29 Sep 2024 15:47:26 -0400 Subject: [PATCH] testing on custom LCD --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b399ee40..bd7b6899 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,12 @@ # Keep this first line. GOSSAMER_PATH=gossamer -# If your firmware targets a specific board, specify it here, -# or omit it and provide it on the command line (make BOARD=foo). +# Which board are we building for? BOARD=sensorwatch_pro +# Which screen are we building for? +DISPLAY=CUSTOM + TINYUSB_CDC=1 # Leave this line here.