]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/maxipad/config.h
Update keymap.c (#5136)
[qmk_firmware.git] / keyboards / maxipad / config.h
index d7a5ef5646a546917aeb73e6446c275ecb92f0ad..1acd232c99ec9da3bc6bbb1e5af201f067178a76 100644 (file)
@@ -51,7 +51,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
        //#define MATRIX_COL_PINS { F6, C6, D7, F5, B4, B5 }
        //#define UNUSED_PINS
 
-
 /* COL2ROW or ROW2COL */
 #define DIODE_DIRECTION COL2ROW
 
@@ -69,11 +68,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.