had to remove that limiter

- upon reading documentation I don't think I can do COMBO_ONLY_FROM_LAYER and
COMBO_SHOULD_TRIGGER at the same time unless its for base layer
- something to do with needing those keys to be defined on the other layers
- like if I wanted tab to work on NAV, i need to add U and I to that same spot on
the NAV layer
This commit is contained in:
Victor 2024-05-12 21:07:47 -05:00
parent d3fbe16926
commit c825ba8319
Failed to generate hash of commit
4 changed files with 6 additions and 10 deletions

View file

@ -29,10 +29,6 @@ bool combo_should_trigger(uint16_t combo_index, combo_t *combo, uint16_t keycode
switch (combo_index) {
case KEY_ENT:
case KEY_TAB:
if ( get_highest_layer(layer_state | default_layer_state) == _SYMBOL ) return false;
case MOUSE_BUTTON1:
case MOUSE_BUTTON2:
case MOUSE_BUTTON3: