summaryrefslogtreecommitdiff
path: root/layouts/default/ortho_5x5
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/default/ortho_5x5')
-rw-r--r--layouts/default/ortho_5x5/default_ortho_5x5/keymap.c27
-rw-r--r--layouts/default/ortho_5x5/info.json40
-rw-r--r--layouts/default/ortho_5x5/layout.json5
-rw-r--r--layouts/default/ortho_5x5/readme.md3
4 files changed, 0 insertions, 75 deletions
diff --git a/layouts/default/ortho_5x5/default_ortho_5x5/keymap.c b/layouts/default/ortho_5x5/default_ortho_5x5/keymap.c
deleted file mode 100644
index 04644e40c7..0000000000
--- a/layouts/default/ortho_5x5/default_ortho_5x5/keymap.c
+++ /dev/null
@@ -1,27 +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 │
- * ├───┼───┼───┼───┼───┤
- * │ A │ B │ C │ D │ E │
- * ├───┼───┼───┼───┼───┤
- * │ A │ B │ C │ D │ E │
- * ├───┼───┼───┼───┼───┤
- * │ A │ B │ C │ D │ E │
- * ├───┼───┼───┼───┼───┤
- * │ A │ B │ C │ D │ E │
- * └───┴───┴───┴───┴───┘
- */
- [0] = LAYOUT_ortho_5x5(
- KC_A, KC_B, KC_C, KC_D, KC_E,
- KC_A, KC_B, KC_C, KC_D, KC_E,
- KC_A, KC_B, KC_C, KC_D, KC_E,
- KC_A, KC_B, KC_C, KC_D, KC_E,
- KC_A, KC_B, KC_C, KC_D, KC_E
- )
-};
diff --git a/layouts/default/ortho_5x5/info.json b/layouts/default/ortho_5x5/info.json
deleted file mode 100644
index d48911a74c..0000000000
--- a/layouts/default/ortho_5x5/info.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "keyboard_name": "5x5 ortholinear layout",
- "url": "",
- "maintainer": "qmk",
- "layouts": {
- "LAYOUT_ortho_5x5": {
- "layout": [
- {"x":0, "y":0},
- {"x":1, "y":0},
- {"x":2, "y":0},
- {"x":3, "y":0},
- {"x":4, "y":0},
-
- {"x":0, "y":1},
- {"x":1, "y":1},
- {"x":2, "y":1},
- {"x":3, "y":1},
- {"x":4, "y":1},
-
- {"x":0, "y":2},
- {"x":1, "y":2},
- {"x":2, "y":2},
- {"x":3, "y":2},
- {"x":4, "y":2},
-
- {"x":0, "y":3},
- {"x":1, "y":3},
- {"x":2, "y":3},
- {"x":3, "y":3},
- {"x":4, "y":3},
-
- {"x":0, "y":4},
- {"x":1, "y":4},
- {"x":2, "y":4},
- {"x":3, "y":4},
- {"x":4, "y":4}
- ]
- }
- }
-}
diff --git a/layouts/default/ortho_5x5/layout.json b/layouts/default/ortho_5x5/layout.json
deleted file mode 100644
index 71f77df6ed..0000000000
--- a/layouts/default/ortho_5x5/layout.json
+++ /dev/null
@@ -1,5 +0,0 @@
-["","","","",""],
-["","","","",""],
-["","","","",""],
-["","","","",""],
-["","","","",""]
diff --git a/layouts/default/ortho_5x5/readme.md b/layouts/default/ortho_5x5/readme.md
deleted file mode 100644
index 3dd75765d1..0000000000
--- a/layouts/default/ortho_5x5/readme.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# ortho_5x5
-
- LAYOUT_ortho_5x5 \ No newline at end of file