diff options
Diffstat (limited to 'keyboards/bminiex/config.h')
-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 3f160109e..ebd33ad61 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/>. | |||
35 | #define BACKLIGHT_LEVELS 5 | 35 | #define BACKLIGHT_LEVELS 5 |
36 | 36 | ||
37 | #define NO_UART 1 | 37 | #define NO_UART 1 |
38 | |||
39 | /* key combination for command */ | ||
40 | #define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT))) | ||
41 | |||