forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 5x13 and 6x13 ortho community layouts (qmk#22315)
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Alin Marin Elena <alin@elena.space>
- Loading branch information
Showing
10 changed files
with
312 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
// Copyright 2023 QMK | ||
// SPDX-License-Identifier: GPL-2.0-or-later | ||
|
||
#include QMK_KEYBOARD_H | ||
|
||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
/* | ||
* ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐ | ||
* │Esc│ 1 │ 2 │ 3 │ 4 │ 5 │ 6 │ 7 │ 8 │ 9 │ 0 │ - │Bsp│ | ||
* ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤ | ||
* │Tab│Q │ W │ E │ R │ T │ Y │ U │ I │ O │ P │ [ │ ] │ | ||
* ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤ | ||
* │# │ A │ S │ D │ F │ G │ H │ J │ K │ L │ ; │ ' │Ent│ | ||
* ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤ | ||
* │Sft│ \ │ Z │ X │ C │ V │ B │ N │ M │ , │ . │ ↑ │ / │ | ||
* ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤ | ||
* │Ctl│GUI│LWR│Alt│RSE│ │ │ │Alt│Sft│← │ ↓ │ → │ | ||
* └───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┘ | ||
*/ | ||
[0] = LAYOUT_ortho_5x13( | ||
KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_BSPC, | ||
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, | ||
KC_NUHS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, | ||
KC_LSFT, KC_NUBS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_UP, KC_SLSH, | ||
KC_LCTL, KC_LGUI, TT(1), KC_LALT, TT(2), KC_SPC, KC_SPC, KC_SPC, KC_RALT, KC_RSFT, KC_LEFT, KC_DOWN, KC_RGHT | ||
), | ||
[1] = LAYOUT_ortho_5x13( | ||
KC_GRV , KC_MUTE, KC_VOLU, KC_VOLD, KC_MPRV, KC_MPLY, KC_MNXT, G(KC_P), KC_SLEP, KC_WAKE, KC_PSCR, KC_DEL , KC_EQL , | ||
KC_BTN3, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ , | ||
KC_BTN2, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ , | ||
_______, KC_BTN1, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_MS_U, _______ , | ||
_______, KC_BTN4, _______, _______, _______, _______, _______, _______, _______, _______, KC_MS_L, KC_MS_D, KC_MS_R | ||
), | ||
[2] = LAYOUT_ortho_5x13( | ||
KC_ESC , KC_F1 , KC_F2 , KC_F3 , KC_F4 , KC_F5 , KC_F6 , KC_F7 , KC_F8 , KC_F9 , KC_F10 , KC_F11 , KC_F12 , | ||
_______, _______, _______, _______, QK_RBT, _______, _______, _______, _______, _______, _______, _______, _______ , | ||
KC_CAPS, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ , | ||
_______, _______, _______, _______, _______, _______, QK_BOOT, _______, _______, _______, _______, KC_WH_U, _______ , | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_WH_L, KC_WH_D, KC_WH_R | ||
), | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
{ | ||
"keyboard_name": "5x13 ortholinear layout", | ||
"url": "", | ||
"maintainer": "qmk", | ||
"layouts": { | ||
"LAYOUT_ortho_5x13": { | ||
"layout": [ | ||
{"x":0 , "y":0}, | ||
{"x":1 , "y":0}, | ||
{"x":2 , "y":0}, | ||
{"x":3 , "y":0}, | ||
{"x":4 , "y":0}, | ||
{"x":5 , "y":0}, | ||
{"x":6 , "y":0}, | ||
{"x":7 , "y":0}, | ||
{"x":8 , "y":0}, | ||
{"x":9 , "y":0}, | ||
{"x":10, "y":0}, | ||
{"x":11, "y":0}, | ||
{"x":12, "y":0}, | ||
|
||
{"x":0 , "y":1}, | ||
{"x":1 , "y":1}, | ||
{"x":2 , "y":1}, | ||
{"x":3 , "y":1}, | ||
{"x":4 , "y":1}, | ||
{"x":5 , "y":1}, | ||
{"x":6 , "y":1}, | ||
{"x":7 , "y":1}, | ||
{"x":8 , "y":1}, | ||
{"x":9 , "y":1}, | ||
{"x":10, "y":1}, | ||
{"x":11, "y":1}, | ||
{"x":12, "y":1}, | ||
|
||
{"x":0 , "y":2}, | ||
{"x":1 , "y":2}, | ||
{"x":2 , "y":2}, | ||
{"x":3 , "y":2}, | ||
{"x":4 , "y":2}, | ||
{"x":5 , "y":2}, | ||
{"x":6 , "y":2}, | ||
{"x":7 , "y":2}, | ||
{"x":8 , "y":2}, | ||
{"x":9 , "y":2}, | ||
{"x":10, "y":2}, | ||
{"x":11, "y":2}, | ||
{"x":12, "y":2}, | ||
|
||
{"x":0 , "y":3}, | ||
{"x":1 , "y":3}, | ||
{"x":2 , "y":3}, | ||
{"x":3 , "y":3}, | ||
{"x":4 , "y":3}, | ||
{"x":5 , "y":3}, | ||
{"x":6 , "y":3}, | ||
{"x":7 , "y":3}, | ||
{"x":8 , "y":3}, | ||
{"x":9 , "y":3}, | ||
{"x":10, "y":3}, | ||
{"x":11, "y":3}, | ||
{"x":12, "y":3}, | ||
|
||
{"x":0 , "y":4}, | ||
{"x":1 , "y":4}, | ||
{"x":2 , "y":4}, | ||
{"x":3 , "y":4}, | ||
{"x":4 , "y":4}, | ||
{"x":5 , "y":4}, | ||
{"x":6 , "y":4}, | ||
{"x":7 , "y":4}, | ||
{"x":8 , "y":4}, | ||
{"x":9 , "y":4}, | ||
{"x":10, "y":4}, | ||
{"x":11, "y":4}, | ||
{"x":12, "y":4} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[{a:7},"","","","","","","","","","","","",""], | ||
["","","","","","","","","","","","",""], | ||
["","","","","","","","","","","","",""], | ||
["","","","","","","","","","","","",""], | ||
["","","","","","","","","","","","",""] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# ortho_5x13 | ||
|
||
LAYOUT_ortho_5x13 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
// Copyright 2023 QMK | ||
// SPDX-License-Identifier: GPL-2.0-or-later | ||
|
||
#include QMK_KEYBOARD_H | ||
|
||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
/* | ||
* ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐ | ||
* │Esc│ F1│ F2│ F3│ F4│ F5│ F6│ F7│ F8│ F9│F10│Del│Bsp│ | ||
* ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤ | ||
* │ ` │ 1 │ 2 │ 3 │ 4 │ 5 │ 6 │ 7 │ 8 │ 9 │ 0 │ - │ = │ | ||
* ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤ | ||
* │Tab│Q │ W │ E │ R │ T │ Y │ U │ I │ O │ P │ [ │ ] │ | ||
* ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤ | ||
* │# │ A │ S │ D │ F │ G │ H │ J │ K │ L │ ; │ ' │Ent│ | ||
* ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤ | ||
* │Sft│ \ │ Z │ X │ C │ V │ B │ N │ M │ , │ . │ ↑ │ / │ | ||
* ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤ | ||
* │Ctl│GUI│Lwr│Alt│Rse│ │ │ │Alt│Sft│← │ ↓ │ → │ | ||
* └───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┘ | ||
*/ | ||
[0] = LAYOUT_ortho_6x13( | ||
KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_DEL, KC_BSPC, | ||
KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, | ||
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, | ||
KC_NUHS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, | ||
KC_LSFT, KC_NUBS, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_UP, KC_SLSH, | ||
KC_LCTL, KC_LGUI, TT(0), KC_LALT, TT(2), KC_SPC, KC_SPC, KC_SPC, KC_RALT, KC_RSFT, KC_LEFT, KC_DOWN, KC_RGHT | ||
) | ||
[1] = LAYOUT_ortho_6x13( | ||
KC_GRV , KC_MUTE, KC_VOLU, KC_VOLD, KC_MPRV, KC_MPLY, KC_MNXT, G(KC_P), KC_SLEP, KC_WAKE, KC_PSCR, _______, _______ , | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ , | ||
KC_BTN3, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ , | ||
KC_BTN2, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ , | ||
_______, KC_BTN1, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_MS_U, _______ , | ||
_______, KC_BTN4, _______, _______, _______, _______, _______, _______, _______, _______, KC_MS_L, KC_MS_D, KC_MS_R | ||
), | ||
[2] = LAYOUT_ortho_6x13( | ||
KC_ESC , KC_F1 , KC_F2 , KC_F3 , KC_F4 , KC_F5 , KC_F6 , KC_F7 , KC_F8 , KC_F9 , KC_F10 , KC_F11 , KC_F12 , | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ , | ||
_______, _______, _______, _______, QK_RBT, _______, _______, _______, _______, _______, _______, _______, _______ , | ||
KC_CAPS, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ , | ||
_______, _______, _______, _______, _______, _______, QK_BOOT, _______, _______, _______, _______, KC_WH_U, _______ , | ||
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_WH_L, KC_WH_D, KC_WH_R | ||
), | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
{ | ||
"keyboard_name": "6x13 ortholinear layout", | ||
"url": "", | ||
"maintainer": "qmk", | ||
"layouts": { | ||
"LAYOUT_ortho_6x13": { | ||
"layout": [ | ||
{"x":0 , "y":0}, | ||
{"x":1 , "y":0}, | ||
{"x":2 , "y":0}, | ||
{"x":3 , "y":0}, | ||
{"x":4 , "y":0}, | ||
{"x":5 , "y":0}, | ||
{"x":6 , "y":0}, | ||
{"x":7 , "y":0}, | ||
{"x":8 , "y":0}, | ||
{"x":9 , "y":0}, | ||
{"x":10, "y":0}, | ||
{"x":11, "y":0}, | ||
{"x":12, "y":0}, | ||
|
||
{"x":0 , "y":1}, | ||
{"x":1 , "y":1}, | ||
{"x":2 , "y":1}, | ||
{"x":3 , "y":1}, | ||
{"x":4 , "y":1}, | ||
{"x":5 , "y":1}, | ||
{"x":6 , "y":1}, | ||
{"x":7 , "y":1}, | ||
{"x":8 , "y":1}, | ||
{"x":9 , "y":1}, | ||
{"x":10, "y":1}, | ||
{"x":11, "y":1}, | ||
{"x":12, "y":1}, | ||
|
||
{"x":0 , "y":2}, | ||
{"x":1 , "y":2}, | ||
{"x":2 , "y":2}, | ||
{"x":3 , "y":2}, | ||
{"x":4 , "y":2}, | ||
{"x":5 , "y":2}, | ||
{"x":6 , "y":2}, | ||
{"x":7 , "y":2}, | ||
{"x":8 , "y":2}, | ||
{"x":9 , "y":2}, | ||
{"x":10, "y":2}, | ||
{"x":11, "y":2}, | ||
{"x":12, "y":2}, | ||
|
||
{"x":0 , "y":3}, | ||
{"x":1 , "y":3}, | ||
{"x":2 , "y":3}, | ||
{"x":3 , "y":3}, | ||
{"x":4 , "y":3}, | ||
{"x":5 , "y":3}, | ||
{"x":6 , "y":3}, | ||
{"x":7 , "y":3}, | ||
{"x":8 , "y":3}, | ||
{"x":9 , "y":3}, | ||
{"x":10, "y":3}, | ||
{"x":11, "y":3}, | ||
{"x":12, "y":3}, | ||
|
||
{"x":0 , "y":4}, | ||
{"x":1 , "y":4}, | ||
{"x":2 , "y":4}, | ||
{"x":3 , "y":4}, | ||
{"x":4 , "y":4}, | ||
{"x":5 , "y":4}, | ||
{"x":6 , "y":4}, | ||
{"x":7 , "y":4}, | ||
{"x":8 , "y":4}, | ||
{"x":9 , "y":4}, | ||
{"x":10, "y":4}, | ||
{"x":11, "y":4}, | ||
{"x":12, "y":4}, | ||
|
||
{"x":0 , "y":5}, | ||
{"x":1 , "y":5}, | ||
{"x":2 , "y":5}, | ||
{"x":3 , "y":5}, | ||
{"x":4 , "y":5}, | ||
{"x":5 , "y":5}, | ||
{"x":6 , "y":5}, | ||
{"x":7 , "y":5}, | ||
{"x":8 , "y":5}, | ||
{"x":9 , "y":5}, | ||
{"x":10, "y":5}, | ||
{"x":11, "y":5}, | ||
{"x":12, "y":5} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[{a:7},"","","","","","","","","","","","",""], | ||
["","","","","","","","","","","","",""], | ||
["","","","","","","","","","","","",""], | ||
["","","","","","","","","","","","",""], | ||
["","","","","","","","","","","","",""], | ||
["","","","","","","","","","","","",""] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# ortho_6x13 | ||
|
||
LAYOUT_ortho_6x13 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters