diff options
Diffstat (limited to 'keyboards/mitosis/config.h')
-rw-r--r-- | keyboards/mitosis/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/mitosis/config.h b/keyboards/mitosis/config.h index 5cfd2e4b12..f2220278ec 100644 --- a/keyboards/mitosis/config.h +++ b/keyboards/mitosis/config.h @@ -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. |