fix too big vial keymaps
This commit is contained in:
parent
6c5e37a20b
commit
885ccf4a77
@ -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
|
QMK_SETTINGS = no # enables the tab to change QMK settings from the GUI
|
||||||
TAP_DANCE_ENABLE = no # enables "key tap" functionality
|
TAP_DANCE_ENABLE = no # enables "key tap" functionality
|
||||||
KEY_OVERRIDE_ENABLE = no # enables the ability to add custom keys
|
KEY_OVERRIDE_ENABLE = no # enables the ability to add custom keys
|
||||||
|
COMBO_ENABLE = no
|
||||||
|
@ -13,9 +13,5 @@ LTO_ENABLE = yes
|
|||||||
|
|
||||||
KEY_OVERRIDE_ENABLE = no
|
KEY_OVERRIDE_ENABLE = no
|
||||||
|
|
||||||
ifneq ($(strip $(KEYBOARD)), helix/rev2)
|
TAP_DANCE_ENABLE = no
|
||||||
TAP_DANCE_ENABLE = no
|
QMK_SETTINGS = no
|
||||||
endif
|
|
||||||
ifeq ($(strip $(KEYBOARD)), helix/rev2/qmk_conf)
|
|
||||||
QMK_SETTINGS = no
|
|
||||||
endif
|
|
||||||
|
@ -4,3 +4,4 @@ VIAL_ENABLE = yes
|
|||||||
QMK_SETTINGS = no
|
QMK_SETTINGS = no
|
||||||
COMBO_ENABLE = no
|
COMBO_ENABLE = no
|
||||||
KEY_OVERRIDE_ENABLE = no
|
KEY_OVERRIDE_ENABLE = no
|
||||||
|
TAP_DANCE_ENABLE = no
|
||||||
|
@ -4,3 +4,4 @@ LTO_ENABLE = yes
|
|||||||
|
|
||||||
TAP_DANCE_ENABLE = no
|
TAP_DANCE_ENABLE = no
|
||||||
KEY_OVERRIDE_ENABLE = no
|
KEY_OVERRIDE_ENABLE = no
|
||||||
|
QMK_SETTINGS = no
|
||||||
|
@ -3,3 +3,5 @@ VIAL_ENABLE = yes
|
|||||||
LTO_ENABLE = yes
|
LTO_ENABLE = yes
|
||||||
QMK_SETTINGS = no
|
QMK_SETTINGS = no
|
||||||
TAP_DANCE_ENABLE = no
|
TAP_DANCE_ENABLE = no
|
||||||
|
COMBO_ENABLE = no
|
||||||
|
KEY_OVERRIDE_ENABLE = no
|
||||||
|
@ -5,3 +5,5 @@
|
|||||||
#define VIAL_KEYBOARD_UID {0xE1, 0xA9, 0x51, 0xDE, 0x08, 0xE3, 0x75, 0x61}
|
#define VIAL_KEYBOARD_UID {0xE1, 0xA9, 0x51, 0xDE, 0x08, 0xE3, 0x75, 0x61}
|
||||||
#define VIAL_UNLOCK_COMBO_ROWS { 5, 0 }
|
#define VIAL_UNLOCK_COMBO_ROWS { 5, 0 }
|
||||||
#define VIAL_UNLOCK_COMBO_COLS { 0, 0 }
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 0 }
|
||||||
|
|
||||||
|
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user