diff options
author | fauxpark <fauxpark@gmail.com> | 2021-09-20 16:58:29 +1000 |
---|---|---|
committer | fauxpark <fauxpark@gmail.com> | 2021-09-20 16:58:29 +1000 |
commit | c38a7308054f2072d234ee0d44d3bea9f809a63d (patch) | |
tree | f84f46444812526c63c3892ca1783834e91599d9 /keyboards/evyd13 | |
parent | 28b8b578b055bf76b28f47f9fd02db351cacfa09 (diff) | |
parent | 574b6734afb6ec7073f6fb816dd454f03b7eb26f (diff) | |
download | qmk_firmware-c38a7308054f2072d234ee0d44d3bea9f809a63d.tar.gz qmk_firmware-c38a7308054f2072d234ee0d44d3bea9f809a63d.zip |
Merge remote-tracking branch 'upstream/master' into develop
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 |