info.json and keyboard.json updates

- moved matrix_pins definitions back into individual keyboard.json files
- removed rgb matrix from info.json

Moving matrix_pins definition to info.json renders the rgb matrix of hotswap_rgb inoperable, even though the definitions themselves are identical.
This commit is contained in:
Sebastiaan Swinkels 2025-06-20 23:51:30 +02:00
parent 40e888f2fd
commit 34f393eb43
3 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,9 @@
{ {
"keyboard_name": "Point 65 Hotswap", "keyboard_name": "Point 65 Hotswap",
"matrix_pins": {
"cols": ["GP28", "GP27", "GP26", "GP29", "GP0", "GP11", "GP10", "GP9", "GP8", "GP7", "GP6", "GP5", "GP4", "GP3", "GP2", "GP1"],
"rows": ["GP24", "GP22", "GP21", "GP19", "GP25"]
},
"rgb_matrix": { "rgb_matrix": {
"layout": [ "layout": [
{"matrix": [0, 0], "x": 0, "y": 0, "flags": 255}, {"matrix": [0, 0], "x": 0, "y": 0, "flags": 255},

View File

@ -1,5 +1,9 @@
{ {
"keyboard_name": "Point 65 Hotswap RGB", "keyboard_name": "Point 65 Hotswap RGB",
"matrix_pins": {
"cols": ["GP28", "GP27", "GP26", "GP29", "GP0", "GP11", "GP10", "GP9", "GP8", "GP7", "GP6", "GP5", "GP4", "GP3", "GP2", "GP1"],
"rows": ["GP24", "GP23", "GP22", "GP21", "GP25"]
},
"rgb_matrix": { "rgb_matrix": {
"layout": [ "layout": [
{"matrix": [0, 0], "x": 0, "y": 0, "flags": 255}, {"matrix": [0, 0], "x": 0, "y": 0, "flags": 255},

View File

@ -9,10 +9,6 @@
"nkro": true, "nkro": true,
"rgb_matrix": true "rgb_matrix": true
}, },
"matrix_pins": {
"cols": ["GP28", "GP27", "GP26", "GP29", "GP0", "GP11", "GP10", "GP9", "GP8", "GP7", "GP6", "GP5", "GP4", "GP3", "GP2", "GP1"],
"rows": ["GP24", "GP22", "GP21", "GP19", "GP25"]
},
"processor": "RP2040", "processor": "RP2040",
"rgb_matrix": { "rgb_matrix": {
"animations": { "animations": {
@ -64,10 +60,6 @@
"val": 128 "val": 128
}, },
"driver": "ws2812", "driver": "ws2812",
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0, "flags": 255},
{"matrix": [2, 0], "x": 0, "y": 32, "flags": 255}
],
"max_brightness": 128 "max_brightness": 128
}, },
"usb": { "usb": {