From 9f558785f5a6294412c1946b06279463b12faac0 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 6 Apr 2022 14:29:33 +0200 Subject: [PATCH] Remove unused code --- keymap.ino | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/keymap.ino b/keymap.ino index 2b9d0b3..5b98f6c 100644 --- a/keymap.ino +++ b/keymap.ino @@ -253,21 +253,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, - // Enter test mode - COMBO_ENTER_TEST_MODE -}; - // First, tell Kaleidoscope which plugins you want to use. // The order can be important. For example, LED effects are // added in the order they're listed here.