diff options
Diffstat (limited to 'layouts/default/ortho_3x3')
-rw-r--r-- | layouts/default/ortho_3x3/default_ortho_3x3/keymap.c | 21 | ||||
-rw-r--r-- | layouts/default/ortho_3x3/info.json | 22 | ||||
-rw-r--r-- | layouts/default/ortho_3x3/layout.json | 3 | ||||
-rw-r--r-- | layouts/default/ortho_3x3/readme.md | 3 |
4 files changed, 0 insertions, 49 deletions
diff --git a/layouts/default/ortho_3x3/default_ortho_3x3/keymap.c b/layouts/default/ortho_3x3/default_ortho_3x3/keymap.c deleted file mode 100644 index ea111ba6fe..0000000000 --- a/layouts/default/ortho_3x3/default_ortho_3x3/keymap.c +++ /dev/null @@ -1,21 +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 │ - * └───┴───┴───┘ - */ - [0] = LAYOUT_ortho_3x3( - KC_A, KC_B, KC_C, - KC_D, KC_E, KC_F, - KC_G, KC_H, KC_I - ) -}; diff --git a/layouts/default/ortho_3x3/info.json b/layouts/default/ortho_3x3/info.json deleted file mode 100644 index 4e0def90f4..0000000000 --- a/layouts/default/ortho_3x3/info.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "keyboard_name": "3x3 ortholinear layout", - "url": "", - "maintainer": "qmk", - "layouts": { - "LAYOUT_ortho_3x3": { - "layout": [ - {"x":0, "y":0}, - {"x":1, "y":0}, - {"x":2, "y":0}, - - {"x":0, "y":1}, - {"x":1, "y":1}, - {"x":2, "y":1}, - - {"x":0, "y":2}, - {"x":1, "y":2}, - {"x":2, "y":2} - ] - } - } -} diff --git a/layouts/default/ortho_3x3/layout.json b/layouts/default/ortho_3x3/layout.json deleted file mode 100644 index 7986a26a76..0000000000 --- a/layouts/default/ortho_3x3/layout.json +++ /dev/null @@ -1,3 +0,0 @@ -["","",""], -["","",""], -["","",""] diff --git a/layouts/default/ortho_3x3/readme.md b/layouts/default/ortho_3x3/readme.md deleted file mode 100644 index b6b2053565..0000000000 --- a/layouts/default/ortho_3x3/readme.md +++ /dev/null @@ -1,3 +0,0 @@ -# ortho_3x3 - - LAYOUT_ortho_3x3 |