diff options
Diffstat (limited to 'layouts/default/ortho_2x6')
-rw-r--r-- | layouts/default/ortho_2x6/default_ortho_2x6/keymap.c | 18 | ||||
-rw-r--r-- | layouts/default/ortho_2x6/info.json | 24 | ||||
-rw-r--r-- | layouts/default/ortho_2x6/layout.json | 2 | ||||
-rw-r--r-- | layouts/default/ortho_2x6/readme.md | 3 |
4 files changed, 0 insertions, 47 deletions
diff --git a/layouts/default/ortho_2x6/default_ortho_2x6/keymap.c b/layouts/default/ortho_2x6/default_ortho_2x6/keymap.c deleted file mode 100644 index ac6d6bd504..0000000000 --- a/layouts/default/ortho_2x6/default_ortho_2x6/keymap.c +++ /dev/null @@ -1,18 +0,0 @@ -// Copyright 2023 QMK -// SPDX-License-Identifier: GPL-2.0-or-later - -#include QMK_KEYBOARD_H - -const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { - /* - * ┌───┬───┬───┬───┬───┬───┐ - * │ A │ B │ C │ D │ E │ F │ - * ├───┼───┼───┼───┼───┼───┤ - * │ G │ H │ I │ J │ K │ L │ - * └───┴───┴───┴───┴───┴───┘ - */ - [0] = LAYOUT_ortho_2x6( - KC_A, KC_B, KC_C, KC_D, KC_E, KC_F, - KC_G, KC_H, KC_I, KC_J, KC_K, KC_L - ) -}; diff --git a/layouts/default/ortho_2x6/info.json b/layouts/default/ortho_2x6/info.json deleted file mode 100644 index c37022fa21..0000000000 --- a/layouts/default/ortho_2x6/info.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "keyboard_name": "2x6 ortholinear layout", - "url": "", - "maintainer": "qmk", - "layouts": { - "LAYOUT_ortho_2x6": { - "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":0, "y":1}, - {"x":1, "y":1}, - {"x":2, "y":1}, - {"x":3, "y":1}, - {"x":4, "y":1}, - {"x":5, "y":1} - ] - } - } -} diff --git a/layouts/default/ortho_2x6/layout.json b/layouts/default/ortho_2x6/layout.json deleted file mode 100644 index ce609ee590..0000000000 --- a/layouts/default/ortho_2x6/layout.json +++ /dev/null @@ -1,2 +0,0 @@ -["","","","","",""], -["","","","","",""] diff --git a/layouts/default/ortho_2x6/readme.md b/layouts/default/ortho_2x6/readme.md deleted file mode 100644 index 5e7c148a72..0000000000 --- a/layouts/default/ortho_2x6/readme.md +++ /dev/null @@ -1,3 +0,0 @@ -# ortho_2x6 - - LAYOUT_ortho_2x6 |