summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Fleissner <florian.fleissner@inpartik.de>2019-06-06 16:41:33 +0200
committerFlorian Fleissner <florian.fleissner@inpartik.de>2019-06-06 16:41:33 +0200
commitccf992aa09ccc50539523015a91505743fb97116 (patch)
treed0c980d51373736cc0037a47729eef5e044ab3f3
parent5c77a3731e7dcb2336a0257b467d6e4f1466e24b (diff)
downloadmodel01-firmware-ccf992aa09ccc50539523015a91505743fb97116.tar.gz
model01-firmware-ccf992aa09ccc50539523015a91505743fb97116.tar.bz2
model01-firmware-ccf992aa09ccc50539523015a91505743fb97116.zip
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 <florian.fleissner@inpartik.de>
-rw-r--r--Model01-Firmware.ino4
1 files 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,