]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/subatomic/config.h
[Keyboard] Adds support for BM16S keyboard (#5659)
[qmk_firmware.git] / keyboards / subatomic / config.h
index 592434aabb0c29208c85ef26182955841c8a5240..d4ace70d832388c8b48286a94d00c7cfcbfed4be 100644 (file)
@@ -59,11 +59,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 /* Locking resynchronize hack */
 #define LOCKING_RESYNC_ENABLE
 
-/* 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.