diff options
Diffstat (limited to 'layouts/default/split_3x6_3')
| -rw-r--r-- | layouts/default/split_3x6_3/default_split_3x6_3/keymap.c | 24 | ||||
| -rw-r--r-- | layouts/default/split_3x6_3/info.json | 62 | ||||
| -rw-r--r-- | layouts/default/split_3x6_3/layout.json | 12 | ||||
| -rw-r--r-- | layouts/default/split_3x6_3/readme.md | 5 |
4 files changed, 103 insertions, 0 deletions
diff --git a/layouts/default/split_3x6_3/default_split_3x6_3/keymap.c b/layouts/default/split_3x6_3/default_split_3x6_3/keymap.c new file mode 100644 index 000000000..f014d88eb --- /dev/null +++ b/layouts/default/split_3x6_3/default_split_3x6_3/keymap.c | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | #include QMK_KEYBOARD_H | ||
| 2 | |||
| 3 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 4 | /* | ||
| 5 | * ┌───┬───┬───┬───┬───┬───┐ ┌───┬───┬───┬───┬───┬───┐ | ||
| 6 | * │Tab│ Q │ W │ E │ R │ T │ │ Y │ U │ I │ O │ P │Bsp│ | ||
| 7 | * ├───┼───┼───┼───┼───┼───┤ ├───┼───┼───┼───┼───┼───┤ | ||
| 8 | * │Ctl│ A │ S │ D │ F │ G │ │ H │ J │ K │ L │ ; │ ' │ | ||
| 9 | * ├───┼───┼───┼───┼───┼───┤ ├───┼───┼───┼───┼───┼───┤ | ||
| 10 | * │Sft│ Z │ X │ C │ V │ B │ │ N │ M │ , │ . │ / │Sft│ | ||
| 11 | * └───┴───┴───┴───┴───┴───┘ └───┴───┴───┴───┴───┴───┘ | ||
| 12 | * ┌───┐ ┌───┐ | ||
| 13 | * │GUI├───┐ ┌───┤Alt│ | ||
| 14 | * └───┤Bsp├───┐ ┌───┤Ent├───┘ | ||
| 15 | * └───┤ │ │ ├───┘ | ||
| 16 | * └───┘ └───┘ | ||
| 17 | */ | ||
| 18 | [0] = LAYOUT_split_3x6_3( | ||
| 19 | KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC, | ||
| 20 | KC_LCTL, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, | ||
| 21 | KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, | ||
| 22 | KC_LGUI, KC_BSPC, KC_SPC, KC_SPC, KC_ENT, KC_RALT | ||
| 23 | ) | ||
| 24 | }; | ||
diff --git a/layouts/default/split_3x6_3/info.json b/layouts/default/split_3x6_3/info.json new file mode 100644 index 000000000..b1ca28168 --- /dev/null +++ b/layouts/default/split_3x6_3/info.json | |||
| @@ -0,0 +1,62 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "3x6+3 split layout", | ||
| 3 | "url": "", | ||
| 4 | "maintainer": "qmk", | ||
| 5 | "width": 14, | ||
| 6 | "height": 4.75, | ||
| 7 | "layouts": { | ||
| 8 | "LAYOUT_split_3x6_3": { | ||
| 9 | "layout": [ | ||
| 10 | {"x":0, "y":0.25}, | ||
| 11 | {"x":1, "y":0.25}, | ||
| 12 | {"x":2, "y":0.125}, | ||
| 13 | {"x":3, "y":0}, | ||
| 14 | {"x":4, "y":0.125}, | ||
| 15 | {"x":5, "y":0.25}, | ||
| 16 | |||
| 17 | {"x":8, "y":0.25}, | ||
| 18 | {"x":9, "y":0.125}, | ||
| 19 | {"x":10, "y":0}, | ||
| 20 | {"x":11, "y":0.125}, | ||
| 21 | {"x":12, "y":0.25}, | ||
| 22 | {"x":13, "y":0.25}, | ||
| 23 | |||
| 24 | {"x":0, "y":1.25}, | ||
| 25 | {"x":1, "y":1.25}, | ||
| 26 | {"x":2, "y":1.125}, | ||
| 27 | {"x":3, "y":1}, | ||
| 28 | {"x":4, "y":1.125}, | ||
| 29 | {"x":5, "y":1.25}, | ||
| 30 | |||
| 31 | {"x":8, "y":1.25}, | ||
| 32 | {"x":9, "y":1.125}, | ||
| 33 | {"x":10, "y":1}, | ||
| 34 | {"x":11, "y":1.125}, | ||
| 35 | {"x":12, "y":1.25}, | ||
| 36 | {"x":13, "y":1.25}, | ||
| 37 | |||
| 38 | {"x":0, "y":2.25}, | ||
| 39 | {"x":1, "y":2.25}, | ||
| 40 | {"x":2, "y":2.125}, | ||
| 41 | {"x":3, "y":2}, | ||
| 42 | {"x":4, "y":2.125}, | ||
| 43 | {"x":5, "y":2.25}, | ||
| 44 | |||
| 45 | {"x":8, "y":2.25}, | ||
| 46 | {"x":9, "y":2.125}, | ||
| 47 | {"x":10, "y":2}, | ||
| 48 | {"x":11, "y":2.125}, | ||
| 49 | {"x":12, "y":2.25}, | ||
| 50 | {"x":13, "y":2.25}, | ||
| 51 | |||
| 52 | {"x":3.5, "y":3.25}, | ||
| 53 | {"x":4.5, "y":3.5}, | ||
| 54 | {"x":5.5, "y":3.75}, | ||
| 55 | |||
| 56 | {"x":7.5, "y":3.75}, | ||
| 57 | {"x":8.5, "y":3.5}, | ||
| 58 | {"x":9.5, "y":3.25} | ||
| 59 | ] | ||
| 60 | } | ||
| 61 | } | ||
| 62 | } | ||
diff --git a/layouts/default/split_3x6_3/layout.json b/layouts/default/split_3x6_3/layout.json new file mode 100644 index 000000000..c1256eed9 --- /dev/null +++ b/layouts/default/split_3x6_3/layout.json | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | [{x:3,a:7},"",{x:6},""], | ||
| 2 | [{y:-0.875,x:2},"",{x:1},"",{x:4},"",{x:1},""], | ||
| 3 | [{y:-0.875},"","",{x:3},"",{x:2},"",{x:3},"",""], | ||
| 4 | [{y:-0.25,x:3},"",{x:6},""], | ||
| 5 | [{y:-0.875,x:2},"",{x:1},"",{x:4},"",{x:1},""], | ||
| 6 | [{y:-0.875},"","",{x:3},"",{x:2},"",{x:3},"",""], | ||
| 7 | [{y:-0.25,x:3},"",{x:6},""], | ||
| 8 | [{y:-0.875,x:2},"",{x:1},"",{x:4},"",{x:1},""], | ||
| 9 | [{y:-0.875},"","",{x:3},"",{x:2},"",{x:3},"",""], | ||
| 10 | [{x:3.5},"",{x:5},""], | ||
| 11 | [{y:-0.75,x:4.5},"",{x:3},""], | ||
| 12 | [{y:-0.75,x:5.5},"",{x:1},""] | ||
diff --git a/layouts/default/split_3x6_3/readme.md b/layouts/default/split_3x6_3/readme.md new file mode 100644 index 000000000..07d302da8 --- /dev/null +++ b/layouts/default/split_3x6_3/readme.md | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | # split_3x6_3 | ||
| 2 | |||
| 3 | LAYOUT_split_3x6_3 | ||
| 4 | |||
| 5 | Layout for split keyboards with 3x6 keys and three thumb keys per hand. Examples include the Crkbd and Centromere. | ||
