1
0

Merge pull request #85 from CapeLeidokos/pr_virtual_build_fix

Replaced Kaleidoscope-Model01-TestMode
This commit is contained in:
Jesse Vincent 2019-06-10 15:02:28 -07:00 committed by GitHub
commit c41e95179c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,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-Model01-TestMode.h" #include "Kaleidoscope-HardwareTestMode.h"
// Support for host power management (suspend & wakeup) // Support for host power management (suspend & wakeup)
#include "Kaleidoscope-HostPowerManagement.h" #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 // 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.
TestMode, HardwareTestMode,
// LEDControl provides support for other LED modes // LEDControl provides support for other LED modes
LEDControl, LEDControl,