diff options
author | Konstantin Đorđević <vomindoraan@gmail.com> | 2021-09-19 20:47:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-19 11:47:40 -0700 |
commit | 4348e2ffc11533a384d0eea452c954e57fe7e44c (patch) | |
tree | 4e90b052f194f5b377c287bd71a62af973a44ef6 /keyboards/evyd13 | |
parent | e83fb69ae8a579648a6a73e00399d3d144e51f88 (diff) | |
download | qmk_firmware-4348e2ffc11533a384d0eea452c954e57fe7e44c.tar.gz qmk_firmware-4348e2ffc11533a384d0eea452c954e57fe7e44c.zip |
[Keymap] Updates to existing keymaps and userspace (#14503)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/evyd13')
-rw-r--r-- | keyboards/evyd13/wasdat/keymaps/konstantin/config.h | 2 | ||||
-rw-r--r-- | keyboards/evyd13/wasdat/keymaps/konstantin/rules.mk | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/evyd13/wasdat/keymaps/konstantin/config.h b/keyboards/evyd13/wasdat/keymaps/konstantin/config.h index 1d12c7db3..3c2583e2d 100644 --- a/keyboards/evyd13/wasdat/keymaps/konstantin/config.h +++ b/keyboards/evyd13/wasdat/keymaps/konstantin/config.h | |||
@@ -1,6 +1,4 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | 2 | ||
3 | #define DYNAMIC_KEYMAP_LAYER_COUNT 3 | ||
4 | |||
5 | #define LAYER_FN | 3 | #define LAYER_FN |
6 | #define LAYER_NUMPAD | 4 | #define LAYER_NUMPAD |
diff --git a/keyboards/evyd13/wasdat/keymaps/konstantin/rules.mk b/keyboards/evyd13/wasdat/keymaps/konstantin/rules.mk index 2ae41e942..f73ad286a 100644 --- a/keyboards/evyd13/wasdat/keymaps/konstantin/rules.mk +++ b/keyboards/evyd13/wasdat/keymaps/konstantin/rules.mk | |||
@@ -1,5 +1,5 @@ | |||
1 | # Generic features | 1 | # Generic features |
2 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 2 | BOOTMAGIC_ENABLE = yes |
3 | COMMAND_ENABLE = yes | 3 | COMMAND_ENABLE = yes |
4 | CONSOLE_ENABLE = yes | 4 | CONSOLE_ENABLE = yes |
5 | EXTRAKEY_ENABLE = yes | 5 | EXTRAKEY_ENABLE = yes |