summaryrefslogtreecommitdiff
path: root/layouts/default/ortho_3x10
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/default/ortho_3x10')
-rw-r--r--layouts/default/ortho_3x10/default_ortho_3x10/keymap.c21
-rw-r--r--layouts/default/ortho_3x10/info.json43
-rw-r--r--layouts/default/ortho_3x10/layout.json3
-rw-r--r--layouts/default/ortho_3x10/readme.md3
4 files changed, 0 insertions, 70 deletions
diff --git a/layouts/default/ortho_3x10/default_ortho_3x10/keymap.c b/layouts/default/ortho_3x10/default_ortho_3x10/keymap.c
deleted file mode 100644
index 7d6c73be46..0000000000
--- a/layouts/default/ortho_3x10/default_ortho_3x10/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] = {
- /*
- * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
- * │ Q │ W │ E │ R │ T │ Y │ U │ I │ O │ P │
- * ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤
- * │ A │ S │ D │ F │ G │ H │ J │ K │ L │ ; │
- * ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤
- * │ Z │ X │ C │ V │ B │ N │ M │ , │ . │ / │
- * └───┴───┴───┴───┴───┴───┴───┴───┴───┴───┘
- */
- [0] = LAYOUT_ortho_3x10(
- KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P,
- KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN,
- KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH
- )
-};
diff --git a/layouts/default/ortho_3x10/info.json b/layouts/default/ortho_3x10/info.json
deleted file mode 100644
index a3362c736e..0000000000
--- a/layouts/default/ortho_3x10/info.json
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "keyboard_name": "3x10 ortholinear layout",
- "url": "",
- "maintainer": "qmk",
- "layouts": {
- "LAYOUT_ortho_3x10": {
- "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":6, "y":0},
- {"x":7, "y":0},
- {"x":8, "y":0},
- {"x":9, "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},
- {"x":6, "y":1},
- {"x":7, "y":1},
- {"x":8, "y":1},
- {"x":9, "y":1},
-
- {"x":0, "y":2},
- {"x":1, "y":2},
- {"x":2, "y":2},
- {"x":3, "y":2},
- {"x":4, "y":2},
- {"x":5, "y":2},
- {"x":6, "y":2},
- {"x":7, "y":2},
- {"x":8, "y":2},
- {"x":9, "y":2}
- ]
- }
- }
-}
diff --git a/layouts/default/ortho_3x10/layout.json b/layouts/default/ortho_3x10/layout.json
deleted file mode 100644
index 352a422630..0000000000
--- a/layouts/default/ortho_3x10/layout.json
+++ /dev/null
@@ -1,3 +0,0 @@
-[{a:7},"","","","","","","","","",""],
-["","","","","","","","","",""],
-["","","","","","","","","",""]
diff --git a/layouts/default/ortho_3x10/readme.md b/layouts/default/ortho_3x10/readme.md
deleted file mode 100644
index e0a31cdf63..0000000000
--- a/layouts/default/ortho_3x10/readme.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# ortho_3x10
-
- LAYOUT_ortho_3x10