diff options
Diffstat (limited to 'layouts/default/ortho_4x12')
-rw-r--r-- | layouts/default/ortho_4x12/default_ortho_4x12/keymap.c | 10 | ||||
-rw-r--r-- | layouts/default/ortho_4x12/layout.json | 4 | ||||
-rw-r--r-- | layouts/default/ortho_4x12/readme.md | 3 |
3 files changed, 17 insertions, 0 deletions
diff --git a/layouts/default/ortho_4x12/default_ortho_4x12/keymap.c b/layouts/default/ortho_4x12/default_ortho_4x12/keymap.c new file mode 100644 index 0000000000..4a2f8fd955 --- /dev/null +++ b/layouts/default/ortho_4x12/default_ortho_4x12/keymap.c @@ -0,0 +1,10 @@ +#include QMK_KEYBOARD_H + +const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { + [0] = LAYOUT_ortho_4x12( + KC_A, KC_B, KC_C, KC_D, KC_E, KC_F, KC_G, KC_H, KC_I, KC_J, KC_K, KC_L, + KC_A, KC_B, KC_C, KC_D, KC_E, KC_F, KC_G, KC_H, KC_I, KC_J, KC_K, KC_L, + KC_A, KC_B, KC_C, KC_D, KC_E, KC_F, KC_G, KC_H, KC_I, KC_J, KC_K, KC_L, + KC_A, KC_B, KC_C, KC_D, KC_E, KC_F, KC_G, KC_H, KC_I, KC_J, KC_K, KC_L + ) +};
\ No newline at end of file diff --git a/layouts/default/ortho_4x12/layout.json b/layouts/default/ortho_4x12/layout.json new file mode 100644 index 0000000000..9439b6e0be --- /dev/null +++ b/layouts/default/ortho_4x12/layout.json @@ -0,0 +1,4 @@ +["","","","","","","","","","","",""], +["","","","","","","","","","","",""], +["","","","","","","","","","","",""], +["","","","","","","","","","","",""]
\ No newline at end of file diff --git a/layouts/default/ortho_4x12/readme.md b/layouts/default/ortho_4x12/readme.md new file mode 100644 index 0000000000..6963727c6e --- /dev/null +++ b/layouts/default/ortho_4x12/readme.md @@ -0,0 +1,3 @@ +# ortho_4x12 + + LAYOUT_ortho_4x12
\ No newline at end of file |