diff options
Diffstat (limited to 'layouts/default')
| -rw-r--r-- | layouts/default/ortho_3x10/default_ortho_3x10/keymap.c | 9 | ||||
| -rw-r--r-- | layouts/default/ortho_3x10/layout.json | 3 | ||||
| -rw-r--r-- | layouts/default/ortho_3x10/readme.md | 3 |
3 files changed, 15 insertions, 0 deletions
diff --git a/layouts/default/ortho_3x10/default_ortho_3x10/keymap.c b/layouts/default/ortho_3x10/default_ortho_3x10/keymap.c new file mode 100644 index 000000000..b779afc8a --- /dev/null +++ b/layouts/default/ortho_3x10/default_ortho_3x10/keymap.c | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | #include QMK_KEYBOARD_H | ||
| 2 | |||
| 3 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 4 | [0] = LAYOUT_ortho_3x10( | ||
| 5 | KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, | ||
| 6 | KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, | ||
| 7 | KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH | ||
| 8 | ) | ||
| 9 | }; | ||
diff --git a/layouts/default/ortho_3x10/layout.json b/layouts/default/ortho_3x10/layout.json new file mode 100644 index 000000000..6600f32a6 --- /dev/null +++ b/layouts/default/ortho_3x10/layout.json | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | ["","","","","","","","","",""], | ||
| 2 | ["","","","","","","","","",""], | ||
| 3 | ["","","","","","","","","",""] | ||
diff --git a/layouts/default/ortho_3x10/readme.md b/layouts/default/ortho_3x10/readme.md new file mode 100644 index 000000000..e0a31cdf6 --- /dev/null +++ b/layouts/default/ortho_3x10/readme.md | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | # ortho_3x10 | ||
| 2 | |||
| 3 | LAYOUT_ortho_3x10 | ||
