Skip to content

Commit

Permalink
Add macros and modify key mappings in keychron_q11_ansi_knob.layout.json
Browse files Browse the repository at this point in the history
- includes vim arrow keys with fn + hjkl
- adds hotkeys for sleep, lock screen, and screensaver
- adds hotkey for screenshot
- adds end key with fn + home
- adds right option key with fn + right control
  • Loading branch information
edheltzel committed Jan 21, 2024
1 parent 4aec022 commit 1b3071e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions keyboard/keychron_q11_ansi_knob.layout.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "Keychron Q11 ANSI Knob",
"vendorProductId": 875823584,
"macros": [
"{+KC_LALT}{+KC_LCTL}{+KC_LGUI}{+KC_F1}{-KC_LCTL}{-KC_LALT}{-KC_LGUI}",
"",
"",
"",
Expand All @@ -16,12 +17,11 @@
"",
"",
"",
"",
"{+KC_LGUI}{+KC_F2}{-KC_LGUI}"
""
],
"layers": [
[
"MACRO(15)",
"G(KC_0)",
"KC_ESC",
"KC_BRID",
"KC_BRIU",
Expand Down Expand Up @@ -132,7 +132,7 @@
],
[
"RGB_TOG",
"KC_TRNS",
"LCAG(KC_F1)",
"KC_F1",
"KC_F2",
"KC_F3",
Expand Down Expand Up @@ -176,7 +176,7 @@
"KC_TRNS",
"KC_TRNS",
"KC_NO",
"KC_TRNS",
"LCAG(KC_NO)",
"KC_TRNS",
"KC_TRNS",
"KC_TRNS",
Expand All @@ -202,6 +202,7 @@
"KC_TRNS",
"KC_TRNS",
"KC_NO",
"LCAG(KC_F2)",
"KC_TRNS",
"KC_TRNS",
"KC_TRNS",
Expand All @@ -210,12 +211,11 @@
"KC_TRNS",
"KC_TRNS",
"KC_TRNS",
"KC_TRNS",
"KC_TRNS",
"KC_TRNS",
"KC_TRNS",
"KC_TRNS",
"KC_TRNS",
"LCAG(KC_F3)",
"KC_LEFT",
"KC_DOWN",
"KC_UP",
"KC_RGHT",
"KC_TRNS",
"KC_TRNS",
"KC_NO",
Expand Down Expand Up @@ -463,7 +463,7 @@
],
"encoders": [
[
["KC_VOLD", "KC_VOLU"],
["G(KC_MINS)", "G(KC_EQL)"],
["RGB_VAD", "RGB_VAI"],
["KC_VOLD", "KC_VOLU"],
["RGB_VAD", "RGB_VAI"]
Expand Down

0 comments on commit 1b3071e

Please sign in to comment.