From eb32093dc68cf8d0a4170995352374e80d7c16f6 Mon Sep 17 00:00:00 2001 From: Ilya Zhuravlev Date: Sat, 20 Apr 2024 21:25:10 -0600 Subject: [PATCH] fix default keymaps --- keyboards/beekeeb/piantor/estardyn/config.h | 2 +- keyboards/kbdfans/d45/v1/info.json | 4 +--- keyboards/mechwild/mokulua/mirrored/rules.mk | 2 +- keyboards/mechwild/mokulua/standard/rules.mk | 2 +- keyboards/vertex/angler2/rules.mk | 4 ++-- 5 files changed, 6 insertions(+), 8 deletions(-) diff --git a/keyboards/beekeeb/piantor/estardyn/config.h b/keyboards/beekeeb/piantor/estardyn/config.h index 10b9d99344..75cd236e26 100644 --- a/keyboards/beekeeb/piantor/estardyn/config.h +++ b/keyboards/beekeeb/piantor/estardyn/config.h @@ -1,5 +1,5 @@ #define WS2812_DI_PIN GP23 -#define RGBLED_NUM 2 +#define RGBLIGHT_LED_COUNT 2 #define RGBLED_SPLIT { 1, 1 } #define RGBLIGHT_LAYERS diff --git a/keyboards/kbdfans/d45/v1/info.json b/keyboards/kbdfans/d45/v1/info.json index bf2dab87d9..f26193e581 100644 --- a/keyboards/kbdfans/d45/v1/info.json +++ b/keyboards/kbdfans/d45/v1/info.json @@ -14,7 +14,6 @@ "command": false, "console": false, "extrakey": true, - "lto": true, "mousekey": true, "nkro": false, "rgb_matrix": false, @@ -31,7 +30,6 @@ "command": false, "console": false, "extrakey": true, - "lto": true, "mousekey": true, "nkro": false, "rgb_matrix": false, @@ -58,7 +56,7 @@ "processor_type": "avr", "protocol": "LUFA", "rgb_matrix": { - "driver": "WS2812" + "driver": "ws2812" }, "rgblight": { "animations": { diff --git a/keyboards/mechwild/mokulua/mirrored/rules.mk b/keyboards/mechwild/mokulua/mirrored/rules.mk index 875d431168..c35a5b5b27 100644 --- a/keyboards/mechwild/mokulua/mirrored/rules.mk +++ b/keyboards/mechwild/mokulua/mirrored/rules.mk @@ -3,7 +3,7 @@ # BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite MOUSEKEY_ENABLE = yes # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control +EXTRAKEY_ENABLE = no # Audio control and System control CONSOLE_ENABLE = no # Console for debug COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = no # Enable N-Key Rollover diff --git a/keyboards/mechwild/mokulua/standard/rules.mk b/keyboards/mechwild/mokulua/standard/rules.mk index 875d431168..c35a5b5b27 100644 --- a/keyboards/mechwild/mokulua/standard/rules.mk +++ b/keyboards/mechwild/mokulua/standard/rules.mk @@ -3,7 +3,7 @@ # BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite MOUSEKEY_ENABLE = yes # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control +EXTRAKEY_ENABLE = no # Audio control and System control CONSOLE_ENABLE = no # Console for debug COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = no # Enable N-Key Rollover diff --git a/keyboards/vertex/angler2/rules.mk b/keyboards/vertex/angler2/rules.mk index b5cde0eb87..b96c8ddbec 100644 --- a/keyboards/vertex/angler2/rules.mk +++ b/keyboards/vertex/angler2/rules.mk @@ -4,8 +4,8 @@ BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = yes # Console for debug -COMMAND_ENABLE = yes # Commands for debug and configuration +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = no # Enable N-Key Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow