mirror of
https://github.com/He4eT/oddkb.git
synced 2026-05-04 17:17:21 +00:00
keymap: turn on some features
This commit is contained in:
parent
a4d27c93ef
commit
e117277948
2 changed files with 6 additions and 6 deletions
|
|
@ -33,8 +33,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
/* 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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue