From d392c641fced7bb5ac98010be40093da164083b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20=C3=98yvind=20Laderud?= Date: Wed, 27 Mar 2019 16:40:05 +0100 Subject: remove unused enum MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hans Øyvind Laderud --- Model01-Firmware.ino | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Model01-Firmware.ino b/Model01-Firmware.ino index 124be72..6a008e1 100644 --- a/Model01-Firmware.ino +++ b/Model01-Firmware.ino @@ -379,19 +379,6 @@ void hostPowerManagementEventHandler(kaleidoscope::plugin::HostPowerManagement:: toggleLedsOnSuspendResume(event); } -/** This 'enum' is a list of all the magic combos used by the Model 01's - * firmware The names aren't particularly important. What is important is that - * each is unique. - * - * These are the names of your magic combos. They will be used by the - * `USE_MAGIC_COMBOS` call below. - */ -enum { - // Toggle between Boot (6-key rollover; for BIOSes and early boot) and NKRO - // mode. - COMBO_TOGGLE_NKRO_MODE -}; - /** A tiny wrapper, to be used by MagicCombo. * This simply toggles the keyboard protocol via USBQuirks, and wraps it within * a function with an unused argument, to match what MagicCombo expects. -- cgit v1.2.3