From ccf992aa09ccc50539523015a91505743fb97116 Mon Sep 17 00:00:00 2001 From: Florian Fleissner Date: Thu, 6 Jun 2019 16:41:33 +0200 Subject: Replaced Kaleidoscope-Model01-TestMode ... with the more general Kaleidoscope-HardwareTestMode. By this means, the stock firmware can be build with the virtual hardware. Signed-off-by: Florian Fleissner --- Model01-Firmware.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Model01-Firmware.ino b/Model01-Firmware.ino index 6a008e1..6a0ca21 100644 --- a/Model01-Firmware.ino +++ b/Model01-Firmware.ino @@ -61,7 +61,7 @@ #include "Kaleidoscope-Colormap.h" // Support for Keyboardio's internal keyboard testing mode -#include "Kaleidoscope-Model01-TestMode.h" +#include "Kaleidoscope-HardwareTestMode.h" // Support for host power management (suspend & wakeup) #include "Kaleidoscope-HostPowerManagement.h" @@ -423,7 +423,7 @@ KALEIDOSCOPE_INIT_PLUGINS( // The hardware test mode, which can be invoked by tapping Prog, LED and the // left Fn button at the same time. - TestMode, + HardwareTestMode, // LEDControl provides support for other LED modes LEDControl, -- cgit v1.2.3