mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-05 15:14:17 -04:00
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:
parent
d3fbe16926
commit
c825ba8319
4 changed files with 6 additions and 10 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue