]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/chimera_ortho/config.h
[Keyboard] fixed pins for numpad_5x4 layout (#6311)
[qmk_firmware.git] / keyboards / chimera_ortho / config.h
index 4bf85eb88f3bc4bcfd7c6ee9383e78362860d0d1..1282008e2c7c9d4e2b4a3889e76954106efb9ce2 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.