keyboard stuff
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Adapt MIUNI32 keyboard for VIA configurator (#25803)

authored by

sigman and committed by
GitHub
bf0b88c4 d4f04fe8

+19 -4
+4 -4
keyboards/miuni32/keyboard.json
··· 3 3 "manufacturer": "Bigtuna.io", 4 4 "maintainer": "qmk", 5 5 "usb": { 6 - "vid": "0xFEED", 7 - "pid": "0x6060", 6 + "vid": "0x41FA", 7 + "pid": "0xAAEF", 8 8 "device_version": "0.0.1" 9 9 }, 10 10 "rgblight": { ··· 80 80 {"matrix": [2, 0], "x": 0, "y": 2}, 81 81 {"matrix": [2, 1], "x": 1, "y": 2}, 82 82 {"matrix": [2, 2], "x": 2, "y": 2}, 83 - {"matrix": [2, 3], "x": 3, "y": 2, "w": 2}, 84 - {"matrix": [2, 5], "x": 5, "y": 2}, 83 + {"matrix": [2, 3], "x": 3, "y": 2}, 84 + {"matrix": [2, 4], "x": 4, "y": 2, "w": 2}, 85 85 {"matrix": [2, 6], "x": 6, "y": 2}, 86 86 {"matrix": [2, 7], "x": 7, "y": 2}, 87 87 {"matrix": [2, 8], "x": 8, "y": 2},
+15
keyboards/miuni32/keymaps/default/keymap.c
··· 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 16 #include QMK_KEYBOARD_H 2 17 3 18 const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {