diff options
Diffstat (limited to 'layouts/default')
| -rw-r--r-- | layouts/default/ortho_4x10/default_ortho_4x10/keymap.c | 10 | ||||
| -rw-r--r-- | layouts/default/ortho_4x10/layout.json | 4 | ||||
| -rw-r--r-- | layouts/default/ortho_4x10/readme.md | 3 |
3 files changed, 17 insertions, 0 deletions
diff --git a/layouts/default/ortho_4x10/default_ortho_4x10/keymap.c b/layouts/default/ortho_4x10/default_ortho_4x10/keymap.c new file mode 100644 index 000000000..3f6285e2d --- /dev/null +++ b/layouts/default/ortho_4x10/default_ortho_4x10/keymap.c | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | #include QMK_KEYBOARD_H | ||
| 2 | |||
| 3 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 4 | [0] = LAYOUT_ortho_4x10( | ||
| 5 | KC_A, KC_B, KC_C, KC_D, KC_E, KC_F, KC_G, KC_H, KC_I, KC_J, | ||
| 6 | KC_A, KC_B, KC_C, KC_D, KC_E, KC_F, KC_G, KC_H, KC_I, KC_J, | ||
| 7 | KC_A, KC_B, KC_C, KC_D, KC_E, KC_F, KC_G, KC_H, KC_I, KC_J, | ||
| 8 | KC_A, KC_B, KC_C, KC_D, KC_E, KC_F, KC_G, KC_H, KC_I, KC_J | ||
| 9 | ) | ||
| 10 | }; | ||
diff --git a/layouts/default/ortho_4x10/layout.json b/layouts/default/ortho_4x10/layout.json new file mode 100644 index 000000000..86f098e27 --- /dev/null +++ b/layouts/default/ortho_4x10/layout.json | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | ["","","","","","","","","",""], | ||
| 2 | ["","","","","","","","","",""], | ||
| 3 | ["","","","","","","","","",""], | ||
| 4 | ["","","","","","","","","",""] | ||
diff --git a/layouts/default/ortho_4x10/readme.md b/layouts/default/ortho_4x10/readme.md new file mode 100644 index 000000000..c5c29251c --- /dev/null +++ b/layouts/default/ortho_4x10/readme.md | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | # ortho_4x10 | ||
| 2 | |||
| 3 | LAYOUT_ortho_4x10 | ||
