summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsigman <sigman@ioupg.com>2025-12-04 04:14:37 -0800
committerGitHub <noreply@github.com>2025-12-04 12:14:37 +0000
commitbf0b88c4234b9f2173da0730dba9176d9a6e9526 (patch)
tree06097799e40e91e697d9a8e18d94cd351ad0dcb5
parentd4f04fe850c155b33a181e0e3d8d3351c483d305 (diff)
Adapt MIUNI32 keyboard for VIA configurator (#25803)
-rw-r--r--keyboards/miuni32/keyboard.json8
-rw-r--r--keyboards/miuni32/keymaps/default/keymap.c15
2 files changed, 19 insertions, 4 deletions
diff --git a/keyboards/miuni32/keyboard.json b/keyboards/miuni32/keyboard.json
index 1ff7d1a39a..26c4c7dfff 100644
--- a/keyboards/miuni32/keyboard.json
+++ b/keyboards/miuni32/keyboard.json
@@ -3,8 +3,8 @@
3 "manufacturer": "Bigtuna.io", 3 "manufacturer": "Bigtuna.io",
4 "maintainer": "qmk", 4 "maintainer": "qmk",
5 "usb": { 5 "usb": {
6 "vid": "0xFEED", 6 "vid": "0x41FA",
7 "pid": "0x6060", 7 "pid": "0xAAEF",
8 "device_version": "0.0.1" 8 "device_version": "0.0.1"
9 }, 9 },
10 "rgblight": { 10 "rgblight": {
@@ -80,8 +80,8 @@
80 {"matrix": [2, 0], "x": 0, "y": 2}, 80 {"matrix": [2, 0], "x": 0, "y": 2},
81 {"matrix": [2, 1], "x": 1, "y": 2}, 81 {"matrix": [2, 1], "x": 1, "y": 2},
82 {"matrix": [2, 2], "x": 2, "y": 2}, 82 {"matrix": [2, 2], "x": 2, "y": 2},
83 {"matrix": [2, 3], "x": 3, "y": 2, "w": 2}, 83 {"matrix": [2, 3], "x": 3, "y": 2},
84 {"matrix": [2, 5], "x": 5, "y": 2}, 84 {"matrix": [2, 4], "x": 4, "y": 2, "w": 2},
85 {"matrix": [2, 6], "x": 6, "y": 2}, 85 {"matrix": [2, 6], "x": 6, "y": 2},
86 {"matrix": [2, 7], "x": 7, "y": 2}, 86 {"matrix": [2, 7], "x": 7, "y": 2},
87 {"matrix": [2, 8], "x": 8, "y": 2}, 87 {"matrix": [2, 8], "x": 8, "y": 2},
diff --git a/keyboards/miuni32/keymaps/default/keymap.c b/keyboards/miuni32/keymaps/default/keymap.c
index 878d095730..2bf2dab2b0 100644
--- a/keyboards/miuni32/keymaps/default/keymap.c
+++ b/keyboards/miuni32/keymaps/default/keymap.c
@@ -1,3 +1,18 @@
1/* Copyright 2025 BigTuna.io
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
1#include QMK_KEYBOARD_H 16#include QMK_KEYBOARD_H
2 17
3const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { 18const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {