From 880c009f2c97cc750754542c8dbb3882c93cdf9b Mon Sep 17 00:00:00 2001 From: dakkar Date: Sun, 10 Feb 2019 11:01:51 +0000 Subject: remove plugins I'm replacing --- Model01-Firmware.ino | 14 -------------- 1 file changed, 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 -- cgit v1.2.3