summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Model01-Firmware.ino4
1 files 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,