]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/touchpad/config.h
Update keymap.c (#5136)
[qmk_firmware.git] / keyboards / touchpad / config.h
index 8d34daae12941c892705f3e56b58ab0f572f4567..8e93c9427f3913c7993a303b727e7cbf059da6ab 100644 (file)
@@ -46,11 +46,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.