From e117277948eb62452ec1090d64cddd71abc7ae92 Mon Sep 17 00:00:00 2001 From: He4eT Date: Mon, 4 Dec 2023 13:35:37 +0100 Subject: [PATCH] keymap: turn on some features --- keymap/config.h | 8 ++++---- keymap/rules.mk | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/keymap/config.h b/keymap/config.h index 35843c9..07d3375 100644 --- a/keymap/config.h +++ b/keymap/config.h @@ -33,8 +33,8 @@ along with this program. If not, see . /* Vial features */ -#define DYNAMIC_KEYMAP_LAYER_COUNT 4 +#define DYNAMIC_KEYMAP_LAYER_COUNT 5 #define DYNAMIC_MACRO_SIZE 0 -#define VIAL_KEY_OVERRIDE_ENTRIES 0 -#define VIAL_TAP_DANCE_ENTRIES 0 -#define VIAL_COMBO_ENTRIES 0 +#define VIAL_KEY_OVERRIDE_ENTRIES 8 +#define VIAL_TAP_DANCE_ENTRIES 8 +#define VIAL_COMBO_ENTRIES 8 diff --git a/keymap/rules.mk b/keymap/rules.mk index d474afc..d8d1044 100644 --- a/keymap/rules.mk +++ b/keymap/rules.mk @@ -5,9 +5,9 @@ LTO_ENABLE = yes # LTO makes the compiler work harder when optimizing your c EXTRAKEY_ENABLE = yes # Audio control and System control MOUSEKEY_ENABLE = yes # Mouse keys -QMK_SETTINGS = no # Vial QMK-settings tab +QMK_SETTINGS = yes # Vial QMK-settings tab -COMBO_ENABLE = no +COMBO_ENABLE = yes DYNAMIC_MACRO_ENABLE = no KEY_OVERRIDE_ENABLE = no TAP_DANCE_ENABLE = no