From e9fdf50f5625cd8a8c4cb4105655552a662a91bd Mon Sep 17 00:00:00 2001 From: tmk Date: Mon, 27 Nov 2023 02:46:23 +0900 Subject: [PATCH] gh60: Disable bootmagic --- keyboard/gh60/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboard/gh60/Makefile b/keyboard/gh60/Makefile index b0e7a30e..c6237d57 100644 --- a/keyboard/gh60/Makefile +++ b/keyboard/gh60/Makefile @@ -113,7 +113,7 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 # Build Options # comment out to disable the options. # -BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) +#BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) MOUSEKEY_ENABLE = yes # Mouse keys(+4700) EXTRAKEY_ENABLE = yes # Audio control and System control(+450) CONSOLE_ENABLE = yes # Console for debug(+400)