diff options
Diffstat (limited to 'layouts/default/planck_mit')
-rw-r--r-- | layouts/default/planck_mit/default_planck_mit/keymap.c | 24 | ||||
-rw-r--r-- | layouts/default/planck_mit/info.json | 61 | ||||
-rw-r--r-- | layouts/default/planck_mit/layout.json | 4 | ||||
-rw-r--r-- | layouts/default/planck_mit/readme.md | 3 |
4 files changed, 0 insertions, 92 deletions
diff --git a/layouts/default/planck_mit/default_planck_mit/keymap.c b/layouts/default/planck_mit/default_planck_mit/keymap.c deleted file mode 100644 index 8e24170a34..0000000000 --- a/layouts/default/planck_mit/default_planck_mit/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 │ Y │ U │ I │ O │ P │Bsp│ - * ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤ - * │Esc│ A │ S │ D │ F │ G │ H │ J │ K │ L │ ; │ ' │ - * ├───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤ - * │Sft│ Z │ X │ C │ V │ B │ N │ M │ , │ . │ / │Ent│ - * ├───┼───┼───┼───┼───┼───┴───┼───┼───┼───┼───┼───┤ - * │App│Ctl│Alt│GUI│ < │ │ > │ ← │ ↓ │ ↑ │ → │ - * └───┴───┴───┴───┴───┴───────┴───┴───┴───┴───┴───┘ - */ - [0] = LAYOUT_planck_mit( - KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC, - KC_ESC, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, - KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_ENT, - KC_APP, KC_LCTL, KC_LALT, KC_LGUI, KC_LT, KC_SPC, KC_GT, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT - ) -}; diff --git a/layouts/default/planck_mit/info.json b/layouts/default/planck_mit/info.json deleted file mode 100644 index 4225b52c2c..0000000000 --- a/layouts/default/planck_mit/info.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "keyboard_name": "Planck MIT (4x12) layout", - "url": "", - "maintainer": "qmk", - "layouts": { - "LAYOUT_planck_mit": { - "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":10, "y":0}, - {"x":11, "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":10, "y":1}, - {"x":11, "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}, - {"x":10, "y":2}, - {"x":11, "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, "w":2}, - {"x":7, "y":3}, - {"x":8, "y":3}, - {"x":9, "y":3}, - {"x":10, "y":3}, - {"x":11, "y":3} - ] - } - } -} diff --git a/layouts/default/planck_mit/layout.json b/layouts/default/planck_mit/layout.json deleted file mode 100644 index b214e073c5..0000000000 --- a/layouts/default/planck_mit/layout.json +++ /dev/null @@ -1,4 +0,0 @@ -[{a:7},"","","","","","","","","","","",""], -["","","","","","","","","","","",""], -["","","","","","","","","","","",""], -["","","","","",{w:2},"","","","","",""] diff --git a/layouts/default/planck_mit/readme.md b/layouts/default/planck_mit/readme.md deleted file mode 100644 index e1cf2c9e36..0000000000 --- a/layouts/default/planck_mit/readme.md +++ /dev/null @@ -1,3 +0,0 @@ -# planck_mit - - LAYOUT_planck_mit |