diff options
Diffstat (limited to 'keyboards/bminiex')
-rw-r--r-- | keyboards/bminiex/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/bminiex/config.h b/keyboards/bminiex/config.h index 3f160109e3..ebd33ad61e 100644 --- a/keyboards/bminiex/config.h +++ b/keyboards/bminiex/config.h @@ -35,7 +35,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define BACKLIGHT_LEVELS 5 #define NO_UART 1 - -/* key combination for command */ -#define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT))) - |