Skip to content

Commit

Permalink
Merge pull request #83 from afreakk/unused
Browse files Browse the repository at this point in the history
remove unused enum
  • Loading branch information
obra authored Mar 27, 2019
2 parents 5b48f32 + d392c64 commit 5c77a37
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Model01-Firmware.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5c77a37

Please sign in to comment.