summaryrefslogtreecommitdiffstats
path: root/keyboards/mokey
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/mokey')
-rw-r--r--keyboards/mokey/ginkgo65/keymaps/default/keymap.c51
-rw-r--r--keyboards/mokey/ginkgo65/keymaps/via/keymap.c51
-rw-r--r--keyboards/mokey/ginkgo65hot/keymaps/via/keymap.c50
-rw-r--r--keyboards/mokey/ibis80/config.h31
-rw-r--r--keyboards/mokey/ibis80/ibis80.h75
-rw-r--r--keyboards/mokey/ibis80/info.json216
-rw-r--r--keyboards/mokey/ibis80/keymaps/default/keymap.c27
-rw-r--r--keyboards/mokey/ibis80/keymaps/via/keymap.c51
-rw-r--r--keyboards/mokey/xox70/keymaps/default/keymap.c26
-rw-r--r--keyboards/mokey/xox70/keymaps/via/keymap.c47
-rw-r--r--keyboards/mokey/xox70hot/keymaps/default/keymap.c35
-rw-r--r--keyboards/mokey/xox70hot/keymaps/via/keymap.c49
12 files changed, 0 insertions, 709 deletions
diff --git a/keyboards/mokey/ginkgo65/keymaps/default/keymap.c b/keyboards/mokey/ginkgo65/keymaps/default/keymap.c
deleted file mode 100644
index fbe5a8531f..0000000000
--- a/keyboards/mokey/ginkgo65/keymaps/default/keymap.c
+++ /dev/null
@@ -1,51 +0,0 @@
-/* Copyright 2021 Ocean
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#include QMK_KEYBOARD_H
-
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
-
- /*
- * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┬───┐
- * │Esc│ 1 │ 2 │ 3 │ 4 │ 5 │ 6 │ 7 │ 8 │ 9 │ 0 │ - │ = │Bspace │Ins│
- * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┼───┤
- * │ Tab │ Q │ W │ E │ R │ T │ Y │ U │ I │ O │ P │ [ │ ] │ \ │Del│
- * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┼───┤
- * │ Caps │ A │ S │ D │ F │ G │ H │ J │ K │ L │ ; │ ' │ Enter │PgU│
- * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┼───┤
- * │ LShift │ Z │ X │ C │ V │ B │ N │ M │ , │ . │ / │RShift│ ↑ │PgD│
- * ├────┬───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬─┬───┼───┼───┤
- * │LCtl│LGui│LAlt│ Space │RAlt│ Fn │ │ ← │ ↓ │ → │
- * └────┴────┴────┴────────────────────────┴────┴────┘ └───┴───┴───┘
- */
-
- [0] = LAYOUT_65_ansi_blocker(
- KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_INS,
- KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_DEL,
- KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, KC_PGUP,
- KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP, KC_PGDN,
- KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(1), KC_LEFT, KC_DOWN, KC_RGHT
- ),
-
- [1] = LAYOUT_65_ansi_blocker(
- KC_GRV, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, _______, _______,
- BL_TOGG, BL_STEP, BL_DOWN, BL_UP, QK_BOOT, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______
- ),
-
-};
diff --git a/keyboards/mokey/ginkgo65/keymaps/via/keymap.c b/keyboards/mokey/ginkgo65/keymaps/via/keymap.c
deleted file mode 100644
index 5a9f3cf839..0000000000
--- a/keyboards/mokey/ginkgo65/keymaps/via/keymap.c
+++ /dev/null
@@ -1,51 +0,0 @@
-/* Copyright 2021 Ocean
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-#include QMK_KEYBOARD_H
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
-
- [0] = LAYOUT_65_ansi_blocker(
- KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_INS,
- KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_DEL,
- KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, KC_PGUP,
- KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP, KC_PGDN,
- KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(1), KC_LEFT, KC_DOWN, KC_RGHT
- ),
-
- [1] = LAYOUT_65_ansi_blocker(
- KC_GRV, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, _______, _______,
- BL_TOGG, BL_STEP, BL_DOWN, BL_UP, QK_BOOT, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______
- ),
-
- [2] = LAYOUT_65_ansi_blocker(
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______
- ),
-
- [3] = LAYOUT_65_ansi_blocker(
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______
- ),
-
-};
diff --git a/keyboards/mokey/ginkgo65hot/keymaps/via/keymap.c b/keyboards/mokey/ginkgo65hot/keymaps/via/keymap.c
deleted file mode 100644
index 7f4924e1a1..0000000000
--- a/keyboards/mokey/ginkgo65hot/keymaps/via/keymap.c
+++ /dev/null
@@ -1,50 +0,0 @@
-/* Copyright 2021 Ocean
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-#include QMK_KEYBOARD_H
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
-
- [0] = LAYOUT(
- KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_INS,
- KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_DEL,
- KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, KC_PGUP,
- KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP, KC_PGDN,
- KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(1), KC_LEFT, KC_DOWN, KC_RGHT
- ),
-
- [1] = LAYOUT(
- KC_GRV, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, _______, _______,
- BL_TOGG, BL_STEP, BL_DOWN, BL_UP, QK_BOOT, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______
- ),
-
- [2] = LAYOUT(
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______
- ),
-
- [3] = LAYOUT(
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______
- )
-};
diff --git a/keyboards/mokey/ibis80/config.h b/keyboards/mokey/ibis80/config.h
deleted file mode 100644
index c6a40383aa..0000000000
--- a/keyboards/mokey/ibis80/config.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
-Copyright 2021 Kyle McCreery
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 2 of the License, or
-(at your option) any later version.
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#pragma once
-
-#include "config_common.h"
-
-/* key matrix size */
-#define MATRIX_ROWS 6
-#define MATRIX_COLS 17
-
-#define MATRIX_ROW_PINS { B0, B1, B2, E6, F0, F1 }
-#define MATRIX_COL_PINS { D0, D1, D2, D3, D5, D4, D6, D7, B4, B5, B6, C6, C7, F7, F6, F5, F4 }
-
-/* COL2ROW, ROW2COL*/
-#define DIODE_DIRECTION COL2ROW
-
-/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
-#define DEBOUNCE 5
-
diff --git a/keyboards/mokey/ibis80/ibis80.h b/keyboards/mokey/ibis80/ibis80.h
deleted file mode 100644
index 0f2c60a533..0000000000
--- a/keyboards/mokey/ibis80/ibis80.h
+++ /dev/null
@@ -1,75 +0,0 @@
-/* Copyright 2021 Ocean
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#pragma once
-
-#include "quantum.h"
-
-#define XXX KC_NO
-
-/*
- * ┌───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┐ ┌───┬───┬───┐
- * │00 ││01 │02 │03 │04 ││05 │06 │07 │08 ││09 │0A │0B │0C ││0D │ │0E │0F │0G │
- * └───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┘ └───┴───┴───┘
- * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐ ┌───┬───┬───┐
- * │10 │11 │12 │13 │14 │15 │16 │17 │18 │19 │1A │1B │1C │1D │ │1E │1F │1G │
- * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┤ ├───┼───┼───┤ ┌─────┐
- * │20 │21 │22 │23 │24 │25 │26 │27 │28 │29 │2A │2B │2C │2D │ │2E │2F │2G │ │3D │
- * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤ └───┴───┴───┘ ┌──┴┐ │ ISO Enter
- * │30 │31 │32 │33 │34 │35 │36 │37 │38 │39 │3A │3B │3D │ │2D │ │
- * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────────┤ ┌───┐ └───┴────┘
- * │40 │41 │42 │43 │44 │45 │46 │47 │48 │49 │4A │4D │ │4F │
- * ├─────┬──┴┬──┴──┬┴───┴───┴───┴───┴───┴───┴──┬┴───┴┬───┬─────┤ ┌───┼───┼───┐
- * │50 │51 │52 │56 │5A │5B │5D │ │5E │5F │5G │
- * └─────┴───┴─────┴───────────────────────────┴─────┴───┴─────┘ └───┴───┴───┘
- * ┌─────┐ ┌─────┬───────────────────────────┬─────┐ ┌─────┐
- * │50 │ │52 │56 │5A │ │5D │
- * └─────┘ └─────┴───────────────────────────┴─────┘ └─────┘
- */
-
-#define LAYOUT_tkl_f13_ansi_tsangan(\
- k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, k0c, k0d, k0e, k0f, k0g, \
- k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, k1c, k1d, k1e, k1f, k1g, \
- k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, k2c, k2d, k2e, k2f, k2g, \
- k30, k31, k32, k33, k34, k35, k36, k37, k38, k39, k3a, k3b, k3d, \
- k40, k41, k42, k43, k44, k45, k46, k47, k48, k49, k4a, k4d, k4f, \
- k50, k51, k52, k56, k5a, k5b, k5d, k5e, k5f, k5g \
-) \
-{ \
- { k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, k0c, k0d, k0e, k0f, k0g }, \
- { k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, k1c, k1d, k1e, k1f, k1g }, \
- { k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, k2c, k2d, k2e, k2f, k2g }, \
- { k30, k31, k32, k33, k34, k35, k36, k37, k38, k39, k3a, k3b, XXX, k3d, XXX, XXX, XXX }, \
- { k40, k41, k42, k43, k44, k45, k46, k47, k48, k49, k4a, XXX, XXX, k4d, XXX, k4f, XXX }, \
- { k50, k51, k52, XXX, XXX, XXX, k56, XXX, XXX, XXX, k5a, k5b, XXX, k5d, k5e, k5f, k5g } \
-}
-
-#define LAYOUT_tkl_f13_ansi_wkl(\
- k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, k0c, k0d, k0e, k0f, k0g, \
- k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, k1c, k1d, k1e, k1f, k1g, \
- k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, k2c, k2d, k2e, k2f, k2g, \
- k30, k31, k32, k33, k34, k35, k36, k37, k38, k39, k3a, k3b, k3d, \
- k40, k41, k42, k43, k44, k45, k46, k47, k48, k49, k4a, k4d, k4f, \
- k50, k52, k56, k5a, k5d, k5e, k5f, k5g \
-) \
-{ \
- { k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, k0c, k0d, k0e, k0f, k0g }, \
- { k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, k1c, k1d, k1e, k1f, k1g }, \
- { k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, k2c, k2d, k2e, k2f, k2g }, \
- { k30, k31, k32, k33, k34, k35, k36, k37, k38, k39, k3a, k3b, XXX, k3d, XXX, XXX, XXX }, \
- { k40, k41, k42, k43, k44, k45, k46, k47, k48, k49, k4a, XXX, XXX, k4d, XXX, k4f, XXX }, \
- { k50, XXX, k52, XXX, XXX, XXX, k56, XXX, XXX, XXX, k5a, XXX, XXX, k5d, k5e, k5f, k5g } \
-}
diff --git a/keyboards/mokey/ibis80/info.json b/keyboards/mokey/ibis80/info.json
deleted file mode 100644
index 8f906681fa..0000000000
--- a/keyboards/mokey/ibis80/info.json
+++ /dev/null
@@ -1,216 +0,0 @@
-{
- "keyboard_name": "ibis 80",
- "manufacturer": "Mokey",
- "url": "",
- "maintainer": "Runheme",
- "usb": {
- "vid": "0x6653",
- "pid": "0x3380",
- "device_version": "0.0.1"
- },
- "layout_aliases": {
- "LAYOUT": "LAYOUT_tkl_f13_ansi_tsangan"
- },
- "layouts": {
- "LAYOUT_tkl_f13_ansi_tsangan": {
- "layout": [
- {"label": "k00", "x": 0, "y": 0},
- {"label": "k01", "x": 1.25, "y": 0},
- {"label": "k02", "x": 2.25, "y": 0},
- {"label": "k03", "x": 3.25, "y": 0},
- {"label": "k04", "x": 4.25, "y": 0},
- {"label": "k05", "x": 5.5, "y": 0},
- {"label": "k06", "x": 6.5, "y": 0},
- {"label": "k07", "x": 7.5, "y": 0},
- {"label": "k08", "x": 8.5, "y": 0},
- {"label": "k09", "x": 9.75, "y": 0},
- {"label": "k0A", "x": 10.75, "y": 0},
- {"label": "k0B", "x": 11.75, "y": 0},
- {"label": "k0C", "x": 12.75, "y": 0},
- {"label": "k0D", "x": 14, "y": 0},
-
- {"label": "k0E", "x": 15.25, "y": 0},
- {"label": "k0F", "x": 16.25, "y": 0},
- {"label": "k0G", "x": 17.25, "y": 0},
-
- {"label": "k10", "x": 0, "y": 1.5},
- {"label": "k11", "x": 1, "y": 1.5},
- {"label": "k12", "x": 2, "y": 1.5},
- {"label": "k13", "x": 3, "y": 1.5},
- {"label": "k14", "x": 4, "y": 1.5},
- {"label": "k15", "x": 5, "y": 1.5},
- {"label": "k16", "x": 6, "y": 1.5},
- {"label": "k17", "x": 7, "y": 1.5},
- {"label": "k18", "x": 8, "y": 1.5},
- {"label": "k19", "x": 9, "y": 1.5},
- {"label": "k1A", "x": 10, "y": 1.5},
- {"label": "k1B", "x": 11, "y": 1.5},
- {"label": "k1C", "x": 12, "y": 1.5},
- {"label": "k1D", "x": 13, "y": 1.5, "w": 2},
-
- {"label": "k1E", "x": 15.25, "y": 1.5},
- {"label": "k1F", "x": 16.25, "y": 1.5},
- {"label": "k1G", "x": 17.25, "y": 1.5},
-
- {"label": "k20", "x": 0, "y": 2.5, "w": 1.5},
- {"label": "k21", "x": 1.5, "y": 2.5},
- {"label": "k22", "x": 2.5, "y": 2.5},
- {"label": "k23", "x": 3.5, "y": 2.5},
- {"label": "k24", "x": 4.5, "y": 2.5},
- {"label": "k25", "x": 5.5, "y": 2.5},
- {"label": "k26", "x": 6.5, "y": 2.5},
- {"label": "k27", "x": 7.5, "y": 2.5},
- {"label": "k28", "x": 8.5, "y": 2.5},
- {"label": "k29", "x": 9.5, "y": 2.5},
- {"label": "k2A", "x": 10.5, "y": 2.5},
- {"label": "k2B", "x": 11.5, "y": 2.5},
- {"label": "k2C", "x": 12.5, "y": 2.5},
- {"label": "k2D", "x": 13.5, "y": 2.5},
-
- {"label": "k2E", "x": 15.25, "y": 2.5},
- {"label": "k2F", "x": 16.25, "y": 2.5},
- {"label": "k2G", "x": 17.25, "y": 2.5},
-
- {"label": "k30", "x": 0, "y": 3.5, "w": 1.75},
- {"label": "k31", "x": 1.75, "y": 3.5},
- {"label": "k32", "x": 2.75, "y": 3.5},
- {"label": "k33", "x": 3.75, "y": 3.5},
- {"label": "k34", "x": 4.75, "y": 3.5},
- {"label": "k35", "x": 5.75, "y": 3.5},
- {"label": "k36", "x": 6.75, "y": 3.5},
- {"label": "k37", "x": 7.75, "y": 3.5},
- {"label": "k38", "x": 8.75, "y": 3.5},
- {"label": "k39", "x": 9.75, "y": 3.5},
- {"label": "k3A", "x": 10.75, "y": 3.5},
- {"label": "k3B", "x": 11.75, "y": 3.5},
- {"label": "k3D", "x": 12.75, "y": 3.5, "w": 2.25},
-
- {"label": "k40", "x": 0, "y": 4.5, "w": 2.25},
- {"label": "k41", "x": 2.25, "y": 4.5},
- {"label": "k42", "x": 3.25, "y": 4.5},
- {"label": "k43", "x": 4.25, "y": 4.5},
- {"label": "k44", "x": 5.25, "y": 4.5},
- {"label": "k45", "x": 6.25, "y": 4.5},
- {"label": "k46", "x": 7.25, "y": 4.5},
- {"label": "k47", "x": 8.25, "y": 4.5},
- {"label": "k48", "x": 9.25, "y": 4.5},
- {"label": "k49", "x": 10.25, "y": 4.5},
- {"label": "k4A", "x": 11.25, "y": 4.5},
- {"label": "k4D", "x": 12.25, "y": 4.5, "w": 2.75},
-
- {"label": "k4F", "x": 16.25, "y": 4.5},
-
- {"label": "k50", "x": 0, "y": 5.5, "w": 1.5},
- {"label": "k51", "x": 1.5, "y": 5.5},
- {"label": "k52", "x": 2.5, "y": 5.5, "w": 1.5},
- {"label": "k56", "x": 4, "y": 5.5, "w": 7},
- {"label": "k5A", "x": 11, "y": 5.5, "w": 1.5},
- {"label": "k5B", "x": 12.5, "y": 5.5},
- {"label": "k5D", "x": 13.5, "y": 5.5, "w": 1.5},
-
- {"label": "k5E", "x": 15.25, "y": 5.5},
- {"label": "k5F", "x": 16.25, "y": 5.5},
- {"label": "k5G", "x": 17.25, "y": 5.5}
- ]
- },
- "LAYOUT_tkl_f13_ansi_wkl": {
- "layout": [
- {"label": "k00", "x": 0, "y": 0},
- {"label": "k01", "x": 1.25, "y": 0},
- {"label": "k02", "x": 2.25, "y": 0},
- {"label": "k03", "x": 3.25, "y": 0},
- {"label": "k04", "x": 4.25, "y": 0},
- {"label": "k05", "x": 5.5, "y": 0},
- {"label": "k06", "x": 6.5, "y": 0},
- {"label": "k07", "x": 7.5, "y": 0},
- {"label": "k08", "x": 8.5, "y": 0},
- {"label": "k09", "x": 9.75, "y": 0},
- {"label": "k0A", "x": 10.75, "y": 0},
- {"label": "k0B", "x": 11.75, "y": 0},
- {"label": "k0C", "x": 12.75, "y": 0},
- {"label": "k0D", "x": 14, "y": 0},
-
- {"label": "k0E", "x": 15.25, "y": 0},
- {"label": "k0F", "x": 16.25, "y": 0},
- {"label": "k0G", "x": 17.25, "y": 0},
-
- {"label": "k10", "x": 0, "y": 1.5},
- {"label": "k11", "x": 1, "y": 1.5},
- {"label": "k12", "x": 2, "y": 1.5},
- {"label": "k13", "x": 3, "y": 1.5},
- {"label": "k14", "x": 4, "y": 1.5},
- {"label": "k15", "x": 5, "y": 1.5},
- {"label": "k16", "x": 6, "y": 1.5},
- {"label": "k17", "x": 7, "y": 1.5},
- {"label": "k18", "x": 8, "y": 1.5},
- {"label": "k19", "x": 9, "y": 1.5},
- {"label": "k1A", "x": 10, "y": 1.5},
- {"label": "k1B", "x": 11, "y": 1.5},
- {"label": "k1C", "x": 12, "y": 1.5},
- {"label": "k1D", "x": 13, "y": 1.5, "w": 2},
-
- {"label": "k1E", "x": 15.25, "y": 1.5},
- {"label": "k1F", "x": 16.25, "y": 1.5},
- {"label": "k1G", "x": 17.25, "y": 1.5},
-
- {"label": "k20", "x": 0, "y": 2.5, "w": 1.5},
- {"label": "k21", "x": 1.5, "y": 2.5},
- {"label": "k22", "x": 2.5, "y": 2.5},
- {"label": "k23", "x": 3.5, "y": 2.5},
- {"label": "k24", "x": 4.5, "y": 2.5},
- {"label": "k25", "x": 5.5, "y": 2.5},
- {"label": "k26", "x": 6.5, "y": 2.5},
- {"label": "k27", "x": 7.5, "y": 2.5},
- {"label": "k28", "x": 8.5, "y": 2.5},
- {"label": "k29", "x": 9.5, "y": 2.5},
- {"label": "k2A", "x": 10.5, "y": 2.5},
- {"label": "k2B", "x": 11.5, "y": 2.5},
- {"label": "k2C", "x": 12.5, "y": 2.5},
- {"label": "k2D", "x": 13.5, "y": 2.5},
-
- {"label": "k2E", "x": 15.25, "y": 2.5},
- {"label": "k2F", "x": 16.25, "y": 2.5},
- {"label": "k2G", "x": 17.25, "y": 2.5},
-
- {"label": "k30", "x": 0, "y": 3.5, "w": 1.75},
- {"label": "k31", "x": 1.75, "y": 3.5},
- {"label": "k32", "x": 2.75, "y": 3.5},
- {"label": "k33", "x": 3.75, "y": 3.5},
- {"label": "k34", "x": 4.75, "y": 3.5},
- {"label": "k35", "x": 5.75, "y": 3.5},
- {"label": "k36", "x": 6.75, "y": 3.5},
- {"label": "k37", "x": 7.75, "y": 3.5},
- {"label": "k38", "x": 8.75, "y": 3.5},
- {"label": "k39", "x": 9.75, "y": 3.5},
- {"label": "k3A", "x": 10.75, "y": 3.5},
- {"label": "k3B", "x": 11.75, "y": 3.5},
- {"label": "k3D", "x": 12.75, "y": 3.5, "w": 2.25},
-
- {"label": "k40", "x": 0, "y": 4.5, "w": 2.25},
- {"label": "k41", "x": 2.25, "y": 4.5},
- {"label": "k42", "x": 3.25, "y": 4.5},
- {"label": "k43", "x": 4.25, "y": 4.5},
- {"label": "k44", "x": 5.25, "y": 4.5},
- {"label": "k45", "x": 6.25, "y": 4.5},
- {"label": "k46", "x": 7.25, "y": 4.5},
- {"label": "k47", "x": 8.25, "y": 4.5},
- {"label": "k48", "x": 9.25, "y": 4.5},
- {"label": "k49", "x": 10.25, "y": 4.5},
- {"label": "k4A", "x": 11.25, "y": 4.5},
- {"label": "k4D", "x": 12.25, "y": 4.5, "w": 2.75},
-
- {"label": "k4F", "x": 16.25, "y": 4.5},
-
- {"label": "k50", "x": 0, "y": 5.5, "w": 1.5},
- {"label": "k52", "x": 2.5, "y": 5.5, "w": 1.5},
- {"label": "k56", "x": 4, "y": 5.5, "w": 7},
- {"label": "k5A", "x": 11, "y": 5.5, "w": 1.5},
- {"label": "k5D", "x": 13.5, "y": 5.5, "w": 1.5},
-
- {"label": "k5E", "x": 15.25, "y": 5.5},
- {"label": "k5F", "x": 16.25, "y": 5.5},
- {"label": "k5G", "x": 17.25, "y": 5.5}
- ]
- }
- }
-}
diff --git a/keyboards/mokey/ibis80/keymaps/default/keymap.c b/keyboards/mokey/ibis80/keymaps/default/keymap.c
deleted file mode 100644
index 3a96b96b16..0000000000
--- a/keyboards/mokey/ibis80/keymaps/default/keymap.c
+++ /dev/null
@@ -1,27 +0,0 @@
-/* Copyright 2021 Ocean
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#include QMK_KEYBOARD_H
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
- [0] = LAYOUT_tkl_f13_ansi_tsangan(
- QK_GESC, 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_PSCR, KC_SCRL, KC_PAUS,
- KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_INS, KC_HOME, KC_PGUP,
- KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_DEL, KC_END, KC_PGDN,
- KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT,
- KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP,
- KC_LCTL, KC_LWIN, KC_LALT, KC_SPC, KC_RALT, KC_LWIN, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT
- )
-};
diff --git a/keyboards/mokey/ibis80/keymaps/via/keymap.c b/keyboards/mokey/ibis80/keymaps/via/keymap.c
deleted file mode 100644
index b8660178f3..0000000000
--- a/keyboards/mokey/ibis80/keymaps/via/keymap.c
+++ /dev/null
@@ -1,51 +0,0 @@
-/* Copyright 2021 Ocean
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#include QMK_KEYBOARD_H
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
- [0] = LAYOUT_tkl_f13_ansi_tsangan(
- QK_GESC, 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_PSCR, KC_SCRL, KC_PAUS,
- KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_INS, KC_HOME, KC_PGUP,
- KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_DEL, KC_END, KC_PGDN,
- KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT,
- KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP,
- KC_LCTL, KC_LWIN, KC_LALT, KC_SPC, KC_RALT, KC_LWIN, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT
- ),
- [1] = LAYOUT_tkl_f13_ansi_tsangan(
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
- ),
- [2] = LAYOUT_tkl_f13_ansi_tsangan(
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
- ),
- [3] = LAYOUT_tkl_f13_ansi_tsangan(
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
- )
-};
diff --git a/keyboards/mokey/xox70/keymaps/default/keymap.c b/keyboards/mokey/xox70/keymaps/default/keymap.c
deleted file mode 100644
index 5b5a07ac00..0000000000
--- a/keyboards/mokey/xox70/keymaps/default/keymap.c
+++ /dev/null
@@ -1,26 +0,0 @@
-/* Copyright 2021 Ocean
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#include QMK_KEYBOARD_H
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
- LAYOUT_tkl_nofrow_ansi(
- QK_GESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_INS, KC_HOME, KC_PGUP,
- KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_DEL, KC_END, KC_PGDN,
- KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT,
- KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP,
- KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, KC_RGUI, KC_APP, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT
- )
-};
diff --git a/keyboards/mokey/xox70/keymaps/via/keymap.c b/keyboards/mokey/xox70/keymaps/via/keymap.c
deleted file mode 100644
index 48539861b4..0000000000
--- a/keyboards/mokey/xox70/keymaps/via/keymap.c
+++ /dev/null
@@ -1,47 +0,0 @@
-/* Copyright 2021 Ocean
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-