1
0

remove unused enum

Signed-off-by: Hans Øyvind Laderud <hans@dx.no>
This commit is contained in:
Hans Øyvind Laderud 2019-03-27 16:40:05 +01:00
parent 5b48f32b1c
commit d392c641fc

View File

@ -379,19 +379,6 @@ void hostPowerManagementEventHandler(kaleidoscope::plugin::HostPowerManagement::
toggleLedsOnSuspendResume(event); 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. /** A tiny wrapper, to be used by MagicCombo.
* This simply toggles the keyboard protocol via USBQuirks, and wraps it within * This simply toggles the keyboard protocol via USBQuirks, and wraps it within
* a function with an unused argument, to match what MagicCombo expects. * a function with an unused argument, to match what MagicCombo expects.