summaryrefslogtreecommitdiff
path: root/layouts/default/ortho_4x12
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_4x12
parent6baec0fffdc1e48d228dfc0a73b98a4ecf6d4caf (diff)
Remove layouts
Diffstat (limited to 'layouts/default/ortho_4x12')
-rw-r--r--layouts/default/ortho_4x12/default_ortho_4x12/keymap.c10
-rw-r--r--layouts/default/ortho_4x12/layout.json4
-rw-r--r--layouts/default/ortho_4x12/readme.md3
3 files changed, 0 insertions, 17 deletions
diff --git a/layouts/default/ortho_4x12/default_ortho_4x12/keymap.c b/layouts/default/ortho_4x12/default_ortho_4x12/keymap.c
deleted file mode 100644
index 4a2f8fd955..0000000000
--- a/layouts/default/ortho_4x12/default_ortho_4x12/keymap.c
+++ /dev/null
@@ -1,10 +0,0 @@
-#include QMK_KEYBOARD_H
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
- [0] = LAYOUT_ortho_4x12(
- KC_A, KC_B, KC_C, KC_D, KC_E, KC_F, KC_G, KC_H, KC_I, KC_J, KC_K, KC_L,
- KC_A, KC_B, KC_C, KC_D, KC_E, KC_F, KC_G, KC_H, KC_I, KC_J, KC_K, KC_L,
- KC_A, KC_B, KC_C, KC_D, KC_E, KC_F, KC_G, KC_H, KC_I, KC_J, KC_K, KC_L,
- KC_A, KC_B, KC_C, KC_D, KC_E, KC_F, KC_G, KC_H, KC_I, KC_J, KC_K, KC_L
- )
-}; \ No newline at end of file
diff --git a/layouts/default/ortho_4x12/layout.json b/layouts/default/ortho_4x12/layout.json
deleted file mode 100644
index 9439b6e0be..0000000000
--- a/layouts/default/ortho_4x12/layout.json
+++ /dev/null
@@ -1,4 +0,0 @@
-["","","","","","","","","","","",""],
-["","","","","","","","","","","",""],
-["","","","","","","","","","","",""],
-["","","","","","","","","","","",""] \ No newline at end of file
diff --git a/layouts/default/ortho_4x12/readme.md b/layouts/default/ortho_4x12/readme.md
deleted file mode 100644
index 6963727c6e..0000000000
--- a/layouts/default/ortho_4x12/readme.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# ortho_4x12
-
- LAYOUT_ortho_4x12 \ No newline at end of file