mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-08 08:34: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
|
@ -88,8 +88,8 @@ Enables additional keys to be mapped by pressing multiple keys simultaneously. P
|
|||
| `R` + `F` | `Mouse Button 4` | Back |
|
||||
| `T` + `G` | `Mouse Button 5` | Forward |
|
||||
| `T` + `G` | `Drag Scroll Toggle` | |
|
||||
| `C` + `V` | `Enter` | Disabled on `SYMBOL` layer |
|
||||
| `U` + `I` | `Tab` | Disabled on `SYMBOL` layer |
|
||||
| `C` + `V` | `Enter` | |
|
||||
| `U` + `I` | `Tab` | |
|
||||
| `M` + `Comma` | `Backspace` | |
|
||||
|
||||
### Key Overrides
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue