diff options
| -rw-r--r-- | keyboards/doro67/multi/keymaps/konstantin/config.h | 2 | ||||
| -rw-r--r-- | keyboards/doro67/multi/keymaps/konstantin/rules.mk | 15 | ||||
| -rw-r--r-- | keyboards/kbdfans/kbd6x/keymaps/konstantin/config.h | 2 | ||||
| -rw-r--r-- | keyboards/kbdfans/kbd6x/keymaps/konstantin/keymap.c | 2 | ||||
| -rw-r--r-- | keyboards/kbdfans/kbd6x/keymaps/konstantin/rules.mk | 17 | ||||
| -rw-r--r-- | keyboards/maartenwut/wasdat/keymaps/konstantin/config.h | 2 | ||||
| -rw-r--r-- | keyboards/maartenwut/wasdat/keymaps/konstantin/rules.mk | 14 | ||||
| -rw-r--r-- | keyboards/melody96/keymaps/konstantin/rules.mk | 16 | ||||
| -rw-r--r-- | keyboards/whitefox/keymaps/konstantin/rules.mk | 12 | ||||
| -rw-r--r-- | users/konstantin/config.h | 16 | ||||
| -rw-r--r-- | users/konstantin/konstantin.h | 2 | ||||
| -rw-r--r-- | users/konstantin/rules.mk | 4 |
12 files changed, 75 insertions, 29 deletions
diff --git a/keyboards/doro67/multi/keymaps/konstantin/config.h b/keyboards/doro67/multi/keymaps/konstantin/config.h index 3c2583e2d..1d12c7db3 100644 --- a/keyboards/doro67/multi/keymaps/konstantin/config.h +++ b/keyboards/doro67/multi/keymaps/konstantin/config.h | |||
| @@ -1,4 +1,6 @@ | |||
| 1 | #pragma once | 1 | #pragma once |
| 2 | 2 | ||
| 3 | #define DYNAMIC_KEYMAP_LAYER_COUNT 3 | ||
| 4 | |||
| 3 | #define LAYER_FN | 5 | #define LAYER_FN |
| 4 | #define LAYER_NUMPAD | 6 | #define LAYER_NUMPAD |
diff --git a/keyboards/doro67/multi/keymaps/konstantin/rules.mk b/keyboards/doro67/multi/keymaps/konstantin/rules.mk index c3a73fd84..50c3f77dd 100644 --- a/keyboards/doro67/multi/keymaps/konstantin/rules.mk +++ b/keyboards/doro67/multi/keymaps/konstantin/rules.mk | |||
| @@ -1,11 +1,18 @@ | |||
| 1 | BACKLIGHT_ENABLE = no | 1 | # Generic features |
| 2 | BOOTMAGIC_ENABLE = no | 2 | BOOTMAGIC_ENABLE = lite |
| 3 | COMMAND_ENABLE = yes | 3 | COMMAND_ENABLE = yes |
| 4 | CONSOLE_ENABLE = yes | 4 | CONSOLE_ENABLE = yes |
| 5 | EXTRAKEY_ENABLE = yes | 5 | EXTRAKEY_ENABLE = yes |
| 6 | GRAVE_ESC_ENABLE = no | ||
| 7 | MOUSEKEY_ENABLE = yes | 6 | MOUSEKEY_ENABLE = yes |
| 8 | NKRO_ENABLE = yes | 7 | NKRO_ENABLE = yes |
| 9 | SPACE_CADET_ENABLE = no | ||
| 10 | TAP_DANCE_ENABLE = yes | 8 | TAP_DANCE_ENABLE = yes |
| 11 | UNICODEMAP_ENABLE = yes | 9 | UNICODEMAP_ENABLE = yes |
| 10 | |||
| 11 | # Keyboard-specific features | ||
| 12 | BACKLIGHT_ENABLE = no | ||
| 13 | VIA_ENABLE = yes | ||
| 14 | |||
| 15 | # Firmware size reduction | ||
| 16 | GRAVE_ESC_ENABLE = no | ||
| 17 | MAGIC_ENABLE = no | ||
| 18 | SPACE_CADET_ENABLE = no | ||
diff --git a/keyboards/kbdfans/kbd6x/keymaps/konstantin/config.h b/keyboards/kbdfans/kbd6x/keymaps/konstantin/config.h index 4b511eb84..37f4e42c7 100644 --- a/keyboards/kbdfans/kbd6x/keymaps/konstantin/config.h +++ b/keyboards/kbdfans/kbd6x/keymaps/konstantin/config.h | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | #pragma once | 1 | #pragma once |
| 2 | 2 | ||
| 3 | #define DYNAMIC_KEYMAP_LAYER_COUNT 3 | ||
| 4 | |||
| 3 | #define LAYER_FN | 5 | #define LAYER_FN |
diff --git a/keyboards/kbdfans/kbd6x/keymaps/konstantin/keymap.c b/keyboards/kbdfans/kbd6x/keymaps/konstantin/keymap.c index 46cc0a113..304234a3f 100644 --- a/keyboards/kbdfans/kbd6x/keymaps/konstantin/keymap.c +++ b/keyboards/kbdfans/kbd6x/keymaps/konstantin/keymap.c | |||
| @@ -6,7 +6,7 @@ enum keycodes_keymap { | |||
| 6 | }; | 6 | }; |
| 7 | 7 | ||
| 8 | enum layers_keymap { | 8 | enum layers_keymap { |
| 9 | L_RCTRL = L_RANGE_KEYMAP, | 9 | L_RCTRL = LAYERS_KEYMAP, |
| 10 | }; | 10 | }; |
| 11 | 11 | ||
| 12 | void eeconfig_init_keymap(void) { | 12 | void eeconfig_init_keymap(void) { |
diff --git a/keyboards/kbdfans/kbd6x/keymaps/konstantin/rules.mk b/keyboards/kbdfans/kbd6x/keymaps/konstantin/rules.mk index c75488af6..e2f34468a 100644 --- a/keyboards/kbdfans/kbd6x/keymaps/konstantin/rules.mk +++ b/keyboards/kbdfans/kbd6x/keymaps/konstantin/rules.mk | |||
| @@ -1,12 +1,19 @@ | |||
| 1 | BACKLIGHT_ENABLE = no | 1 | # Generic features |
| 2 | BOOTMAGIC_ENABLE = no | 2 | BOOTMAGIC_ENABLE = lite |
| 3 | COMMAND_ENABLE = yes | 3 | COMMAND_ENABLE = yes |
| 4 | CONSOLE_ENABLE = no | 4 | CONSOLE_ENABLE = no |
| 5 | EXTRAKEY_ENABLE = yes | 5 | EXTRAKEY_ENABLE = yes |
| 6 | GRAVE_ESC_ENABLE = no | ||
| 7 | MOUSEKEY_ENABLE = yes | 6 | MOUSEKEY_ENABLE = yes |
| 8 | NKRO_ENABLE = yes | 7 | NKRO_ENABLE = yes |
| 9 | RGBLIGHT_ENABLE = yes | ||
| 10 | SPACE_CADET_ENABLE = no | ||
| 11 | TAP_DANCE_ENABLE = yes | 8 | TAP_DANCE_ENABLE = yes |
| 12 | UNICODEMAP_ENABLE = no | 9 | UNICODEMAP_ENABLE = no |
| 10 | |||
| 11 | # Keyboard-specific features | ||
| 12 | BACKLIGHT_ENABLE = no | ||
| 13 | RGBLIGHT_ENABLE = yes | ||
| 14 | VIA_ENABLE = yes | ||
| 15 | |||
| 16 | # Firmware size reduction | ||
| 17 | GRAVE_ESC_ENABLE = no | ||
| 18 | MAGIC_ENABLE = no | ||
| 19 | SPACE_CADET_ENABLE = no | ||
diff --git a/keyboards/maartenwut/wasdat/keymaps/konstantin/config.h b/keyboards/maartenwut/wasdat/keymaps/konstantin/config.h index 3c2583e2d..1d12c7db3 100644 --- a/keyboards/maartenwut/wasdat/keymaps/konstantin/config.h +++ b/keyboards/maartenwut/wasdat/keymaps/konstantin/config.h | |||
| @@ -1,4 +1,6 @@ | |||
| 1 | #pragma once | 1 | #pragma once |
| 2 | 2 | ||
| 3 | #define DYNAMIC_KEYMAP_LAYER_COUNT 3 | ||
| 4 | |||
| 3 | #define LAYER_FN | 5 | #define LAYER_FN |
| 4 | #define LAYER_NUMPAD | 6 | #define LAYER_NUMPAD |
diff --git a/keyboards/maartenwut/wasdat/keymaps/konstantin/rules.mk b/keyboards/maartenwut/wasdat/keymaps/konstantin/rules.mk index c3a73fd84..f70005d3f 100644 --- a/keyboards/maartenwut/wasdat/keymaps/konstantin/rules.mk +++ b/keyboards/maartenwut/wasdat/keymaps/konstantin/rules.mk | |||
| @@ -1,11 +1,17 @@ | |||
| 1 | BACKLIGHT_ENABLE = no | 1 | # Generic features |
| 2 | BOOTMAGIC_ENABLE = no | 2 | BOOTMAGIC_ENABLE = lite |
| 3 | COMMAND_ENABLE = yes | 3 | COMMAND_ENABLE = yes |
| 4 | CONSOLE_ENABLE = yes | 4 | CONSOLE_ENABLE = yes |
| 5 | EXTRAKEY_ENABLE = yes | 5 | EXTRAKEY_ENABLE = yes |
| 6 | GRAVE_ESC_ENABLE = no | ||
| 7 | MOUSEKEY_ENABLE = yes | 6 | MOUSEKEY_ENABLE = yes |
| 8 | NKRO_ENABLE = yes | 7 | NKRO_ENABLE = yes |
| 9 | SPACE_CADET_ENABLE = no | ||
| 10 | TAP_DANCE_ENABLE = yes | 8 | TAP_DANCE_ENABLE = yes |
| 11 | UNICODEMAP_ENABLE = yes | 9 | UNICODEMAP_ENABLE = yes |
| 10 | |||
| 11 | # Keyboard-specific features | ||
| 12 | VIA_ENABLE = yes | ||
| 13 | |||
| 14 | # Firmware size reduction | ||
| 15 | GRAVE_ESC_ENABLE = no | ||
| 16 | MAGIC_ENABLE = no | ||
| 17 | SPACE_CADET_ENABLE = no | ||
diff --git a/keyboards/melody96/keymaps/konstantin/rules.mk b/keyboards/melody96/keymaps/konstantin/rules.mk index 5b36eef2c..3ef19428a 100644 --- a/keyboards/melody96/keymaps/konstantin/rules.mk +++ b/keyboards/melody96/keymaps/konstantin/rules.mk | |||
| @@ -1,12 +1,18 @@ | |||
| 1 | BACKLIGHT_ENABLE = no | 1 | # Generic features |
| 2 | BOOTMAGIC_ENABLE = no | 2 | BOOTMAGIC_ENABLE = no |
| 3 | COMMAND_ENABLE = yes | 3 | COMMAND_ENABLE = yes |
| 4 | CONSOLE_ENABLE = no | 4 | CONSOLE_ENABLE = yes |
| 5 | EXTRAKEY_ENABLE = yes | 5 | EXTRAKEY_ENABLE = yes |
| 6 | GRAVE_ESC_ENABLE = no | ||
| 7 | MOUSEKEY_ENABLE = yes | 6 | MOUSEKEY_ENABLE = yes |
| 8 | NKRO_ENABLE = yes | 7 | NKRO_ENABLE = yes |
| 9 | RGBLIGHT_ENABLE = yes | ||
| 10 | SPACE_CADET_ENABLE = no | ||
| 11 | TAP_DANCE_ENABLE = yes | 8 | TAP_DANCE_ENABLE = yes |
| 12 | UNICODEMAP_ENABLE = yes | 9 | UNICODEMAP_ENABLE = yes |
| 10 | |||
| 11 | # Keyboard-specific features | ||
| 12 | BACKLIGHT_ENABLE = no | ||
| 13 | RGBLIGHT_ENABLE = yes | ||
| 14 | |||
| 15 | # Firmware size reduction | ||
| 16 | GRAVE_ESC_ENABLE = no | ||
| 17 | MAGIC_ENABLE = no | ||
| 18 | SPACE_CADET_ENABLE = no | ||
diff --git a/keyboards/whitefox/keymaps/konstantin/rules.mk b/keyboards/whitefox/keymaps/konstantin/rules.mk index c39175c97..111c0faba 100644 --- a/keyboards/whitefox/keymaps/konstantin/rules.mk +++ b/keyboards/whitefox/keymaps/konstantin/rules.mk | |||
| @@ -1,12 +1,18 @@ | |||
| 1 | BACKLIGHT_ENABLE = no | 1 | # Generic features |
| 2 | BOOTMAGIC_ENABLE = no | 2 | BOOTMAGIC_ENABLE = no |
| 3 | COMMAND_ENABLE = yes | 3 | COMMAND_ENABLE = yes |
| 4 | CONSOLE_ENABLE = yes | 4 | CONSOLE_ENABLE = yes |
| 5 | EXTRAKEY_ENABLE = yes | 5 | EXTRAKEY_ENABLE = yes |
| 6 | GRAVE_ESC_ENABLE = no | ||
| 7 | MOUSEKEY_ENABLE = yes | 6 | MOUSEKEY_ENABLE = yes |
| 8 | NKRO_ENABLE = yes | 7 | NKRO_ENABLE = yes |
| 9 | SPACE_CADET_ENABLE = no | ||
| 10 | TAP_DANCE_ENABLE = yes | 8 | TAP_DANCE_ENABLE = yes |
| 11 | UNICODEMAP_ENABLE = yes | 9 | UNICODEMAP_ENABLE = yes |
| 10 | |||
| 11 | # Keyboard-specific features | ||
| 12 | BACKLIGHT_ENABLE = no | ||
| 12 | VISUALIZER_ENABLE = no | 13 | VISUALIZER_ENABLE = no |
| 14 | |||
| 15 | # Firmware size reduction | ||
| 16 | GRAVE_ESC_ENABLE = no | ||
| 17 | MAGIC_ENABLE = no | ||
| 18 | SPACE_CADET_ENABLE = no | ||
diff --git a/users/konstantin/config.h b/users/konstantin/config.h index dcea9be27..2629cdd57 100644 --- a/users/konstantin/config.h +++ b/users/konstantin/config.h | |||
| @@ -1,7 +1,10 @@ | |||
| 1 | #pragma once | 1 | #pragma once |
| 2 | 2 | ||
| 3 | // Keyboard reports | ||
| 3 | #define FORCE_NKRO | 4 | #define FORCE_NKRO |
| 5 | #define USB_POLLING_INTERVAL_MS 1 | ||
| 4 | 6 | ||
| 7 | // Mouse keys | ||
| 5 | #define MOUSEKEY_DELAY 0 | 8 | #define MOUSEKEY_DELAY 0 |
| 6 | #define MOUSEKEY_INTERVAL 10 | 9 | #define MOUSEKEY_INTERVAL 10 |
| 7 | #define MOUSEKEY_MAX_SPEED 4 | 10 | #define MOUSEKEY_MAX_SPEED 4 |
| @@ -11,22 +14,25 @@ | |||
| 11 | #define MOUSEKEY_WHEEL_MAX_SPEED 4 | 14 | #define MOUSEKEY_WHEEL_MAX_SPEED 4 |
| 12 | #define MOUSEKEY_WHEEL_TIME_TO_MAX 50 | 15 | #define MOUSEKEY_WHEEL_TIME_TO_MAX 50 |
| 13 | 16 | ||
| 14 | #define NO_ACTION_FUNCTION | 17 | // RGB lighting |
| 15 | #define NO_ACTION_MACRO | ||
| 16 | #define NO_ACTION_ONESHOT | ||
| 17 | |||
| 18 | #undef RGBLIGHT_ANIMATIONS | 18 | #undef RGBLIGHT_ANIMATIONS |
| 19 | #define RGBLIGHT_EFFECT_BREATHING | 19 | #define RGBLIGHT_EFFECT_BREATHING |
| 20 | #define RGBLIGHT_EFFECT_RAINBOW_MOOD | 20 | #define RGBLIGHT_EFFECT_RAINBOW_MOOD |
| 21 | #define RGBLIGHT_EFFECT_RAINBOW_SWIRL | 21 | #define RGBLIGHT_EFFECT_RAINBOW_SWIRL |
| 22 | #define RGBLIGHT_EFFECT_SNAKE | 22 | #define RGBLIGHT_EFFECT_SNAKE |
| 23 | 23 | ||
| 24 | // Tapping | ||
| 24 | #define PERMISSIVE_HOLD | 25 | #define PERMISSIVE_HOLD |
| 25 | #define TAPPING_TERM 200 | 26 | #define TAPPING_TERM 200 |
| 26 | #define TAPPING_TOGGLE 3 | 27 | #define TAPPING_TOGGLE 3 |
| 27 | 28 | ||
| 29 | // Unicode | ||
| 28 | #define UNICODE_CYCLE_PERSIST false | 30 | #define UNICODE_CYCLE_PERSIST false |
| 29 | #define UNICODE_SELECTED_MODES UC_WINC, UC_WIN, UC_LNX | 31 | #define UNICODE_SELECTED_MODES UC_WINC, UC_WIN, UC_LNX |
| 30 | #define UNICODE_KEY_WINC KC_RGUI | 32 | #define UNICODE_KEY_WINC KC_RGUI |
| 31 | 33 | ||
| 32 | #define USB_POLLING_INTERVAL_MS 1 | 34 | // Firmware size reduction |
| 35 | #undef LOCKING_SUPPORT_ENABLE | ||
| 36 | #define NO_ACTION_FUNCTION | ||
| 37 | #define NO_ACTION_MACRO | ||
| 38 | #define NO_ACTION_ONESHOT | ||
diff --git a/users/konstantin/konstantin.h b/users/konstantin/konstantin.h index 0936e3c3e..72a161623 100644 --- a/users/konstantin/konstantin.h +++ b/users/konstantin/konstantin.h | |||
| @@ -76,7 +76,7 @@ enum layers_user { | |||
| 76 | L_NUMPAD, | 76 | L_NUMPAD, |
| 77 | #endif | 77 | #endif |
| 78 | 78 | ||
| 79 | L_RANGE_KEYMAP, | 79 | LAYERS_KEYMAP, |
| 80 | }; | 80 | }; |
| 81 | 81 | ||
| 82 | void keyboard_pre_init_keymap(void); | 82 | void keyboard_pre_init_keymap(void); |
diff --git a/users/konstantin/rules.mk b/users/konstantin/rules.mk index d989f486c..6fe3a8ad8 100644 --- a/users/konstantin/rules.mk +++ b/users/konstantin/rules.mk | |||
| @@ -13,4 +13,6 @@ ifneq (,$(filter yes,$(UNICODE_ENABLE) $(UNICODEMAP_ENABLE))) | |||
| 13 | SRC += unicode.c | 13 | SRC += unicode.c |
| 14 | endif | 14 | endif |
| 15 | 15 | ||
| 16 | LTO_ENABLE = yes | 16 | ifneq ($(PLATFORM),CHIBIOS) |
| 17 | LTO_ENABLE = yes | ||
| 18 | endif | ||
