]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/telophase/config.h
Remove more commented out MCUs
[qmk_firmware.git] / keyboards / telophase / config.h
index 09655c0258e5ba342e949dc3ce5f758529f5e681..473949ee1e8386b09e297a6e9711ce312b4cbd1c 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