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
No known key found for this signature in database
GPG key ID: 645A98F35E754E79
4 changed files with 6 additions and 10 deletions

View file

@ -30,7 +30,7 @@ layers:
- Space
- Shift
- Space
- {h: "NAV", t: "0"}
- NAV
- {t: Mute, type: ghost}
NAV:
- [Esc, Home, ▲, End, Page Up, null, null, null, null, CONFIG ]
@ -41,16 +41,16 @@ layers:
- Ent
- null
- {type: held}
- null
- {type: ghost}
NUM:
- [Esc, Mouse 3, Mouse 2, Mouse 1, {h: "~", t: "`"}, null, "7", "8" ,"9", {s: "<", t: ","} ]
- [Gui, Alt, Ctrl, Shift, {h: ":", t: ";"}, null, "4", "5" ,"6", {s: ">", t: "."}]
- [Gui, Alt, Ctrl, Shift, {h: ":", t: ";"}, "0", "4", "5" ,"6", {s: ">", t: "."}]
- [Undo, Cut, Copy, Paste, Redo, null, "1", "2" ,"3", {s: "_", t: "-"}]
- {type: ghost}
- {type: held}
- null
- Space
- {h: "NAV", t: "0"}
- NAV
- {t: Mute, type: ghost}
SYM:
- [null, null, "&", {h: "%", t: "^"}, {h: "~", t: "`"}, {h: "+", t: "="}, "#", "*", null, {h: "\"\"", t: "\""}]