]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/xd60/config.h
Migrate fn_actions for default keymaps (#4935)
[qmk_firmware.git] / keyboards / xd60 / config.h
index 4bbaec882d4d52eb8234689704a3f8a31f2cb4c3..6c447b89ff48347295a95e3c411e3ac2139f29b6 100644 (file)
@@ -71,9 +71,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
 /* Locking resynchronize hack */
 #define LOCKING_RESYNC_ENABLE
 
-/* key combination for magic key command */
-#define IS_COMMAND() ( \
-  keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
-)
-
 #endif