Skip to content

Commit

Permalink
fix default keymaps
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzz committed Apr 21, 2024
1 parent 17e46fc commit eb32093
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion keyboards/beekeeb/piantor/estardyn/config.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 1 addition & 3 deletions keyboards/kbdfans/d45/v1/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"command": false,
"console": false,
"extrakey": true,
"lto": true,
"mousekey": true,
"nkro": false,
"rgb_matrix": false,
Expand All @@ -31,7 +30,6 @@
"command": false,
"console": false,
"extrakey": true,
"lto": true,
"mousekey": true,
"nkro": false,
"rgb_matrix": false,
Expand All @@ -58,7 +56,7 @@
"processor_type": "avr",
"protocol": "LUFA",
"rgb_matrix": {
"driver": "WS2812"
"driver": "ws2812"
},
"rgblight": {
"animations": {
Expand Down
2 changes: 1 addition & 1 deletion keyboards/mechwild/mokulua/mirrored/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion keyboards/mechwild/mokulua/standard/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions keyboards/vertex/angler2/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb32093

Please sign in to comment.