summaryrefslogtreecommitdiff
path: root/layouts/default/ortho_4x6
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/default/ortho_4x6')
-rw-r--r--layouts/default/ortho_4x6/default_ortho_4x6/keymap.c24
-rw-r--r--layouts/default/ortho_4x6/info.json38
-rw-r--r--layouts/default/ortho_4x6/layout.json4
-rw-r--r--layouts/default/ortho_4x6/readme.md3
4 files changed, 0 insertions, 69 deletions
diff --git a/layouts/default/ortho_4x6/default_ortho_4x6/keymap.c b/layouts/default/ortho_4x6/default_ortho_4x6/keymap.c
deleted file mode 100644
index 0cf87b8bbc..0000000000
--- a/layouts/default/ortho_4x6/default_ortho_4x6/keymap.c
+++ /dev/null
@@ -1,24 +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] = {
- /*
- * ┌───┬───┬───┬───┬───┬───┐
- * │Tab│ Q │ W │ E │ R │ T │
- * ├───┼───┼───┼───┼───┼───┤
- * │Bsp│ A │ S │ D │ F │ G │
- * ├───┼───┼───┼───┼───┼───┤
- * │Sft│ Z │ X │ C │ V │ B │
- * ├───┼───┼───┼───┼───┼───┤
- * │Ctl│App│GUI│Alt│Spc│Spc│
- * └───┴───┴───┴───┴───┴───┘
- */
- [0] = LAYOUT_ortho_4x6(
- KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T,
- KC_BSPC, KC_A, KC_S, KC_D, KC_F, KC_G,
- KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B,
- KC_LCTL, KC_MENU, KC_LGUI, KC_LALT, KC_SPC, KC_SPC
- )
-};
diff --git a/layouts/default/ortho_4x6/info.json b/layouts/default/ortho_4x6/info.json
deleted file mode 100644
index 78376c038a..0000000000
--- a/layouts/default/ortho_4x6/info.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "keyboard_name": "4x6 ortholinear layout",
- "url": "",
- "maintainer": "qmk",
- "layouts": {
- "LAYOUT_ortho_4x6": {
- "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},
-
- {"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":0, "y":3},
- {"x":1, "y":3},
- {"x":2, "y":3},
- {"x":3, "y":3},
- {"x":4, "y":3},
- {"x":5, "y":3}
- ]
- }
- }
-}
diff --git a/layouts/default/ortho_4x6/layout.json b/layouts/default/ortho_4x6/layout.json
deleted file mode 100644
index 46402c64bd..0000000000
--- a/layouts/default/ortho_4x6/layout.json
+++ /dev/null
@@ -1,4 +0,0 @@
-[{a:7},"","","","","",""],
-["","","","","",""],
-["","","","","",""],
-["","","","","",""]
diff --git a/layouts/default/ortho_4x6/readme.md b/layouts/default/ortho_4x6/readme.md
deleted file mode 100644
index 67c6175ee8..0000000000
--- a/layouts/default/ortho_4x6/readme.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# ortho_4x6
-
- LAYOUT_ortho_4x6