summaryrefslogtreecommitdiff
path: root/layouts/default/ortho_6x4
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2019-04-09 08:57:34 -0700
committerDrashna Jaelre <drashna@live.com>2019-04-09 08:57:34 -0700
commit19ed62114a1f5d20aacb9cbe83105e977b9a2971 (patch)
treedf27c96cd97c8a73ace9359b1bb05900fad15e25 /layouts/default/ortho_6x4
parent6baec0fffdc1e48d228dfc0a73b98a4ecf6d4caf (diff)
Remove layouts
Diffstat (limited to 'layouts/default/ortho_6x4')
-rw-r--r--layouts/default/ortho_6x4/default_ortho_6x4/keymap.c12
-rw-r--r--layouts/default/ortho_6x4/layout.json6
-rw-r--r--layouts/default/ortho_6x4/readme.md3
3 files changed, 0 insertions, 21 deletions
diff --git a/layouts/default/ortho_6x4/default_ortho_6x4/keymap.c b/layouts/default/ortho_6x4/default_ortho_6x4/keymap.c
deleted file mode 100644
index 39c1ed4810..0000000000
--- a/layouts/default/ortho_6x4/default_ortho_6x4/keymap.c
+++ /dev/null
@@ -1,12 +0,0 @@
-#include QMK_KEYBOARD_H
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
- [0] = LAYOUT_ortho_6x4(
- KC_F1, KC_F2, KC_F3, KC_F4, \
- KC_F5, KC_F6, KC_F7, KC_F8, \
- KC_F9, KC_F10, KC_F11, KC_F12, \
- KC_F13, KC_F14, KC_F15, KC_F16, \
- KC_F17, KC_F18, KC_F19, KC_F20, \
- KC_F21, KC_F22, KC_F23, KC_F24 \
- ),
-};
diff --git a/layouts/default/ortho_6x4/layout.json b/layouts/default/ortho_6x4/layout.json
deleted file mode 100644
index 4db1bb0fde..0000000000
--- a/layouts/default/ortho_6x4/layout.json
+++ /dev/null
@@ -1,6 +0,0 @@
-["","","",""],
-["","","",""],
-["","","",""],
-["","","",""],
-["","","",""],
-["","","",""],
diff --git a/layouts/default/ortho_6x4/readme.md b/layouts/default/ortho_6x4/readme.md
deleted file mode 100644
index 6014d4b196..0000000000
--- a/layouts/default/ortho_6x4/readme.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# ortho_6x4
-
- LAYOUT_ortho_6x4 \ No newline at end of file