]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/ckeys/obelus/config.h
Adds a default value for IS_COMMAND for COMMAND feature (#4301)
[qmk_firmware.git] / keyboards / ckeys / obelus / config.h
index a1451c1420e7186d754d360d343d1dbb8b4541d6..4ef308819acabe1a2a410de03840645097059ce4 100644 (file)
@@ -53,7 +53,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 // #define BACKLIGHT_BREATHING
 #define BACKLIGHT_LEVELS 3
 
-
 /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
 #define DEBOUNCING_DELAY 5
 
@@ -100,11 +99,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
-/* key combination for magic key command */
-#define IS_COMMAND() ( \
-    keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
-)
-
 /* control how magic key switches layers */
 //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS  true
 //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS  true