Skip to content

Commit

Permalink
fix too big vial keymaps
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzz committed Sep 17, 2023
1 parent 6c5e37a commit 885ccf4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions keyboards/dztech/dz60rgb/keymaps/vial/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 2 additions & 6 deletions keyboards/helix/rev2/keymaps/vial/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions keyboards/kbdfans/kbd67/mkiirgb/v2/keymaps/vial/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ VIAL_ENABLE = yes
QMK_SETTINGS = no
COMBO_ENABLE = no
KEY_OVERRIDE_ENABLE = no
TAP_DANCE_ENABLE = no
1 change: 1 addition & 0 deletions keyboards/studiokestra/galatea/rev2/keymaps/vial/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ LTO_ENABLE = yes

TAP_DANCE_ENABLE = no
KEY_OVERRIDE_ENABLE = no
QMK_SETTINGS = no
2 changes: 2 additions & 0 deletions keyboards/ymdk/ymd09/keymaps/vial/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ VIAL_ENABLE = yes
LTO_ENABLE = yes
QMK_SETTINGS = no
TAP_DANCE_ENABLE = no
COMBO_ENABLE = no
KEY_OVERRIDE_ENABLE = no
2 changes: 2 additions & 0 deletions keyboards/ymdk/ymd75/keymaps/vial/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 885ccf4

Please sign in to comment.