Skip to content

Commit 5c77a37

Browse files
authored
Merge pull request #83 from afreakk/unused
remove unused enum
2 parents 5b48f32 + d392c64 commit 5c77a37

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

Model01-Firmware.ino

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -379,19 +379,6 @@ void hostPowerManagementEventHandler(kaleidoscope::plugin::HostPowerManagement::
379379
toggleLedsOnSuspendResume(event);
380380
}
381381

382-
/** This 'enum' is a list of all the magic combos used by the Model 01's
383-
* firmware The names aren't particularly important. What is important is that
384-
* each is unique.
385-
*
386-
* These are the names of your magic combos. They will be used by the
387-
* `USE_MAGIC_COMBOS` call below.
388-
*/
389-
enum {
390-
// Toggle between Boot (6-key rollover; for BIOSes and early boot) and NKRO
391-
// mode.
392-
COMBO_TOGGLE_NKRO_MODE
393-
};
394-
395382
/** A tiny wrapper, to be used by MagicCombo.
396383
* This simply toggles the keyboard protocol via USBQuirks, and wraps it within
397384
* a function with an unused argument, to match what MagicCombo expects.

0 commit comments

Comments
 (0)