aboutsummaryrefslogtreecommitdiff
path: root/Model01-Firmware.ino
diff options
context:
space:
mode:
Diffstat (limited to 'Model01-Firmware.ino')
-rw-r--r--Model01-Firmware.ino14
1 files changed, 0 insertions, 14 deletions
diff --git a/Model01-Firmware.ino b/Model01-Firmware.ino
index b74c498..21efc71 100644
--- a/Model01-Firmware.ino
+++ b/Model01-Firmware.ino
@@ -32,16 +32,10 @@
// Support for controlling the keyboard's LEDs
#include "Kaleidoscope-LEDControl.h"
-// Support for "Numpad" mode, which is mostly just the Numpad specific LED mode
-#include "Kaleidoscope-NumPad.h"
-
// Support for the "Boot greeting" effect, which pulses the 'LED' button for 10s
// when the keyboard is connected to a computer (or that computer is powered on)
#include "Kaleidoscope-LEDEffect-BootGreeting.h"
-// Support for LED modes that set all LEDs to a single color
-#include "Kaleidoscope-LEDEffect-SolidColor.h"
-
// Support for Keyboardio's internal keyboard testing mode
#include "Kaleidoscope-Model01-TestMode.h"
@@ -352,10 +346,6 @@ KALEIDOSCOPE_INIT_PLUGINS(
DakkarColorDark, DakkarColorBright,
- // The numpad plugin is responsible for lighting up the 'numpad' mode
- // with a custom LED effect
- NumPad,
-
// The macros plugin adds support for macros
Macros,
@@ -386,10 +376,6 @@ void setup() {
// First, call Kaleidoscope's internal setup function
Kaleidoscope.setup();
- // While we hope to improve this in the future, the NumPad plugin
- // needs to be explicitly told which keymap layer is your numpad layer
- NumPad.numPadLayer = NUMPAD;
-
DakkarColorDark.activate();
// To make the keymap editable without flashing new firmware, we store