fix too big vial keymaps

This commit is contained in:
Ilya Zhuravlev 2023-09-17 16:09:03 -06:00
parent 6c5e37a20b
commit 885ccf4a77
6 changed files with 9 additions and 6 deletions

View File

@ -6,3 +6,4 @@ LTO_ENABLE = yes # make the compiler work harder
QMK_SETTINGS = no # enables the tab to change QMK settings from the GUI
TAP_DANCE_ENABLE = no # enables "key tap" functionality
KEY_OVERRIDE_ENABLE = no # enables the ability to add custom keys
COMBO_ENABLE = no

View File

@ -13,9 +13,5 @@ LTO_ENABLE = yes
KEY_OVERRIDE_ENABLE = no
ifneq ($(strip $(KEYBOARD)), helix/rev2)
TAP_DANCE_ENABLE = no
endif
ifeq ($(strip $(KEYBOARD)), helix/rev2/qmk_conf)
QMK_SETTINGS = no
endif
TAP_DANCE_ENABLE = no
QMK_SETTINGS = no

View File

@ -4,3 +4,4 @@ VIAL_ENABLE = yes
QMK_SETTINGS = no
COMBO_ENABLE = no
KEY_OVERRIDE_ENABLE = no
TAP_DANCE_ENABLE = no

View File

@ -4,3 +4,4 @@ LTO_ENABLE = yes
TAP_DANCE_ENABLE = no
KEY_OVERRIDE_ENABLE = no
QMK_SETTINGS = no

View File

@ -3,3 +3,5 @@ VIAL_ENABLE = yes
LTO_ENABLE = yes
QMK_SETTINGS = no
TAP_DANCE_ENABLE = no
COMBO_ENABLE = no
KEY_OVERRIDE_ENABLE = no

View File

@ -5,3 +5,5 @@
#define VIAL_KEYBOARD_UID {0xE1, 0xA9, 0x51, 0xDE, 0x08, 0xE3, 0x75, 0x61}
#define VIAL_UNLOCK_COMBO_ROWS { 5, 0 }
#define VIAL_UNLOCK_COMBO_COLS { 0, 0 }
#define DYNAMIC_KEYMAP_LAYER_COUNT 3