]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/mitosis/config.h
Configure Vagrant to use qmk_base_container (#6194)
[qmk_firmware.git] / keyboards / mitosis / config.h
index 6101ee12379f95e1be346d39e57fae413c399779..f2220278eca72deeb967d1c35be2dc057aa3ec0b 100644 (file)
@@ -41,19 +41,11 @@ 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.
  */
 
-#define PREVENT_STUCK_MODIFIERS
-
 /* disable debug print */
 //#define NO_DEBUG