summaryrefslogtreecommitdiff
path: root/keyboards/yandrstudio
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/yandrstudio')
-rw-r--r--keyboards/yandrstudio/eau_r2/board.h22
-rw-r--r--keyboards/yandrstudio/eau_r2/config.h58
-rw-r--r--keyboards/yandrstudio/eau_r2/eau_r2.c20
-rw-r--r--keyboards/yandrstudio/eau_r2/eau_r2.h35
-rw-r--r--keyboards/yandrstudio/eau_r2/halconf.h21
-rw-r--r--keyboards/yandrstudio/eau_r2/info.json443
-rw-r--r--keyboards/yandrstudio/eau_r2/keymaps/default/keymap.c34
-rw-r--r--keyboards/yandrstudio/eau_r2/keymaps/via/keymap.c48
-rw-r--r--keyboards/yandrstudio/eau_r2/keymaps/via/rules.mk1
-rw-r--r--keyboards/yandrstudio/eau_r2/mcuconf.h27
-rw-r--r--keyboards/yandrstudio/eau_r2/readme.md22
-rw-r--r--keyboards/yandrstudio/eau_r2/rules.mk15
-rw-r--r--keyboards/yandrstudio/wave75/board.h21
-rw-r--r--keyboards/yandrstudio/wave75/info.json433
-rw-r--r--keyboards/yandrstudio/wave75/keymaps/default/keymap.c34
-rw-r--r--keyboards/yandrstudio/wave75/keymaps/via/keymap.c48
-rw-r--r--keyboards/yandrstudio/wave75/keymaps/via/rules.mk1
-rw-r--r--keyboards/yandrstudio/wave75/mcuconf.h24
-rw-r--r--keyboards/yandrstudio/wave75/readme.md22
-rw-r--r--keyboards/yandrstudio/wave75/rules.mk15
-rw-r--r--keyboards/yandrstudio/wave75/wave75.c49
-rw-r--r--keyboards/yandrstudio/wave75/wave75.h55
-rw-r--r--keyboards/yandrstudio/yr6095/board.h21
-rw-r--r--keyboards/yandrstudio/yr6095/config.h57
-rw-r--r--keyboards/yandrstudio/yr6095/halconf.h21
-rw-r--r--keyboards/yandrstudio/yr6095/info.json693
-rw-r--r--keyboards/yandrstudio/yr6095/keymaps/default/keymap.c31
-rw-r--r--keyboards/yandrstudio/yr6095/keymaps/via/keymap.c43
-rw-r--r--keyboards/yandrstudio/yr6095/keymaps/via/rules.mk1
-rw-r--r--keyboards/yandrstudio/yr6095/mcuconf.h25
-rw-r--r--keyboards/yandrstudio/yr6095/readme.md22
-rw-r--r--keyboards/yandrstudio/yr6095/rules.mk16
-rw-r--r--keyboards/yandrstudio/yr6095/yr6095.c78
-rw-r--r--keyboards/yandrstudio/yr6095/yr6095.h80
34 files changed, 2536 insertions, 0 deletions
diff --git a/keyboards/yandrstudio/eau_r2/board.h b/keyboards/yandrstudio/eau_r2/board.h
new file mode 100644
index 0000000000..a667bee461
--- /dev/null
+++ b/keyboards/yandrstudio/eau_r2/board.h
@@ -0,0 +1,22 @@
+/* Copyright 2022 JasonRen(biu)
+ *
+ * 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_next "board.h"
+
+#undef STM32_HSECLK
+#define STM32_HSECLK 16000000
diff --git a/keyboards/yandrstudio/eau_r2/config.h b/keyboards/yandrstudio/eau_r2/config.h
new file mode 100644
index 0000000000..3fdb79256e
--- /dev/null
+++ b/keyboards/yandrstudio/eau_r2/config.h
@@ -0,0 +1,58 @@
+/* Copyright 2022 JasonRen(biu)
+ *
+ * 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_COL_PINS { B7, A6, B6, B5, B4, B3, A5, A10, B1, B0, A7, A9, B11, B10, B2, A15, B15 }
+#define MATRIX_ROW_PINS { A3, B9, B8, A4, C14, C13 }
+
+/* COL2ROW or ROW2COL */
+#define DIODE_DIRECTION COL2ROW
+
+/* Set 0 if debouncing isn't needed */
+#define DEBOUNCE 8
+
+#ifdef RGBLIGHT_ENABLE
+
+# define RGB_DI_PIN A8
+# define RGBLED_NUM 12
+# define DRIVER_LED_TOTAL RGBLED_NUM
+# define RGBLIGHT_SLEEP
+# define RGBLIGHT_VAL_STEP 5
+# define RGBLIGHT_LIMIT_VAL 200
+
+# define RGBLIGHT_EFFECT_BREATHING
+# define RGBLIGHT_EFFECT_RAINBOW_MOOD
+# define RGBLIGHT_EFFECT_RAINBOW_SWIRL
+# define RGBLIGHT_EFFECT_SNAKE
+# define RGBLIGHT_EFFECT_KNIGHT
+# define RGBLIGHT_EFFECT_CHRISTMAS
+# define RGBLIGHT_EFFECT_STATIC_GRADIENT
+# define RGBLIGHT_EFFECT_RGB_TEST
+# define RGBLIGHT_EFFECT_ALTERNATING
+# define RGBLIGHT_EFFECT_TWINKLE
+# define RGBLIGHT_DEFAULT_MODE RGBLIGHT_MODE_RAINBOW_MOOD
+
+# define WS2812_PWM_DRIVER PWMD1
+# define WS2812_PWM_CHANNEL 1
+# define WS2812_DMA_STREAM STM32_DMA1_STREAM5
+# define WS2812_DMA_CHANNEL 5
+
+#endif
diff --git a/keyboards/yandrstudio/eau_r2/eau_r2.c b/keyboards/yandrstudio/eau_r2/eau_r2.c
new file mode 100644
index 0000000000..f9d5ec32db
--- /dev/null
+++ b/keyboards/yandrstudio/eau_r2/eau_r2.c
@@ -0,0 +1,20 @@
+/* Copyright 2022 JasonRen(biu)
+ *
+ * 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 "eau_r2.h"
+
+void board_init(void) {
+ AFIO->MAPR |= AFIO_MAPR_TIM1_REMAP_PARTIALREMAP;
+}
diff --git a/keyboards/yandrstudio/eau_r2/eau_r2.h b/keyboards/yandrstudio/eau_r2/eau_r2.h
new file mode 100644
index 0000000000..4dc9f59cbb
--- /dev/null
+++ b/keyboards/yandrstudio/eau_r2/eau_r2.h
@@ -0,0 +1,35 @@
+/* Copyright 2022 JasonRen(biu)
+ *
+ * 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 LAYOUT( \
+ K000, K002, K003, K004, K005, K007, K008, K009, K010, K011, K012, K013, K014, K015, K016, \
+ K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113, K115, K116, \
+ K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K213, K215, K216, \
+ K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K313, \
+ K400, K401, K402, K403, K404, K405, K406, K407, K408, K409, K410, K413, K415, \
+ K500, K501, K502, K505, K509, K510, K513, K514, K515, K516 \
+ )\
+ { \
+ { K000, KC_NO, K002, K003, K004, K005, KC_NO, K007, K008, K009, K010, K011, K012, K013, K014, K015, K016 }, \
+ { K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113, KC_NO, K115, K116 }, \
+ { K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K213, KC_NO, K215, K216 }, \
+ { K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, KC_NO, K313, KC_NO, KC_NO, KC_NO }, \
+ { K400, K401, K402, K403, K404, K405, K406, K407, K408, K409, K410, KC_NO, KC_NO, K413, KC_NO, K415, KC_NO }, \
+ { K500, K501, K502, KC_NO, KC_NO, K505, KC_NO, KC_NO, KC_NO, K509, K510, KC_NO, KC_NO, K513, K514, K515, K516 } \
+}
+
diff --git a/keyboards/yandrstudio/eau_r2/halconf.h b/keyboards/yandrstudio/eau_r2/halconf.h
new file mode 100644
index 0000000000..d5d6543fc6
--- /dev/null
+++ b/keyboards/yandrstudio/eau_r2/halconf.h
@@ -0,0 +1,21 @@
+/* Copyright 2022 JasonRen(biu)
+ *
+ * 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_next <halconf.h>
+
+#undef HAL_USE_PWM
+#define HAL_USE_PWM TRUE
diff --git a/keyboards/yandrstudio/eau_r2/info.json b/keyboards/yandrstudio/eau_r2/info.json
new file mode 100644
index 0000000000..cf289b3b26
--- /dev/null
+++ b/keyboards/yandrstudio/eau_r2/info.json
@@ -0,0 +1,443 @@
+{
+ "keyboard_name": "eau75",
+ "processor": "STM32F103",
+ "bootloader": "stm32duino",
+ "usb": {
+ "pid": "0xAACD",
+ "device_version": "1.0.0"
+ },
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {
+ "label": "Esc",
+ "x": 0,
+ "y": 0
+ },
+ {
+ "label": "F1",
+ "x": 2,
+ "y": 0
+ },
+ {
+ "label": "F2",
+ "x": 3,
+ "y": 0
+ },
+ {
+ "label": "F3",
+ "x": 4,
+ "y": 0
+ },
+ {
+ "label": "F4",
+ "x": 5,
+ "y": 0
+ },
+ {
+ "label": "F5",
+ "x": 6.5,
+ "y": 0
+ },
+ {
+ "label": "F6",
+ "x": 7.5,
+ "y": 0
+ },
+ {
+ "label": "F7",
+ "x": 8.5,
+ "y": 0
+ },
+ {
+ "label": "F8",
+ "x": 9.5,
+ "y": 0
+ },
+ {
+ "label": "F9",
+ "x": 11,
+ "y": 0
+ },
+ {
+ "label": "F10",
+ "x": 12,
+ "y": 0
+ },
+ {
+ "label": "F11",
+ "x": 13,
+ "y": 0
+ },
+ {
+ "label": "F12",
+ "x": 14,
+ "y": 0
+ },
+ {
+ "label": "PrtSc",
+ "x": 15.25,
+ "y": 0
+ },
+ {
+ "label": "Scroll Lock",
+ "x": 16.25,
+ "y": 0
+ },
+ {
+ "label": "\u00ac",
+ "x": 0,
+ "y": 1.25
+ },
+ {
+ "label": "!",
+ "x": 1,
+ "y": 1.25
+ },
+ {
+ "label": "\"",
+ "x": 2,
+ "y": 1.25
+ },
+ {
+ "label": "\u00a3",
+ "x": 3,
+ "y": 1.25
+ },
+ {
+ "label": "$",
+ "x": 4,
+ "y": 1.25
+ },
+ {
+ "label": "%",
+ "x": 5,
+ "y": 1.25
+ },
+ {
+ "label": "^",
+ "x": 6,
+ "y": 1.25
+ },
+ {
+ "label": "&",
+ "x": 7,
+ "y": 1.25
+ },
+ {
+ "label": "*",
+ "x": 8,
+ "y": 1.25
+ },
+ {
+ "label": "(",
+ "x": 9,
+ "y": 1.25
+ },
+ {
+ "label": ")",
+ "x": 10,
+ "y": 1.25
+ },
+ {
+ "label": "_",
+ "x": 11,
+ "y": 1.25
+ },
+ {
+ "label": "+",
+ "x": 12,
+ "y": 1.25
+ },
+ {
+ "label": "Backspace",
+ "x": 13,
+ "y": 1.25,
+ "w": 2
+ },
+ {
+ "label": "Insert",
+ "x": 15.25,
+ "y": 1.25
+ },
+ {
+ "label": "Home",
+ "x": 16.25,
+ "y": 1.25
+ },
+ {
+ "label": "Tab",
+ "x": 0,
+ "y": 2.25,
+ "w": 1.5
+ },
+ {
+ "label": "Q",
+ "x": 1.5,
+ "y": 2.25
+ },
+ {
+ "label": "W",
+ "x": 2.5,
+ "y": 2.25
+ },
+ {
+ "label": "E",
+ "x": 3.5,
+ "y": 2.25
+ },
+ {
+ "label": "R",
+ "x": 4.5,
+ "y": 2.25
+ },
+ {
+ "label": "T",
+ "x": 5.5,
+ "y": 2.25
+ },
+ {
+ "label": "Y",
+ "x": 6.5,
+ "y": 2.25
+ },
+ {
+ "label": "U",
+ "x": 7.5,
+ "y": 2.25
+ },
+ {
+ "label": "I",
+ "x": 8.5,
+ "y": 2.25
+ },
+ {
+ "label": "O",
+ "x": 9.5,
+ "y": 2.25
+ },
+ {
+ "label": "P",
+ "x": 10.5,
+ "y": 2.25
+ },
+ {
+ "label": "{",
+ "x": 11.5,
+ "y": 2.25
+ },
+ {
+ "label": "}",
+ "x": 12.5,
+ "y": 2.25
+ },
+ {
+ "label": "|",
+ "x": 13.5,
+ "y": 2.25,
+ "w": 1.5
+ },
+ {
+ "label": "Delete",
+ "x": 15.25,
+ "y": 2.25
+ },
+ {
+ "label": "End",
+ "x": 16.25,
+ "y": 2.25
+ },
+ {
+ "label": "Caps Lock",
+ "x": 0,
+ "y": 3.25,
+ "w": 1.75
+ },
+ {
+ "label": "A",
+ "x": 1.75,
+ "y": 3.25
+ },
+ {
+ "label": "S",
+ "x": 2.75,
+ "y": 3.25
+ },
+ {
+ "label": "D",
+ "x": 3.75,
+ "y": 3.25
+ },
+ {
+ "label": "F",
+ "x": 4.75,
+ "y": 3.25
+ },
+ {
+ "label": "G",
+ "x": 5.75,
+ "y": 3.25
+ },
+ {
+ "label": "H",
+ "x": 6.75,
+ "y": 3.25
+ },
+ {
+ "label": "J",
+ "x": 7.75,
+ "y": 3.25
+ },
+ {
+ "label": "K",
+ "x": 8.75,
+ "y": 3.25
+ },
+ {
+ "label": "L",
+ "x": 9.75,
+ "y": 3.25
+ },
+ {
+ "label": ":",
+ "x": 10.75,
+ "y": 3.25
+ },
+ {
+ "label": "@",
+ "x": 11.75,
+ "y": 3.25
+ },
+ {
+ "label": "Enter",
+ "x": 12.75,
+ "y": 3.25,
+ "w": 2.25
+ },
+ {
+ "label": "Shift",
+ "x": 0,
+ "y": 4.25,
+ "w": 2.25
+ },
+ {
+ "label": "Z",
+ "x": 2.25,
+ "y": 4.25
+ },
+ {
+ "label": "X",
+ "x": 3.25,
+ "y": 4.25
+ },
+ {
+ "label": "C",
+ "x": 4.25,
+ "y": 4.25
+ },
+ {
+ "label": "V",
+ "x": 5.25,
+ "y": 4.25
+ },
+ {
+ "label": "B",
+ "x": 6.25,
+ "y": 4.25
+ },
+ {
+ "label": "N",
+ "x": 7.25,
+ "y": 4.25
+ },
+ {
+ "label": "M",
+ "x": 8.25,
+ "y": 4.25
+ },
+ {
+ "label": "<",
+ "x": 9.25,
+ "y": 4.25
+ },
+ {
+ "label": ">",
+ "x": 10.25,
+ "y": 4.25
+ },
+ {
+ "label": "?",
+ "x": 11.25,
+ "y": 4.25
+ },
+ {
+ "label": "Shift",
+ "x": 12.25,
+ "y": 4.25,
+ "w": 2.75
+ },
+ {
+ "label": "\u2191",
+ "x": 15.25,
+ "y": 4.25
+ },
+ {
+ "label": "Ctrl",
+ "x": 0,
+ "y": 5.25,
+ "w": 1.25
+ },
+ {
+ "label": "Win",
+ "x": 1.25,
+ "y": 5.25,
+ "w": 1.25
+ },
+ {
+ "label": "Alt",
+ "x": 2.5,
+ "y": 5.25,
+ "w": 1.25
+ },
+ {
+ "x": 3.75,
+ "y": 5.25,
+ "w": 6.25
+ },
+ {
+ "label": "AltGr",
+ "x": 10,
+ "y": 5.25,
+ "w": 1.25
+ },
+ {
+ "label": "Win",
+ "x": 11.25,
+ "y": 5.25,
+ "w": 1.25
+ },
+ {
+ "label": "Menu",
+ "x": 12.5,
+ "y": 5.25,
+ "w": 1.25
+ },
+ {
+ "label": "\u2190",
+ "x": 14.25,
+ "y": 5.25
+ },
+ {
+ "label": "\u2193",
+ "x": 15.25,
+ "y": 5.25
+ },
+ {
+ "label": "\u2192",
+ "x": 16.25,
+ "y": 5.25
+ }
+ ]
+ }
+ }
+}
diff --git a/keyboards/yandrstudio/eau_r2/keymaps/default/keymap.c b/keyboards/yandrstudio/eau_r2/keymaps/default/keymap.c
new file mode 100644
index 0000000000..64eccc6132
--- /dev/null
+++ b/keyboards/yandrstudio/eau_r2/keymaps/default/keymap.c
@@ -0,0 +1,34 @@
+/* Copyright 2022 JasonRen(biu)
+ *
+ * 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_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_VOLU, KC_VOLD,
+ 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_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_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, MO(1), KC_RCTL, KC_LEFT, KC_DOWN, KC_RIGHT),
+ [1] = LAYOUT(
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, RGB_HUI, RGB_HUD, RGB_SAI, RGB_SAD, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, RGB_TOG, RGB_MOD, RGB_RMOD,RGB_VAI, RGB_VAD, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS),
+};
diff --git a/keyboards/yandrstudio/eau_r2/keymaps/via/keymap.c b/keyboards/yandrstudio/eau_r2/keymaps/via/keymap.c
new file mode 100644
index 0000000000..cdde2ad9d6
--- /dev/null
+++ b/keyboards/yandrstudio/eau_r2/keymaps/via/keymap.c
@@ -0,0 +1,48 @@
+/* Copyright 2022 JasonRen(biu)
+ *
+ * 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_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_VOLU, KC_VOLD,
+ 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_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_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, MO(1), KC_RCTL, KC_LEFT, KC_DOWN, KC_RIGHT),
+ [1] = LAYOUT(
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, RGB_HUI, RGB_HUD, RGB_SAI, RGB_SAD, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, RGB_TOG, RGB_MOD, RGB_RMOD,RGB_VAI, RGB_VAD, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS),
+ [2] = LAYOUT(
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS),
+ [3] = LAYOUT(
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS)
+};
diff --git a/keyboards/yandrstudio/eau_r2/keymaps/via/rules.mk b/keyboards/yandrstudio/eau_r2/keymaps/via/rules.mk
new file mode 100644
index 0000000000..1e5b99807c
--- /dev/null
+++ b/keyboards/yandrstudio/eau_r2/keymaps/via/rules.mk
@@ -0,0 +1 @@
+VIA_ENABLE = yes
diff --git a/keyboards/yandrstudio/eau_r2/mcuconf.h b/keyboards/yandrstudio/eau_r2/mcuconf.h
new file mode 100644
index 0000000000..03e90c6a26
--- /dev/null
+++ b/keyboards/yandrstudio/eau_r2/mcuconf.h
@@ -0,0 +1,27 @@
+/* Copyright 2022 JasonRen(biu)
+ *
+ * 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_next <mcuconf.h>
+
+#undef STM32_PWM_USE_TIM1
+#define STM32_PWM_USE_TIM1 TRUE
+
+#undef STM32_PLLXTPRE
+#define STM32_PLLXTPRE STM32_PLLXTPRE_DIV2
+
+
diff --git a/keyboards/yandrstudio/eau_r2/readme.md b/keyboards/yandrstudio/eau_r2/readme.md
new file mode 100644
index 0000000000..fa19d4c5ad
--- /dev/null
+++ b/keyboards/yandrstudio/eau_r2/readme.md
@@ -0,0 +1,22 @@
+# eau_r2
+
+![eau_r2](https://i.imgur.com/JkRIt6Kh.png)
+A 75% keyboard with RGBs.
+This keyboard use 16mhz HSE and APM32F103 as MCU.
+
+- Keyboard Maintainer: https://github.com/jiaxin96
+- Hardware Supported: eau_r2
+- Hardware Availability: [CHAOSERA SELL](https://www.chaosera-sell.com/CHAOSERA-Eau75-p18824645.html)
+
+Make example for this keyboard (after setting up your build environment):
+
+ make yandrstudio/eau_r2:default
+
+See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.
+
+## Bootloader
+
+Enter the bootloader in 2 ways:
+
+- **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key which is Escape in this keyboard) and plug in the keyboard
+- **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available.
diff --git a/keyboards/yandrstudio/eau_r2/rules.mk b/keyboards/yandrstudio/eau_r2/rules.mk
new file mode 100644
index 0000000000..421ae9fce1
--- /dev/null
+++ b/keyboards/yandrstudio/eau_r2/rules.mk
@@ -0,0 +1,15 @@
+# Wildcard to allow APM32 MCU
+DFU_SUFFIX_ARGS = -p FFFF -v FFFF
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
+MOUSEKEY_ENABLE = yes # Mouse keys
+EXTRAKEY_ENABLE = yes # Audio control and System control
+CONSOLE_ENABLE = no # Console for debug
+COMMAND_ENABLE = no # Commands for debug and configuration
+NKRO_ENABLE = yes # Enable N-Key Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output
diff --git a/keyboards/yandrstudio/wave75/board.h b/keyboards/yandrstudio/wave75/board.h
new file mode 100644
index 0000000000..d83804babd
--- /dev/null
+++ b/keyboards/yandrstudio/wave75/board.h
@@ -0,0 +1,21 @@
+/* Copyright 2022 JasonRen(biu)
+ *
+ * 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_next "board.h"
+
+#undef STM32_HSECLK
+#define STM32_HSECLK 16000000
diff --git a/keyboards/yandrstudio/wave75/info.json b/keyboards/yandrstudio/wave75/info.json
new file mode 100644
index 0000000000..61bd8ab7f3
--- /dev/null
+++ b/keyboards/yandrstudio/wave75/info.json
@@ -0,0 +1,433 @@
+{
+ "keyboard_name": "wave75",
+ "processor": "STM32F103",
+ "bootloader": "stm32duino",
+ "usb": {
+ "pid": "0xAA8E",
+ "device_version": "1.0.0"
+ },
+ "diode_direction": "COL2ROW",
+ "matrix_pins": {
+ "cols": ["B0", "A7", "A6", "B15", "B14", "B13", "A5", "B7", "B6", "B5", "A4", "B12", "A3", "B2", "A2"],
+ "rows": ["A9", "A10", "C15", "A8", "B1", "A1"]
+ },
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {
+ "label": "0,0",
+ "x": 0,
+ "y": 0
+ },
+ {
+ "label": "0,1",
+ "x": 1.25,
+ "y": 0
+ },
+ {
+ "label": "0,2",
+ "x": 2.25,
+ "y": 0
+ },
+ {
+ "label": "0,3",
+ "x": 3.25,
+ "y": 0
+ },
+ {
+ "label": "0,4",
+ "x": 4.25,
+ "y": 0
+ },
+ {
+ "label": "0,5",
+ "x": 5.5,
+ "y": 0
+ },
+ {
+ "label": "0,6",
+ "x": 6.5,
+ "y": 0
+ },
+ {
+ "label": "0,7",
+ "x": 7.5,
+ "y": 0
+ },
+ {
+ "label": "0,8",
+ "x": 8.5,
+ "y": 0
+ },
+ {
+ "label": "0,9",
+ "x": 9.75,
+ "y": 0
+ },
+ {
+ "label": "0,10",
+ "x": 10.75,
+ "y": 0
+ },
+ {
+ "label": "0,11",
+ "x": 11.75,
+ "y": 0
+ },
+ {
+ "label": "0,12",
+ "x": 12.75,
+ "y": 0
+ },
+ {
+ "label": "0,13",
+ "x": 14,
+ "y": 0
+ },
+ {
+ "label": "0,14",
+ "x": 15.25,
+ "y": 0
+ },
+ {
+ "label": "1,0",
+ "x": 0,
+ "y": 1.25
+ },
+ {
+ "label": "1,1",
+ "x": 1,
+ "y": 1.25
+ },
+ {
+ "label": "1,2",
+ "x": 2,
+ "y": 1.25
+ },
+ {
+ "label": "1,3",
+ "x": 3,
+ "y": 1.25
+ },
+ {
+ "label": "1,4",
+ "x": 4,
+ "y": 1.25
+ },
+ {
+ "label": "1,5",
+ "x": 5,
+ "y": 1.25
+ },
+ {
+ "label": "1,6",
+ "x": 6,
+ "y": 1.25
+ },
+ {
+ "label": "1,7",
+ "x": 7,
+ "y": 1.25
+ },
+ {
+ "label": "1,8",
+ "x": 8,
+ "y": 1.25
+ },
+ {
+ "label": "1,9",
+ "x": 9,
+ "y": 1.25
+ },
+ {
+ "label": "1,10",
+ "x": 10,
+ "y": 1.25
+ },
+ {
+ "label": "1,11",
+ "x": 11,
+ "y": 1.25
+ },
+ {
+ "label": "1,12",
+ "x": 12,
+ "y": 1.25
+ },
+ {
+ "label": "1,13",
+ "x": 13,
+ "y": 1.25,
+ "w": 2
+ },
+ {
+ "label": "1,14",
+ "x": 15.25,
+ "y": 1.25
+ },
+ {
+ "label": "2,0",
+ "x": 0,
+ "y": 2.25,
+ "w": 1.5
+ },
+ {
+ "label": "2,1",
+ "x": 1.5,
+ "y": 2.25
+ },
+ {
+ "label": "2,2",
+ "x": 2.5,
+ "y": 2.25
+ },
+ {
+ "label": "2,3",
+ "x": 3.5,
+ "y": 2.25
+ },
+ {
+ "label": "2,4",
+ "x": 4.5,
+ "y": 2.25
+ },
+ {
+ "label": "2,5",
+ "x": 5.5,
+ "y": 2.25
+ },
+ {
+ "label": "2,6",
+ "x": 6.5,
+ "y": 2.25
+ },
+ {
+ "label": "2,7",
+ "x": 7.5,
+ "y": 2.25
+ },
+ {
+ "label": "2,8",
+ "x": 8.5,
+ "y": 2.25
+ },
+ {
+ "label": "2,9",
+ "x": 9.5,
+ "y": 2.25
+ },
+ {
+ "label": "2,10",
+ "x": 10.5,
+ "y": 2.25
+ },
+ {
+ "label": "2,11",
+ "x": 11.5,
+ "y": 2.25
+ },
+ {
+ "label": "2,12",
+ "x": 12.5,
+ "y": 2.25
+ },
+ {
+ "label": "2,13",
+ "x": 13.5,
+ "y": 2.25,
+ "w": 1.5
+ },
+ {
+ "label": "2,14",
+ "x": 15.25,
+ "y": 2.25
+ },
+ {
+ "label": "3,0",
+ "x": 0,
+ "y": 3.25,
+ "w": 1.75
+ },
+ {
+ "label": "3,1",
+ "x": 1.75,
+ "y": 3.25
+ },
+ {
+ "label": "3,2",
+ "x": 2.75,
+ "y": 3.25
+ },
+ {
+ "label": "3,3",
+ "x": 3.75,
+ "y": 3.25
+ },
+ {
+ "label": "3,4",
+ "x": 4.75,
+ "y": 3.25
+ },
+ {
+ "label": "3,5",
+ "x": 5.75,
+ "y": 3.25
+ },
+ {
+ "label": "3,6",
+ "x": 6.75,
+ "y": 3.25
+ },
+ {
+ "label": "3,7",
+ "x": 7.75,
+ "y": 3.25
+ },
+ {
+ "label": "3,8",
+ "x": 8.75,
+ "y": 3.25
+ },
+ {
+ "label": "3,9",
+ "x": 9.75,
+ "y": 3.25
+ },
+ {
+ "label": "3,10",
+ "x": 10.75,
+ "y": 3.25
+ },
+ {
+ "label": "3,11",
+ "x": 11.75,
+ "y": 3.25
+ },
+ {
+ "label": "3,12",
+ "x": 12.75,
+ "y": 3.25,
+ "w": 2.25
+ },
+ {
+ "label": "4,0",
+ "x": 0,
+ "y": 4.25,
+ "w": 2.25
+ },
+ {
+ "label": "4,1",
+ "x": 2.25,
+ "y": 4.25
+ },
+ {
+ "label": "4,2",
+ "x": 3.25,
+ "y": 4.25
+ },
+ {
+ "label": "4,3",
+ "x": 4.25,
+ "y": 4.25
+ },
+ {
+ "label": "4,4",
+ "x": 5.25,
+ "y": 4.25
+ },
+ {
+ "label": "4,5",
+ "x": 6.25,
+ "y": 4.25
+ },
+ {
+ "label": "4,6",
+ "x": 7.25,
+ "y": 4.25
+ },
+ {
+ "label": "4,7",
+ "x": 8.25,
+ "y": 4.25
+ },
+ {
+ "label": "4,8",
+ "x": 9.25,
+ "y": 4.25
+ },
+ {
+ "label": "4,9",
+ "x": 10.25,
+ "y": 4.25
+ },
+ {
+ "label": "4,10",
+ "x": 11.25,
+ "y": 4.25
+ },
+ {
+ "label": "4,11",
+ "x": 12.25,
+ "y": 4.25,
+ "w": 1.75
+ },
+ {
+ "label": "4,13",
+ "x": 14.25,
+ "y": 4.5
+ },
+ {
+ "label": "5,0",
+ "x": 0,
+ "y": 5.25,
+ "w": 1.25
+ },
+ {
+ "label": "5,1",
+ "x": 1.25,
+ "y": 5.25,
+ "w": 1.25
+ },
+ {
+ "label": "5,2",
+ "x": 2.5,
+ "y": 5.25,
+ "w": 1.25
+ },
+ {
+ "label": "5,6",
+ "x": 3.75,
+ "y": 5.25,
+ "w": 6.25
+ },
+ {
+ "label": "5,9",
+ "x": 10,
+ "y": 5.25,
+ "w": 1.5
+ },
+ {
+ "label": "5,10",
+ "x": 11.5,
+ "y": 5.25,
+ "w": 1.5
+ },
+ {
+ "label": "5,12",
+ "x": 13.25,
+ "y": 5.5
+ },
+ {
+ "label": "5,13",
+ "x": 14.25,
+ "y": 5.5
+ },
+ {
+ "label": "5,14",
+ "x": 15.25,
+ "y": 5.5
+ }
+ ]
+ }
+ }
+}
diff --git a/keyboards/yandrstudio/wave75/keymaps/default/keymap.c b/keyboards/yandrstudio/wave75/keymaps/default/keymap.c
new file mode 100644
index 0000000000..a4e4bc286d
--- /dev/null
+++ b/keyboards/yandrstudio/wave75/keymaps/default/keymap.c
@@ -0,0 +1,34 @@
+/* Copyright 2022 JasonRen(biu)
+ *
+ * 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_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_MUTE, KC_VOLU,
+ 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_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_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,MO(1), KC_LEFT, KC_DOWN, KC_RIGHT),
+ [1] = LAYOUT(
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_MACOS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_LG, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS)
+};
diff --git a/keyboards/yandrstudio/wave75/keymaps/via/keymap.c b/keyboards/yandrstudio/wave75/keymaps/via/keymap.c
new file mode 100644
index 0000000000..38eb0515e0
--- /dev/null
+++ b/keyboards/yandrstudio/wave75/keymaps/via/keymap.c
@@ -0,0 +1,48 @@
+/* Copyright 2022 JasonRen(biu)
+ *
+ * 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_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_MUTE, KC_VOLU,
+ 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_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_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,MO(1), KC_LEFT, KC_DOWN, KC_RIGHT),
+ [1] = LAYOUT(
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_MACOS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_LG, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS),
+ [2] = LAYOUT(
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS),
+ [3] = LAYOUT(
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS)
+};
diff --git a/keyboards/yandrstudio/wave75/keymaps/via/rules.mk b/keyboards/yandrstudio/wave75/keymaps/via/rules.mk
new file mode 100644
index 0000000000..1e5b99807c
--- /dev/null
+++ b/keyboards/yandrstudio/wave75/keymaps/via/rules.mk
@@ -0,0 +1 @@
+VIA_ENABLE = yes
diff --git a/keyboards/yandrstudio/wave75/mcuconf.h b/keyboards/yandrstudio/wave75/mcuconf.h
new file mode 100644
index 0000000000..ae03a6e12f
--- /dev/null
+++ b/keyboards/yandrstudio/wave75/mcuconf.h
@@ -0,0 +1,24 @@
+/* Copyright 2022 JasonRen(biu)
+ *
+ * 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_next <mcuconf.h>
+
+#undef STM32_PLLXTPRE
+#define STM32_PLLXTPRE STM32_PLLXTPRE_DIV2
+
+
diff --git a/keyboards/yandrstudio/wave75/readme.md b/keyboards/yandrstudio/wave75/readme.md
new file mode 100644
index 0000000000..f88b900c3f
--- /dev/null
+++ b/keyboards/yandrstudio/wave75/readme.md
@@ -0,0 +1,22 @@
+# wave75
+
+![wave75](https://i.imgur.com/Kh6VfN8h.png)
+A 75% keyboard.
+This keyboard use 16mhz HSE and APM32F103 as MCU.
+
+- Keyboard Maintainer: https://github.com/jiaxin96
+- Hardware Supported: wave75
+- Hardware Availability: https://github.com/Oh-My-Mechanical-Keyboard
+
+Make example for this keyboard (after setting up your build environment):
+
+ make yandrstudio/wave75:default
+
+See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.
+
+## Bootloader
+
+Enter the bootloader in 2 ways:
+
+- **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key which is Escape in this keyboard) and plug in the keyboard
+- **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available.
diff --git a/keyboards/yandrstudio/wave75/rules.mk b/keyboards/yandrstudio/wave75/rules.mk
new file mode 100644
index 0000000000..4a92d0f891
--- /dev/null
+++ b/keyboards/yandrstudio/wave75/rules.mk
@@ -0,0 +1,15 @@
+# Wildcard to allow APM32 MCU
+DFU_SUFFIX_ARGS = -p FFFF -v FFFF
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
+MOUSEKEY_ENABLE = yes # Mouse keys
+EXTRAKEY_ENABLE = yes # Audio control and System control
+CONSOLE_ENABLE = no # Console for debug
+COMMAND_ENABLE = no # Commands for debug and configuration
+NKRO_ENABLE = yes # Enable N-Key Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output
diff --git a/keyboards/yandrstudio/wave75/wave75.c b/keyboards/yandrstudio/wave75/wave75.c
new file mode 100644
index 0000000000..cc58a1d43e
--- /dev/null
+++ b/keyboards/yandrstudio/wave75/wave75.c
@@ -0,0 +1,49 @@
+/* Copyright 2022 JasonRen(biu)
+ *
+ * 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 "wave75.h"
+
+bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
+ if (!process_record_user(keycode, record)) { return false; }
+ switch(keycode) {
+ case KC_LG:
+ if (record->event.pressed) {
+ process_magic(GUI_TOG, record);
+ }
+ return false;
+ case KC_MACOS:
+ if (record->event.pressed) {
+ process_magic(CG_TOGG, record);
+ }
+ return false;
+ case KC_MCTL:
+ if (record->event.pressed) {
+ host_consumer_send(0x29F);
+ } else {
+ host_consumer_send(0);
+ }
+ return false;
+ case KC_LPAD:
+ if (record->event.pressed) {
+ host_consumer_send(0x2A0);
+ } else {
+ host_consumer_send(0);
+ }
+ return false;
+ default:
+ return true;
+ }
+ return true;
+}
diff --git a/keyboards/yandrstudio/wave75/wave75.h b/keyboards/yandrstudio/wave75/wave75.h
new file mode 100644
index 0000000000..f0d041241a
--- /dev/null
+++ b/keyboards/yandrstudio/wave75/wave75.h
@@ -0,0 +1,55 @@
+/* Copyright 2022 JasonRen(biu)
+ *
+ * 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 LAYOUT( \
+ K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013, K014, \
+ K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113, K114, \
+ K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K213, K214, \
+ K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, \
+ K400, K401, K402, K403, K404, K405, K406, K407, K408, K409, K410, K411, K413, \
+ K500, K501, K502, K506, K509, K510, K512, K513, K514 \
+ )\
+ { \
+ { K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013, K014 }, \
+ { K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113, K114 }, \
+ { K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K213, K214 }, \
+ { K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, KC_NO, KC_NO }, \
+ { K400, K401, K402, K403, K404, K405, K406, K407, K408, K409, K410, K411, KC_NO, K413, KC_NO }, \
+ { K500, K501, K502, KC_NO, KC_NO, KC_NO, K506, KC_NO, KC_NO, K509, K510, KC_NO, K512, K513, K514 } \
+}
+
+enum keyboard_keycodes {
+#ifdef VIA_ENABLE
+ LOCK_GUI = USER00,
+ TOG_MACOS_KEYMAP,
+ KC_MISSION_CONTROL,
+ KC_LAUNCHPAD,
+ NEW_SAFE_RANGE = SAFE_RANGE // Important!
+#else
+ LOCK_GUI = SAFE_RANGE,
+ TOG_MACOS_KEYMAP,
+ KC_MISSION_CONTROL,
+ KC_LAUNCHPAD,
+ NEW_SAFE_RANGE // Important!
+#endif
+};
+
+#define KC_LG LOCK_GUI
+#define KC_MACOS TOG_MACOS_KEYMAP
+#define KC_MCTL KC_MISSION_CONTROL
+#define KC_LPAD KC_LAUNCHPAD
diff --git a/keyboards/yandrstudio/yr6095/board.h b/keyboards/yandrstudio/yr6095/board.h
new file mode 100644
index 0000000000..d83804babd
--- /dev/null
+++ b/keyboards/yandrstudio/yr6095/board.h
@@ -0,0 +1,21 @@
+/* Copyright 2022 JasonRen(biu)
+ *
+ * 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_next "board.h"
+
+#undef STM32_HSECLK
+#define STM32_HSECLK 16000000
diff --git a/keyboards/yandrstudio/yr6095/config.h b/keyboards/yandrstudio/yr6095/config.h
new file mode 100644
index 0000000000..3905967b9e
--- /dev/null
+++ b/keyboards/yandrstudio/yr6095/config.h
@@ -0,0 +1,57 @@
+/* Copyright 2022 JasonRen(biu)
+ *
+ * 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 5
+#define MATRIX_COLS 14
+
+#define MATRIX_COL_PINS { B6, B15, B14, B13, B12, B11, B10, B2, B1, B0, A7, A6, A5, A4 }
+#define MATRIX_ROW_PINS { A1, A3, A8, A9, A10 }
+
+/* COL2ROW or ROW2COL */
+#define DIODE_DIRECTION COL2ROW
+
+#ifdef RGBLIGHT_ENABLE
+
+# define RGB_DI_PIN B5
+# define RGBLED_NUM 1
+# define DRIVER_LED_TOTAL RGBLED_NUM
+
+# define RGBLIGHT_LAYERS
+# define RGBLIGHT_LAYERS_OVERRIDE_RGB_OFF
+# define RGBLIGHT_LAYERS_RETAIN_VAL
+
+# define RGBLIGHT_EFFECT_BREATHING
+# define RGBLIGHT_EFFECT_RAINBOW_MOOD
+# define RGBLIGHT_EFFECT_RAINBOW_SWIRL
+# define RGBLIGHT_EFFECT_SNAKE
+# define RGBLIGHT_EFFECT_KNIGHT
+# define RGBLIGHT_EFFECT_CHRISTMAS
+# define RGBLIGHT_EFFECT_STATIC_GRADIENT
+# define RGBLIGHT_EFFECT_RGB_TEST
+# define RGBLIGHT_EFFECT_ALTERNATING
+# define RGBLIGHT_EFFECT_TWINKLE
+# define RGBLIGHT_DEFAULT_MODE RGBLIGHT_MODE_RAINBOW_MOOD
+
+# define WS2812_PWM_DRIVER PWMD3
+# define WS2812_PWM_CHANNEL 2
+# define WS2812_DMA_STREAM STM32_DMA1_STREAM3
+# define WS2812_DMA_CHANNEL 3
+
+#endif
diff --git a/keyboards/yandrstudio/yr6095/halconf.h b/keyboards/yandrstudio/yr6095/halconf.h
new file mode 100644
index 0000000000..d5d6543fc6
--- /dev/null
+++ b/keyboards/yandrstudio/yr6095/halconf.h
@@ -0,0 +1,21 @@
+/* Copyright 2022 JasonRen(biu)
+ *
+ * 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_next <halconf.h>
+
+#undef HAL_USE_PWM
+#define HAL_USE_PWM TRUE
diff --git a/keyboards/yandrstudio/yr6095/info.json b/keyboards/yandrstudio/yr6095/info.json
new file mode 100644
index 0000000000..20a1e86cf4
--- /dev/null
+++ b/keyboards/yandrstudio/yr6095/info.json
@@ -0,0 +1,693 @@
+{
+ "keyboard_name": "YR6095",
+ "processor": "STM32F103",
+ "bootloader": "stm32duino",
+ "usb": {
+ "pid": "0xAA0C",
+ "device_version": "1.0.0"
+ },
+ "layouts": {
+ "LAYOUT_60_tsangan_split_rshift": {
+ "layout": [
+ {
+ "label": "0,0",
+ "x": 0,
+ "y": 0
+ },
+ {
+ "label": "0,1",
+ "x": 1,
+ "y": 0
+ },
+ {
+ "label": "0,2",
+ "x": 2,
+ "y": 0
+ },
+ {
+ "label": "0,3",
+ "x": 3,
+ "y": 0
+ },
+ {
+ "label": "0,4",
+ "x": 4,
+ "y": 0
+ },
+ {
+ "label": "0,5",
+ "x": 5,
+ "y": 0
+ },
+ {
+ "label": "0,6",
+ "x": 6,
+ "y": 0
+ },
+ {
+ "label": "0,7",
+ "x": 7,
+ "y": 0
+ },
+ {
+ "label": "0,8",
+ "x": 8,
+ "y": 0
+ },
+ {
+ "label": "0,9",
+ "x": 9,
+ "y": 0
+ },
+ {
+ "label": "0,10",
+ "x": 10,
+ "y": 0
+ },
+ {
+ "label": "0,11",
+ "x": 11,
+ "y": 0
+ },
+ {
+ "label": "0,12",
+ "x": 12,
+ "y": 0
+ },
+ {
+ "label": "4,7",
+ "x": 13,
+ "y": 0,
+ "w": 2
+ },
+ {
+ "label": "1,0",
+ "x": 0,
+ "y": 1,
+ "w": 1.5
+ },
+ {
+ "label": "1,1",
+ "x": 1.5,
+ "y": 1
+ },
+ {
+ "label": "1,2",
+ "x": 2.5,
+ "y": 1
+ },
+ {
+ "label": "1,3",
+ "x": 3.5,
+ "y": 1
+ },
+ {
+ "label": "1,4",
+ "x": 4.5,
+ "y": 1
+ },
+ {
+ "label": "1,5",
+ "x": 5.5,
+ "y": 1
+ },
+ {
+ "label": "1,6",
+ "x": 6.5,
+ "y": 1
+ },
+ {
+ "label": "1,7",
+ "x": 7.5,
+ "y": 1
+ },
+ {
+ "label": "1,8",
+ "x": 8.5,
+ "y": 1
+ },
+ {
+ "label": "1,9",
+ "x": 9.5,
+ "y": 1
+ },
+ {
+ "label": "1,10",
+ "x": 10.5,
+ "y": 1
+ },
+ {
+ "label": "1,11",
+ "x": 11.5,
+ "y": 1
+ },
+ {
+ "label": "1,12",
+ "x": 12.5,
+ "y": 1
+ },
+ {
+ "label": "1,13",
+ "x": 13.5,
+ "y": 1,
+ "w": 1.5
+ },
+ {
+ "label": "2,0",
+ "x": 0,
+ "y": 2,
+ "w": 1.75
+ },
+ {
+ "label": "2,1",
+ "x": 1.75,
+ "y": 2
+ },
+ {
+ "label": "2,2",
+ "x": 2.75,
+ "y": 2
+ },
+ {
+ "label": "2,3",
+ "x": 3.75,
+ "y": 2
+ },
+ {
+ "label": "2,4",
+ "x": 4.75,
+ "y": 2
+ },
+ {
+ "label": "2,5",
+ "x": 5.75,
+ "y": 2
+ },
+ {
+ "label": "2,6",
+ "x": 6.75,
+ "y": 2
+ },
+ {
+ "label": "2,7",
+ "x": 7.75,
+ "y": 2
+ },
+ {
+ "label": "2,8",
+ "x": 8.75,
+ "y": 2
+ },
+ {
+ "label": "2,9",
+ "x": 9.75,
+ "y": 2
+ },
+ {
+ "label": "2,10",
+ "x": 10.75,
+ "y": 2
+ },
+ {
+ "label": "2,11",
+ "x": 11.75,
+ "y": 2
+ },
+ {
+ "label": "2,13",
+ "x": 12.75,
+ "y": 2,
+ "w": 2.25
+ },
+ {
+ "label": "3,0",
+ "x": 0,
+ "y": 3,
+ "w": 2.25
+ },
+ {
+ "label": "3,1",
+ "x": 2.25,
+ "y": 3
+ },
+ {
+ "label": "3,2",
+ "x": 3.25,
+ "y": 3
+ },
+ {
+ "label": "3,3",
+ "x": 4.25,
+ "y": 3
+ },
+ {
+ "label": "3,4",
+ "x": 5.25,
+ "y": 3
+ },
+ {
+ "label": "3,5",
+ "x": 6.25,
+ "y": 3
+ },
+ {
+ "label": "3,6",
+ "x": 7.25,
+ "y": 3
+ },
+ {
+ "label": "3,7",
+ "x": 8.25,
+ "y": 3
+ },
+ {
+ "label": "3,8",
+ "x": 9.25,
+ "y": 3
+ },
+ {
+ "label": "3,9",
+ "x": 10.25,
+ "y": 3
+ },
+ {
+ "label": "3,10",
+ "x": 11.25,
+ "y": 3
+ },
+ {
+ "label": "3,12",
+ "x": 12.25,
+ "y": 3,
+ "w": 1.75
+ },
+ {
+ "label": "3,13",
+ "x": 14,
+ "y": 3
+ },
+ {
+ "label": "4,0",
+ "x": 0,
+ "y": 4,
+ "w": 1.5
+ },
+ {
+ "label": "4,1",
+ "x": 1.5,
+ "y": 4
+ },
+ {
+ "label": "4,2",
+ "x": 2.5,
+ "y": 4,
+ "w": 1.5
+ },
+ {
+ "label": "4,5",
+ "x": 4,
+ "y": 4,
+ "w": 7
+ },
+ {
+ "label": "4,10",
+ "x": 11,
+ "y": 4,
+ "w": 1.5
+ },
+ {
+ "label": "4,12",
+ "x": 12.5,
+ "y": 4
+ },
+ {
+ "label": "4,13",
+ "x": 13.5,
+ "y": 4,
+ "w": 1.5
+ }
+ ]
+ },
+ "LAYOUT_all": {
+ "layout": [
+ {
+ "label": "0,0",
+ "x": 0,
+ "y": 0
+ },
+ {
+ "label": "0,1",
+ "x": 1,
+ "y": 0
+ },
+ {
+ "label": "0,2",
+ "x": 2,
+ "y": 0
+ },
+ {
+ "label": "0,3",
+ "x": 3,
+ "y": 0
+ },
+ {
+ "label": "0,4",
+ "x": 4,
+ "y": 0
+ },
+ {
+ "label": "0,5",
+ "x": 5,
+ "y": 0
+ },
+ {
+ "label": "0,6",
+ "x": 6,
+ "y": 0
+ },
+ {
+ "label": "0,7",
+ "x": 7,
+ "y": 0
+ },
+ {
+ "label": "0,8",
+ "x": 8,
+ "y": 0
+ },
+ {
+ "label": "0,9",
+ "x": 9,
+ "y": 0
+ },
+ {
+ "label": "0,10",
+ "x": 10,
+ "y": 0
+ },
+ {
+ "label": "0,11",
+ "x": 11,
+ "y": 0
+ },
+ {
+ "label": "0,12",
+ "x": 12,
+ "y": 0
+ },
+ {
+ "label": "0,13",
+ "x": 13,
+ "y": 0
+ },
+ {
+ "label": "4,7",
+ "x": 14,
+ "y": 0
+ },
+ {
+ "label": "1,0",
+ "x": 0,
+ "y": 1,
+ "w": 1.5
+ },
+ {
+ "label": "1,1",
+ "x": 1.5,
+ "y": 1
+ },
+ {
+ "label": "1,2",
+ "x": 2.5,
+ "y": 1
+ },
+ {
+ "label": "1,3",
+ "x": 3.5,
+ "y": 1
+ },
+ {
+ "label": "1,4",
+ "x": 4.5,
+ "y": 1
+ },
+ {
+ "label": "1,5",
+ "x": 5.5,
+ "y": 1
+ },
+ {
+ "label": "1,6",
+ "x": 6.5,
+ "y": 1
+ },
+ {
+ "label": "1,7",
+ "x": 7.5,
+ "y": 1
+ },
+ {
+ "label": "1,8",
+ "x": 8.5,
+ "y": 1
+ },
+ {
+ "label": "1,9",
+ "x": 9.5,
+ "y": 1
+ },
+ {
+ "label": "1,10",
+ "x": 10.5,
+ "y": 1
+ },
+ {
+ "label": "1,11",
+ "x": 11.5,
+ "y": 1
+ },
+ {
+ "label": "1,12",
+ "x": 12.5,
+ "y": 1
+ },
+ {
+ "label": "1,13",
+ "x": 13.5,
+ "y": 1,
+ "w": 1.5
+ },
+ {
+ "label": "2,0",
+ "x": 0,
+ "y": 2,
+ "w": 1.75
+ },
+ {
+ "label": "2,1",
+ "x": 1.75,
+ "y": 2
+ },
+ {
+ "label": "2,2",
+ "x": 2.75,
+ "y": 2
+ },
+ {
+ "label": "2,3",
+ "x": 3.75,
+ "y": 2
+ },
+ {
+ "label": "2,4",
+ "x": 4.75,
+ "y": 2
+ },
+ {
+ "label": "2,5",
+ "x": 5.75,
+ "y": 2
+ },
+ {
+ "label": "2,6",
+ "x": 6.75,
+ "y": 2
+ },
+ {
+ "label": "2,7",
+ "x": 7.75,
+ "y": 2
+ },
+ {
+ "label": "2,8",
+ "x": 8.75,
+ "y": 2
+ },
+ {
+ "label": "2,9",
+ "x": 9.75,
+ "y": 2
+ },
+ {
+ "label": "2,10",
+ "x": 10.75,
+ "y": 2
+ },
+ {
+ "label": "2,11",
+ "x": 11.75,
+ "y": 2
+ },
+ {
+ "label": "2,12",
+ "x": 12.75,
+ "y": 2
+ },
+ {
+ "label": "2,13",
+ "x": 13.75,
+ "y": 2,
+ "w": 2.25
+ },
+ {
+ "label": "3,0",
+ "x": 0,
+ "y": 3,
+ "w": 2
+ },
+ {
+ "label": "3,1",
+ "x": 2,
+ "y": 3
+ },
+ {
+ "label": "3,2",
+ "x": 3,
+ "y": 3
+ },
+ {
+ "label": "3,3",
+ "x": 4,
+ "y": 3
+ },
+ {
+ "label": "3,4",
+ "x": 5,
+ "y": 3
+ },
+ {
+ "label": "3,5",
+ "x": 6,
+ "y": 3
+ },
+ {
+ "label": "3,6",
+ "x": 7,
+ "y": 3
+ },
+ {
+ "label": "3,7",
+ "x": 8,
+ "y": 3
+ },
+ {
+ "label": "3,8",
+ "x": 9,
+ "y": 3
+ },
+ {
+ "label": "3,9",
+ "x": 10,
+ "y": 3
+ },
+ {
+ "label": "3,10",
+ "x": 11,
+ "y": 3
+ },
+ {
+ "label": "3,11",
+ "x": 12,
+ "y": 3
+ },
+ {
+ "label": "3,12",
+ "x": 13,
+ "y": 3
+ },
+ {
+ "label": "3,13",
+ "x": 14,
+ "y": 3
+ },
+ {
+ "label": "4,0",
+ "x": 0,
+ "y": 4,
+ "w": 1.25
+ },
+ {
+ "label": "4,1",
+ "x": 1.25,
+ "y": 4,
+ "w": 1.25
+ },
+ {
+ "label": "4,2",
+ "x": 2.5,
+ "y": 4,
+ "w": 1.25
+ },
+ {
+ "label": "4,3",
+ "x": 3.75,
+ "y": 4,
+ "w": 2.25
+ },
+ {
+ "label": "4,4",
+ "x": 6,
+ "y": 4,
+ "w": 1.25
+ },
+ {
+ "label": "4,8",
+ "x": 7.25,
+ "y": 4,
+ "w": 2.75
+ },
+ {
+ "label": "4,9",
+ "x": 10,
+ "y": 4
+ },
+ {
+ "label": "4,10",
+ "x": 11,
+ "y": 4
+ },
+ {
+ "label": "4,11",
+ "x": 12,
+ "y": 4
+ },
+ {
+ "label": "4,12",
+ "x": 13,
+ "y": 4
+ },
+ {
+ "label": "4,13",
+ "x": 14,
+ "y": 4
+ },
+ {
+ "label": "4,5",
+ "x": 4,
+ "y": 5,
+ "w": 7
+ }
+ ]
+ }
+ }
+}
diff --git a/keyboards/yandrstudio/yr6095/keymaps/default/keymap.c b/keyboards/yandrstudio/yr6095/keymaps/default/keymap.c
new file mode 100644
index 0000000000..57d7c083df
--- /dev/null
+++ b/keyboards/yandrstudio/yr6095/keymaps/default/keymap.c
@@ -0,0 +1,31 @@
+/* Copyright 2022 JasonRen(biu)
+ *
+ * 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_60_tsangan_split_rshift(
+ KC_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_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_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, MO(1),
+ KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, KC_RGUI, KC_RALT),
+ [1] = LAYOUT_60_tsangan_split_rshift(
+ 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, KC_DEL,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, RGB_TOG, RGB_MOD, RGB_RMOD, RGB_VAI, RGB_VAD, KC_TRNS, KC_MACOS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_LG, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS)
+};
diff --git a/keyboards/yandrstudio/yr6095/keymaps/via/keymap.c b/keyboards/yandrstudio/yr6095/keymaps/via/keymap.c
new file mode 100644
index 0000000000..0411f3b924
--- /dev/null
+++ b/keyboards/yandrstudio/yr6095/keymaps/via/keymap.c
@@ -0,0 +1,43 @@
+/* Copyright 2022 JasonRen(biu)
+ *
+ * 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_all(
+ KC_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_BSLS, KC_BSPC,
+ 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_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_BSLS, 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_DEL,
+ KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_SPC, KC_SPC, KC_SPC, KC_RALT, MO(1), KC_LEFT, KC_DOWN, KC_RIGHT),
+ [1] = LAYOUT_all(
+ 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, KC_TRNS, KC_DEL,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, RGB_TOG, RGB_MOD, RGB_RMOD, RGB_VAI, RGB_VAD, KC_TRNS, KC_MACOS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_LG, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS),
+ [2] = LAYOUT_all(
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS),
+ [3] = LAYOUT_all(
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
+ KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS)
+};
diff --git a/keyboards/yandrstudio/yr6095/keymaps/via/rules.mk b/keyboards/yandrstudio/yr6095/keymaps/via/rules.mk
new file mode 100644
index 0000000000..1e5b99807c
--- /dev/null
+++ b/keyboards/yandrstudio/yr6095/keymaps/via/rules.mk
@@ -0,0 +1 @@
+VIA_ENABLE = yes
diff --git a/keyboards/yandrstudio/yr6095/mcuconf.h b/keyboards/yandrstudio/yr6095/mcuconf.h
new file mode 100644
index 0000000000..3ec9c20128
--- /dev/null
+++ b/keyboards/yandrstudio/yr6095/mcuconf.h
@@ -0,0 +1,25 @@
+/* Copyright 2022 JasonRen(biu)
+ *
+ * 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_next <mcuconf.h>
+
+#undef STM32_PWM_USE_TIM3
+#define STM32_PWM_USE_TIM3 TRUE
+
+#undef STM32_PLLXTPRE
+#define STM32_PLLXTPRE STM32_PLLXTPRE_DIV2
diff --git a/keyboards/yandrstudio/yr6095/readme.md b/keyboards/yandrstudio/yr6095/readme.md
new file mode 100644
index 0000000000..da034db8be
--- /dev/null
+++ b/keyboards/yandrstudio/yr6095/readme.md
@@ -0,0 +1,22 @@
+# yr6095
+
+![yr6095](https://i.imgur.com/k2SVb94h.png)
+A 60% multi-layout keyboard (there are 95 keys in total) with 1 RGB in capslock key.
+This keyboard use 16mhz HSE and APM32F103CBT6(STM32F103CBT6) as MCU.
+
+- Keyboard Maintainer: https://github.com/jiaxin96
+- Hardware Supported: yr6095
+- Hardware Availability: [TaoBao-5162](https://item.taobao.com/item.htm?id=678583896604)
+
+Make example for this keyboard (after setting up your build environment):
+
+ make yandrstudio/yr6095:default
+
+See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.
+
+## Bootloader
+
+Enter the bootloader in 2 ways:
+
+- **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key which is Escape in this keyboard) and plug in the keyboard
+- **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available.
diff --git a/keyboards/yandrstudio/yr6095/rules.mk b/keyboards/yandrstudio/yr6095/rules.mk
new file mode 100644
index 0000000000..43a4366a1f
--- /dev/null
+++ b/keyboards/yandrstudio/yr6095/rules.mk
@@ -0,0 +1,16 @@
+# Wildcard to allow APM32 MCU
+DFU_SUFFIX_ARGS = -p FFFF -v FFFF
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
+MOUSEKEY_ENABLE = yes # Mouse keys
+EXTRAKEY_ENABLE = yes # Audio control and System control
+CONSOLE_ENABLE = no # Console for debug
+COMMAND_ENABLE = no # Commands for debug and configuration
+NKRO_ENABLE = yes # Enable N-Key Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output
+WS2812_DRIVER = pwm # WS2812 RGB Driver
diff --git a/keyboards/yandrstudio/yr6095/yr6095.c b/keyboards/yandrstudio/yr6095/yr6095.c
new file mode 100644
index 0000000000..c0a2c94cc2
--- /dev/null
+++ b/keyboards/yandrstudio/yr6095/yr6095.c
@@ -0,0 +1,78 @@
+/* Copyright 2022 JasonRen(biu)
+ *
+ * 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 "yr6095.h"
+
+void board_init(void) {
+ AFIO->MAPR |= AFIO_MAPR_TIM3_REMAP_PARTIALREMAP;
+}
+
+#ifdef RGBLIGHT_ENABLE
+
+const rgblight_segment_t PROGMEM my_capslock_layer[] = RGBLIGHT_LAYER_SEGMENTS(
+ {0, 1, HSV_RED}
+);
+
+const rgblight_segment_t* const PROGMEM my_rgb_layers[] = RGBLIGHT_LAYERS_LIST(
+ my_capslock_layer
+);
+
+bool led_update_kb(led_t led_state) {
+ if (led_update_user(led_state)) {
+ rgblight_set_layer_state(0, led_state.caps_lock);
+ }
+ return true;
+}
+
+void keyboard_post_init_kb(void) {
+ rgblight_reload_from_eeprom();
+ rgblight_layers = my_rgb_layers;
+ keyboard_post_init_user();
+}
+
+#endif
+
+bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
+ if (!process_record_user(keycode, record)) { return false; }
+ switch(keycode) {
+ case KC_LG:
+ if (record->event.pressed) {
+ process_magic(GUI_TOG, record);
+ }
+ return false;
+ case KC_MACOS:
+ if (record->event.pressed) {
+ process_magic(CG_TOGG, record);
+ }
+ return false;
+ case KC_MCTL:
+ if (record->event.pressed) {
+ host_consumer_send(0x29F);
+ } else {
+ host_consumer_send(0);
+ }
+ return false;
+ case KC_LPAD:
+ if (record->event.pressed) {
+ host_consumer_send(0x2A0);
+ } else {
+ host_consumer_send(0);
+ }
+ return false;
+ default:
+ return true;
+ }
+ return true;
+}
diff --git a/keyboards/yandrstudio/yr6095/yr6095.h b/keyboards/yandrstudio/yr6095/yr6095.h
new file mode 100644
index 0000000000..37b4412aaa
--- /dev/null
+++ b/keyboards/yandrstudio/yr6095/yr6095.h
@@ -0,0 +1,80 @@
+/* Copyright 2022 JasonRen(biu)
+ *
+ * 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 LAYOUT_60_tsangan_split_rshift( \
+ K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K407, \
+ K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113, \
+ K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K213, \
+ K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K312, K313, \
+ K400, K401, K402, K405, K410, K412, K413 \
+) { \
+ { K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, KC_NO }, \
+ { K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113 }, \
+ { K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, KC_NO, K213 }, \
+ { K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, KC_NO, K312, K313 }, \
+ { K400, K401, K402, KC_NO, KC_NO, K405, KC_NO, K407, KC_NO, KC_NO, K410, KC_NO, K412, K413 } \
+}
+
+#define LAYOUT_all( \
+ K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013, K407, \
+ K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113, \
+ K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K213, \
+ K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313, \
+ K400, K401, K402, K403, K404, K405, K408, K409, K410, K411, K412, K413 \
+) { \
+ { K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013 }, \
+ { K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113 }, \
+ { K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K213 }, \
+ { K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313 }, \
+ { K400, K401, K402, K403, K404, K405, KC_NO, K407, K408, K409, K410, K411, K412, K413 } \
+}
+
+enum keyboard_keycodes {
+#ifdef VIA_ENABLE
+ LOCK_GUI = USER00,
+ TOG_MACOS_KEYMAP,
+ KC_MISSION_CONTROL,
+ KC_LAUNCHPAD,
+ NEW_SAFE_RANGE = SAFE_RANGE // Important!
+#else
+ LOCK_GUI = SAFE_RANGE,
+ TOG_MACOS_KEYMAP,
+ KC_MISSION_CONTROL,
+ KC_LAUNCHPAD,
+ NEW_SAFE_RANGE // Important!
+#endif
+};
+
+#define KC_LG LOCK_GUI
+#define KC_MACOS TOG_MACOS_KEYMAP
+#define KC_MCTL KC_MISSION_CONTROL
+#define KC_LPAD KC_LAUNCHPAD