]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/handwired/xealous/rev1/config.h
[Docs] update feature_rgblight.md: add some figures (#5578)
[qmk_firmware.git] / keyboards / handwired / xealous / rev1 / config.h
index 6fc769b5f21d79f5147dc0dac6633cee079e3342..f58c8f90b83edb3368ad410305e187eb2422b735 100644 (file)
@@ -64,11 +64,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 /* Set 0 if debouncing isn't needed */
 #define DEBOUNCING_DELAY 5
 
-/* 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.