mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-05 07:04:17 -04:00
- 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
86 lines
No EOL
2.9 KiB
YAML
86 lines
No EOL
2.9 KiB
YAML
layout:
|
|
qmk_keyboard: bluebell/swoop
|
|
qmk_layout: LAYOUT_split_3x5_3
|
|
layers:
|
|
base_QWERTY:
|
|
- [Q, W, E, R, T, Y, U, I ,O, P]
|
|
- [A, S, D, F, G, H, J, K ,L, {h: "\"", t: "'"}]
|
|
- [Z, X, C, V, B, N, M, {h: "(", t: ","} , {h: ")", t: "."}, {h: "_", t: "-"}]
|
|
- {type: ghost}
|
|
- NUM
|
|
- Shift
|
|
- Space
|
|
- NAV
|
|
- {t: Mute, type: ghost}
|
|
base_COLEMAK_DH:
|
|
- [Q, W, F, P, B, J, L, U ,Y, {h: "\"", t: "'"}]
|
|
- [A, R, S, T, G, M, N, E ,I, O]
|
|
- [Z, X, C, D, V, K, H, {h: "(", t: ","} , {h: ")", t: "."}, {h: "_", t: "-"}]
|
|
- {type: ghost}
|
|
- NUM
|
|
- Shift
|
|
- Space
|
|
- NAV
|
|
- {t: Mute, type: ghost}
|
|
base_GAME:
|
|
- [Tab, Q, W, E, R, T, "7", "8" ,"9", Esc]
|
|
- [Ctrl, A, S, D, F, G, "4", "5" ,"6", {s: "~", t: "`"}]
|
|
- [Z, X, C, V, B, Alt, "1", "2" ,"3", Combo Toggle]
|
|
- {t: Enter, type: ghost}
|
|
- Space
|
|
- Shift
|
|
- Space
|
|
- NAV
|
|
- {t: Mute, type: ghost}
|
|
NAV:
|
|
- [Esc, Home, ▲, End, Page Up, null, null, null, null, CONFIG ]
|
|
- [null, ◄, ▼, ►, Page Down, null, Shift, Ctrl, Alt, Gui ]
|
|
- [Undo, Cut, Copy, Paste, Redo, null, App, Sniper Toggle, Sniper DPI, Pointer DPI ]
|
|
- {t: Zoom Reset, type: ghost}
|
|
- NUM
|
|
- Ent
|
|
- null
|
|
- {type: held}
|
|
- {type: ghost}
|
|
NUM:
|
|
- [Esc, Mouse 3, Mouse 2, Mouse 1, {h: "~", t: "`"}, null, "7", "8" ,"9", {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
|
|
- NAV
|
|
- {t: Mute, type: ghost}
|
|
SYM:
|
|
- [null, null, "&", {h: "%", t: "^"}, {h: "~", t: "`"}, {h: "+", t: "="}, "#", "*", null, {h: "\"\"", t: "\""}]
|
|
- [Caps Lock, {h: "{}", t: "{"}, "}", "!", {h: ":", t: ";"}, "@", "?", {h: "[]", t: "]"}, "]", {h: "''", t: "'"}]
|
|
- [null, {h: "<>", t: "<"}, ">", {h: "\\\\", t: "\\"}, {h: "||", t: "|"}, "$", {h: "//", t: "/"}, {h: "()", t: "("}, ")", {h: "_", t: "-"}]
|
|
- {type: ghost}
|
|
- {type: held}
|
|
- null
|
|
- null
|
|
- {type: held}
|
|
- {type: ghost}
|
|
CONFIG:
|
|
- [null, null, null, null, null, null, null, EEPROM Clear, Boot Loader, {type: held}]
|
|
- [null, null, null, null, null, null, Shift, null, null, RGB Mode]
|
|
- [Mute, Vol-, Vol+, Next Song, Play Pause, RGB Toggle, RGB Hue, RGB Sat, RGB Vib, RGB Spd]
|
|
- {t: Base Layer, type: ghost}
|
|
- null
|
|
- null
|
|
- Macro Play
|
|
- Macro Rec
|
|
- {t: RGB Toggle, type: ghost}
|
|
combos:
|
|
- { p: [12, 13], k: MB1, l: [base_QWERTY] }
|
|
- { p: [11, 12], k: MB2, l: [base_QWERTY] }
|
|
- { p: [13, 14], k: MB3, l: [base_QWERTY] }
|
|
- { p: [3, 13], k: MB4, l: [base_QWERTY] }
|
|
- { p: [4, 14], k: MB5, l: [base_QWERTY] }
|
|
- { p: [21, 22], k: DrgScr Tog, l: [base_QWERTY] }
|
|
- { p: [6, 7], k: Tab, l: [base_QWERTY] }
|
|
- { p: [22, 23], k: Enter, l: [base_QWERTY] }
|
|
- { p: [26, 27], k: Bksp, l: [base_QWERTY] }
|
|
draw_config:
|
|
small_pad: 6 |