From 36e7028be8dbe5c977a137d0cb0fab0163013a7d Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 29 Jul 2019 20:36:11 -0700 Subject: Revert "Replaced Kaleidoscope-Model01-TestMode" This reverts commit ccf992aa09ccc50539523015a91505743fb97116, which was an incomplete implementation --- Model01-Firmware.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Model01-Firmware.ino b/Model01-Firmware.ino index 7215de6..17c99e9 100644 --- a/Model01-Firmware.ino +++ b/Model01-Firmware.ino @@ -64,7 +64,7 @@ #include "Kaleidoscope-Colormap.h" // Support for Keyboardio's internal keyboard testing mode -#include "Kaleidoscope-HardwareTestMode.h" +#include "Kaleidoscope-Model01-TestMode.h" // Support for host power management (suspend & wakeup) #include "Kaleidoscope-HostPowerManagement.h" @@ -426,7 +426,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. - HardwareTestMode, + TestMode, // LEDControl provides support for other LED modes LEDControl, -- cgit v1.2.3