From 3d9d915ff6bbb52669b94a1f945db36ab77f7c4a Mon Sep 17 00:00:00 2001 From: HASU <18438880@qq.com> Date: Sun, 16 Aug 2020 22:05:05 +0800 Subject: [PATCH 1/3] Update rules.mk --- keyboards/latinpad/rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/latinpad/rules.mk b/keyboards/latinpad/rules.mk index 47208aec2e94..8d948b706ade 100644 --- a/keyboards/latinpad/rules.mk +++ b/keyboards/latinpad/rules.mk @@ -13,7 +13,7 @@ BOOTLOADER = caterina # Build Options # change yes to no to disable -BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration MOUSEKEY_ENABLE = no # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = no # Console for debug From 90eab9db2f04468272a8ef906419f77365d5ac71 Mon Sep 17 00:00:00 2001 From: HASU <18438880@qq.com> Date: Sun, 16 Aug 2020 22:06:02 +0800 Subject: [PATCH 2/3] Update config.h --- keyboards/latinpad/config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/keyboards/latinpad/config.h b/keyboards/latinpad/config.h index 2b7698d4ce8e..d80c28aac328 100644 --- a/keyboards/latinpad/config.h +++ b/keyboards/latinpad/config.h @@ -57,3 +57,6 @@ along with this program. If not, see .*/ #define ENCODERS_PAD_B { B2, B6 } #define ENCODER_RESOLUTION 4 +/* Bootmagic Lite key configuration */ +#define BOOTMAGIC_LITE_ROW 0 +#define BOOTMAGIC_LITE_COLUMN 0 From 14eeee71e8e513edefebeef216c79df44af87e37 Mon Sep 17 00:00:00 2001 From: HASU <18438880@qq.com> Date: Mon, 17 Aug 2020 07:36:38 +0800 Subject: [PATCH 3/3] Update keyboards/latinpad/config.h Co-authored-by: Joel Challis --- keyboards/latinpad/config.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/keyboards/latinpad/config.h b/keyboards/latinpad/config.h index d80c28aac328..2b7698d4ce8e 100644 --- a/keyboards/latinpad/config.h +++ b/keyboards/latinpad/config.h @@ -57,6 +57,3 @@ along with this program. If not, see .*/ #define ENCODERS_PAD_B { B2, B6 } #define ENCODER_RESOLUTION 4 -/* Bootmagic Lite key configuration */ -#define BOOTMAGIC_LITE_ROW 0 -#define BOOTMAGIC_LITE_COLUMN 0