Layers now work like function keys, except the math layer. Made
tab hold ctrl+alt+mod as intended
This commit is contained in:
parent
aa9ecc3d3a
commit
74b305870b
2 changed files with 973 additions and 949 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -3,11 +3,11 @@
|
|||
"notes":"",
|
||||
"documentation":"\"This file is a QMK Configurator export. You can import this at <https://config.qmk.fm>. It can also be used directly with QMK's source code.\n\nTo setup your QMK environment check out the tutorial: <https://docs.qmk.fm/#/newbs>\n\nYou can convert this file to a keymap.c using this command: `qmk json2c {keymap}`\n\nYou can compile this keymap using this command: `qmk compile {keymap}`\"\n",
|
||||
"keyboard":"pinky/3",
|
||||
"keymap":"pinky_3_layout_mine",
|
||||
"keymap":"pinky_3_layout_main",
|
||||
"layout":"LAYOUT",
|
||||
"layers":[
|
||||
[
|
||||
"C_S_T(KC_TAB)",
|
||||
"LCAG_T(KC_TAB)",
|
||||
"KC_Q",
|
||||
"KC_W",
|
||||
"KC_E",
|
||||
|
|
@ -41,8 +41,8 @@
|
|||
"KC_C",
|
||||
"KC_V",
|
||||
"KC_B",
|
||||
"TO(3)",
|
||||
"TO(1)",
|
||||
"MO(3)",
|
||||
"TT(1)",
|
||||
"KC_N",
|
||||
"KC_M",
|
||||
"KC_COMM",
|
||||
|
|
@ -51,12 +51,12 @@
|
|||
"KC_ENT",
|
||||
"KC_LALT",
|
||||
"KC_LGUI",
|
||||
"TO(2)",
|
||||
"MO(2)",
|
||||
"KC_INS",
|
||||
"TO(4)",
|
||||
"MO(4)",
|
||||
"KC_SPC",
|
||||
"KC_PSCR",
|
||||
"TO(5)"
|
||||
"MO(5)"
|
||||
],
|
||||
[
|
||||
"KC_TAB",
|
||||
|
|
@ -320,4 +320,4 @@
|
|||
]
|
||||
],
|
||||
"author":"Ian Keane"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue