]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/chimera_ls/config.h
Remove more commented out MCUs
[qmk_firmware.git] / keyboards / chimera_ls / config.h
index 254dad30645d5bbe33be0fe0cfd26d510fdb9133..d7a21892a4c6b3e12dee293dba4617b12c687147 100644 (file)
@@ -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.