mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-19 22:22:03 +00:00
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:
parent
40e888f2fd
commit
34f393eb43
@ -1,5 +1,9 @@
|
||||
{
|
||||
"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": {
|
||||
"layout": [
|
||||
{"matrix": [0, 0], "x": 0, "y": 0, "flags": 255},
|
||||
|
@ -1,5 +1,9 @@
|
||||
{
|
||||
"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": {
|
||||
"layout": [
|
||||
{"matrix": [0, 0], "x": 0, "y": 0, "flags": 255},
|
||||
|
@ -9,10 +9,6 @@
|
||||
"nkro": 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",
|
||||
"rgb_matrix": {
|
||||
"animations": {
|
||||
@ -64,10 +60,6 @@
|
||||
"val": 128
|
||||
},
|
||||
"driver": "ws2812",
|
||||
"layout": [
|
||||
{"matrix": [0, 0], "x": 0, "y": 0, "flags": 255},
|
||||
{"matrix": [2, 0], "x": 0, "y": 32, "flags": 255}
|
||||
],
|
||||
"max_brightness": 128
|
||||
},
|
||||
"usb": {
|
||||
|
Loading…
Reference in New Issue
Block a user