From 417abd269770300e44c2159a9390d1aca4f2e22d Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 21 Jul 2022 14:10:07 -0700 Subject: [PATCH] Removed extra code --- keyboards/betalupi_ergodox/config.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/keyboards/betalupi_ergodox/config.h b/keyboards/betalupi_ergodox/config.h index 7089898..eb3c99c 100644 --- a/keyboards/betalupi_ergodox/config.h +++ b/keyboards/betalupi_ergodox/config.h @@ -126,15 +126,6 @@ // turn off effects when suspended #define RGB_DISABLE_WHEN_USB_SUSPENDED true - - -// Misc -/* key combination for command */ -#define IS_COMMAND() ( \ - get_mods() == (MOD_BIT(KC_LCTL) | MOD_BIT(KC_RCTL)) || \ - get_mods() == (MOD_BIT(KC_LSFT) | MOD_BIT(KC_RSFT)) \ -) - // Not sure what this does. // ZSA says: "fixes space cadet rollover issue" #define DISABLE_SPACE_CADET_ROLLOVER