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