Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to existing keymaps and userspace #14503

Merged
merged 16 commits into from
Sep 19, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Enable Bootmagic Lite, VIA and Console on all keyboards that allow it
  • Loading branch information
vomindoraan committed Sep 18, 2021
commit b7f45b6e10d63fdf37d65138e5796a626d95d517
2 changes: 2 additions & 0 deletions keyboards/dz60/keymaps/konstantin_b/config.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#pragma once

#define DYNAMIC_KEYMAP_LAYER_COUNT 3

#define LAYER_FN
3 changes: 2 additions & 1 deletion keyboards/dz60/keymaps/konstantin_b/rules.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
USER_NAME := konstantin

# Generic features
BOOTMAGIC_ENABLE = no
BOOTMAGIC_ENABLE = lite
vomindoraan marked this conversation as resolved.
Show resolved Hide resolved
COMMAND_ENABLE = yes
CONSOLE_ENABLE = yes
EXTRAKEY_ENABLE = yes
Expand All @@ -13,6 +13,7 @@ UNICODEMAP_ENABLE = no
# Keyboard-specific features
BACKLIGHT_ENABLE = no
RGBLIGHT_ENABLE = no
VIA_ENABLE = yes

# Firmware size reduction
GRAVE_ESC_ENABLE = no
Expand Down
2 changes: 1 addition & 1 deletion keyboards/kbdfans/kbd6x/keymaps/konstantin/rules.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generic features
BOOTMAGIC_ENABLE = lite
vomindoraan marked this conversation as resolved.
Show resolved Hide resolved
COMMAND_ENABLE = yes
CONSOLE_ENABLE = no
CONSOLE_ENABLE = yes
EXTRAKEY_ENABLE = yes
MOUSEKEY_ENABLE = yes
NKRO_ENABLE = yes
Expand Down
2 changes: 2 additions & 0 deletions keyboards/melody96/keymaps/konstantin/config.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#pragma once

#define DYNAMIC_KEYMAP_LAYER_COUNT 2

#define LAYER_FN
3 changes: 2 additions & 1 deletion keyboards/melody96/keymaps/konstantin/rules.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Generic features
BOOTMAGIC_ENABLE = no
BOOTMAGIC_ENABLE = lite
vomindoraan marked this conversation as resolved.
Show resolved Hide resolved
COMMAND_ENABLE = yes
CONSOLE_ENABLE = yes
EXTRAKEY_ENABLE = yes
Expand All @@ -11,6 +11,7 @@ UNICODEMAP_ENABLE = yes
# Keyboard-specific features
BACKLIGHT_ENABLE = no
RGBLIGHT_ENABLE = yes
VIA_ENABLE = yes

# Firmware size reduction
GRAVE_ESC_ENABLE = no
Expand Down
2 changes: 1 addition & 1 deletion keyboards/whitefox/keymaps/konstantin/rules.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Generic features
BOOTMAGIC_ENABLE = no
BOOTMAGIC_ENABLE = lite
vomindoraan marked this conversation as resolved.
Show resolved Hide resolved
COMMAND_ENABLE = yes
CONSOLE_ENABLE = yes
EXTRAKEY_ENABLE = yes
Expand Down