update command setting to the correct default

This commit is contained in:
Jack Humbert 2019-04-01 23:47:34 -04:00
parent 96e6c1fa31
commit 44006889d7

View File

@ -80,11 +80,6 @@
*/
//#define FORCE_NKRO
/* key combination for magic key 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.