mirror of
https://github.com/jmwtsn/qmk_firmware.git
synced 2026-06-03 19:53:31 -03:00
Adapt MIUNI32 keyboard for VIA configurator (#25803)
This commit is contained in:
@@ -3,8 +3,8 @@
|
|||||||
"manufacturer": "Bigtuna.io",
|
"manufacturer": "Bigtuna.io",
|
||||||
"maintainer": "qmk",
|
"maintainer": "qmk",
|
||||||
"usb": {
|
"usb": {
|
||||||
"vid": "0xFEED",
|
"vid": "0x41FA",
|
||||||
"pid": "0x6060",
|
"pid": "0xAAEF",
|
||||||
"device_version": "0.0.1"
|
"device_version": "0.0.1"
|
||||||
},
|
},
|
||||||
"rgblight": {
|
"rgblight": {
|
||||||
@@ -80,8 +80,8 @@
|
|||||||
{"matrix": [2, 0], "x": 0, "y": 2},
|
{"matrix": [2, 0], "x": 0, "y": 2},
|
||||||
{"matrix": [2, 1], "x": 1, "y": 2},
|
{"matrix": [2, 1], "x": 1, "y": 2},
|
||||||
{"matrix": [2, 2], "x": 2, "y": 2},
|
{"matrix": [2, 2], "x": 2, "y": 2},
|
||||||
{"matrix": [2, 3], "x": 3, "y": 2, "w": 2},
|
{"matrix": [2, 3], "x": 3, "y": 2},
|
||||||
{"matrix": [2, 5], "x": 5, "y": 2},
|
{"matrix": [2, 4], "x": 4, "y": 2, "w": 2},
|
||||||
{"matrix": [2, 6], "x": 6, "y": 2},
|
{"matrix": [2, 6], "x": 6, "y": 2},
|
||||||
{"matrix": [2, 7], "x": 7, "y": 2},
|
{"matrix": [2, 7], "x": 7, "y": 2},
|
||||||
{"matrix": [2, 8], "x": 8, "y": 2},
|
{"matrix": [2, 8], "x": 8, "y": 2},
|
||||||
|
|||||||
@@ -1,3 +1,18 @@
|
|||||||
|
/* Copyright 2025 BigTuna.io
|
||||||
|
*
|
||||||
|
* 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
|
#include QMK_KEYBOARD_H
|
||||||
|
|
||||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user