]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/mitosis/config.h
Remove more commented out MCUs
[qmk_firmware.git] / keyboards / mitosis / config.h
index 5cfd2e4b122ef5ccffc3b9ec343c38dc09f4c8ed..f2220278eca72deeb967d1c35be2dc057aa3ec0b 100644 (file)
@@ -41,12 +41,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 #define ONESHOT_TIMEOUT 500
 
-
-/* key combination for command */
-#define IS_COMMAND() ( \
-    keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
-)
-
 /*
  * Feature disable options
  *  These options are also useful to firmware size reduction.