]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/dichotomy/config.h
Usbasploader bootloader option addition (#6304)
[qmk_firmware.git] / keyboards / dichotomy / config.h
index f0847ec52ce1d85739aee5a676e7f61f77ba2e06..2fc098fe3438f8ecc53f326ebbd6637b69155104 100755 (executable)
@@ -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.