1
0

Revert "Replaced Kaleidoscope-Model01-TestMode"

This reverts commit ccf992aa09ccc50539523015a91505743fb97116, which was
an incomplete implementation
This commit is contained in:
Jesse Vincent 2019-07-29 20:36:11 -07:00
parent 60d6881243
commit 36e7028be8

View File

@ -64,7 +64,7 @@
#include "Kaleidoscope-Colormap.h" #include "Kaleidoscope-Colormap.h"
// Support for Keyboardio's internal keyboard testing mode // Support for Keyboardio's internal keyboard testing mode
#include "Kaleidoscope-HardwareTestMode.h" #include "Kaleidoscope-Model01-TestMode.h"
// Support for host power management (suspend & wakeup) // Support for host power management (suspend & wakeup)
#include "Kaleidoscope-HostPowerManagement.h" #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 // The hardware test mode, which can be invoked by tapping Prog, LED and the
// left Fn button at the same time. // left Fn button at the same time.
HardwareTestMode, TestMode,
// LEDControl provides support for other LED modes // LEDControl provides support for other LED modes
LEDControl, LEDControl,