From 3a666975e7489497caad3aed2fb115dac2906578 Mon Sep 17 00:00:00 2001 From: Florian Fleissner Date: Wed, 20 Nov 2019 17:48:28 +0100 Subject: [PATCH] Removed superfluous -DKALEIDOSCOPE_HARDWARE_SPEC_H ...from the compiler command line Signed-off-by: Florian Fleissner --- avr/boards.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avr/boards.txt b/avr/boards.txt index 1d6173b..47f0c70 100644 --- a/avr/boards.txt +++ b/avr/boards.txt @@ -38,7 +38,7 @@ model01.build.board=AVR_MODEL01 model01.build.core=arduino:arduino model01.build.variant=model01 # TODO - the hardware spec / hardware duplication here makes Jesse unhappy. he would not like to see it live here long-term -model01.build.extra_flags={build.usb_flags} '-DKALEIDOSCOPE_HARDWARE_H="Kaleidoscope-Hardware-Model01.h"' '-DKALEIDOSCOPE_HARDWARE_SPEC_H="kaleidoscope/hardware/keyboardio/Model01_Spec.h"' +model01.build.extra_flags={build.usb_flags} '-DKALEIDOSCOPE_HARDWARE_H="Kaleidoscope-Hardware-Model01.h"'