Run QMK formatter on info.jsons

This commit is contained in:
Gondolindrim 2023-12-02 22:13:16 -03:00
parent 5a4707372c
commit 89698f1156
No known key found for this signature in database
GPG Key ID: A44E7AEDE212F56C
2 changed files with 215 additions and 215 deletions

View File

@ -1,19 +1,9 @@
{ {
"keyboard_name": "Iron165R2-H",
"manufacturer": "SmithRune", "manufacturer": "SmithRune",
"url": "", "keyboard_name": "Iron165R2-H",
"maintainer": "Gondolindrim", "maintainer": "Gondolindrim",
"usb": {
"vid": "0x8384",
"pid": "0x1654",
"device_version": "0.0.1"
},
"processor": "STM32F072",
"bootloader": "stm32-dfu", "bootloader": "stm32-dfu",
"matrix_pins": { "diode_direction": "COL2ROW",
"cols": ["A3" , "B8" , "B9" , "B12", "B10", "B5" , "B4" , "B3" , "A15", "A8" , "A1" , "A0" , "C15" , "C14" , "C13"],
"rows": ["B14", "A10", "A5" , "A2" , "A4"]
},
"features": { "features": {
"audio": false, "audio": false,
"backlight": false, "backlight": false,
@ -27,11 +17,12 @@
"nkro": true, "nkro": true,
"rgblight": true "rgblight": true
}, },
"ws2812": { "matrix_pins": {
"pin": "B15" "cols": ["A3", "B8", "B9", "B12", "B10", "B5", "B4", "B3", "A15", "A8", "A1", "A0", "C15", "C14", "C13"],
"rows": ["B14", "A10", "A5", "A2", "A4"]
}, },
"processor": "STM32F072",
"rgblight": { "rgblight": {
"led_count": 21,
"animations": { "animations": {
"alternating": true, "alternating": true,
"breathing": true, "breathing": true,
@ -44,9 +35,18 @@
"static_gradient": true, "static_gradient": true,
"twinkle": true "twinkle": true
}, },
"led_count": 21,
"sleep": true "sleep": true
}, },
"diode_direction": "COL2ROW", "url": "",
"usb": {
"device_version": "0.0.1",
"pid": "0x1654",
"vid": "0x8384"
},
"ws2812": {
"pin": "B15"
},
"layouts": { "layouts": {
"LAYOUT": { "LAYOUT": {
"layout": [ "layout": [
@ -65,7 +65,7 @@
{"label": "=+", "matrix": [0, 12], "x": 12, "y": 0}, {"label": "=+", "matrix": [0, 12], "x": 12, "y": 0},
{"label": "Backspace", "matrix": [0, 13], "x": 13, "y": 0}, {"label": "Backspace", "matrix": [0, 13], "x": 13, "y": 0},
{"label": "Backspace", "matrix": [0, 14], "x": 14, "y": 0}, {"label": "Backspace", "matrix": [0, 14], "x": 14, "y": 0},
{"label":"Del", "matrix":[ 4,14], "x":15, "y":0 } {"label": "Del", "matrix": [4, 14], "x": 15, "y": 0},
{"label": "Tab", "matrix": [1, 0], "x": 0, "y": 1, "w": 1.5}, {"label": "Tab", "matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
{"label": "Q", "matrix": [1, 1], "x": 1.5, "y": 1}, {"label": "Q", "matrix": [1, 1], "x": 1.5, "y": 1},
{"label": "W", "matrix": [1, 2], "x": 2.5, "y": 1}, {"label": "W", "matrix": [1, 2], "x": 2.5, "y": 1},
@ -116,7 +116,7 @@
{"label": "Alt", "matrix": [4, 10], "x": 11, "y": 4, "w": 1.5}, {"label": "Alt", "matrix": [4, 10], "x": 11, "y": 4, "w": 1.5},
{"label": "Left", "matrix": [4, 11], "x": 13, "y": 4}, {"label": "Left", "matrix": [4, 11], "x": 13, "y": 4},
{"label": "Down", "matrix": [4, 12], "x": 14, "y": 4}, {"label": "Down", "matrix": [4, 12], "x": 14, "y": 4},
{"label":"Right", "matrix":[ 4,13], "x":15, "y":4 }, {"label": "Right", "matrix": [4, 13], "x": 15, "y": 4}
] ]
} }
} }

View File

@ -1,17 +1,14 @@
{ {
"keyboard_name": "Iron165R2-S",
"manufacturer": "SmithRune", "manufacturer": "SmithRune",
"url": "", "keyboard_name": "Iron165R2-S",
"maintainer": "Gondolindrim", "maintainer": "Gondolindrim",
"usb": { "backlight": {
"vid": "0x8384", "breathing": true,
"pid": "0x1652", "breathing_period": 10,
"device_version": "0.0.1" "levels": 20,
}, "pin": "A6"
"matrix_pins": {
"cols": ["A3" , "B8" , "B9" , "B1" , "B0" , "B5" , "B4" , "B3" , "A15", "A8" , "A1" , "A0" , "C15" , "C14" , "C13"],
"rows": ["B10", "A10", "A2" , "A5" , "A7"]
}, },
"diode_direction": "COL2ROW",
"features": { "features": {
"audio": false, "audio": false,
"backlight": true, "backlight": true,
@ -25,11 +22,14 @@
"nkro": true, "nkro": true,
"rgblight": true "rgblight": true
}, },
"ws2812": { "indicators": {
"pin": "B15" "caps_lock": "A4"
},
"matrix_pins": {
"cols": ["A3", "B8", "B9", "B1", "B0", "B5", "B4", "B3", "A15", "A8", "A1", "A0", "C15", "C14", "C13"],
"rows": ["B10", "A10", "A2", "A5", "A7"]
}, },
"rgblight": { "rgblight": {
"led_count": 22,
"animations": { "animations": {
"alternating": true, "alternating": true,
"breathing": true, "breathing": true,
@ -42,18 +42,18 @@
"static_gradient": true, "static_gradient": true,
"twinkle": true "twinkle": true
}, },
"led_count": 22,
"sleep": true "sleep": true
}, },
"backlight": { "url": "",
"breathing": true, "usb": {
"breathing_period": 10, "device_version": "0.0.1",
"levels": 20, "pid": "0x1652",
"pin": "A6" "vid": "0x8384"
}, },
"indicators": { "ws2812": {
"caps_lock": "A4" "pin": "B15"
}, },
"diode_direction": "COL2ROW",
"layouts": { "layouts": {
"LAYOUT": { "LAYOUT": {
"layout": [ "layout": [
@ -72,7 +72,7 @@
{"label": "=+", "matrix": [0, 12], "x": 12, "y": 0}, {"label": "=+", "matrix": [0, 12], "x": 12, "y": 0},
{"label": "Backspace", "matrix": [0, 13], "x": 13, "y": 0}, {"label": "Backspace", "matrix": [0, 13], "x": 13, "y": 0},
{"label": "Backspace", "matrix": [0, 14], "x": 14, "y": 0}, {"label": "Backspace", "matrix": [0, 14], "x": 14, "y": 0},
{"label":"Del", "matrix":[ 4,14], "x":15, "y":0 } {"label": "Del", "matrix": [4, 14], "x": 15, "y": 0},
{"label": "Tab", "matrix": [1, 0], "x": 0, "y": 1, "w": 1.5}, {"label": "Tab", "matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
{"label": "Q", "matrix": [1, 1], "x": 1.5, "y": 1}, {"label": "Q", "matrix": [1, 1], "x": 1.5, "y": 1},
{"label": "W", "matrix": [1, 2], "x": 2.5, "y": 1}, {"label": "W", "matrix": [1, 2], "x": 2.5, "y": 1},
@ -126,7 +126,7 @@
{"label": "Win", "matrix": [4, 10], "x": 11.25, "y": 4, "w": 1.25}, {"label": "Win", "matrix": [4, 10], "x": 11.25, "y": 4, "w": 1.25},
{"label": "Left", "matrix": [4, 11], "x": 13, "y": 4}, {"label": "Left", "matrix": [4, 11], "x": 13, "y": 4},
{"label": "Down", "matrix": [4, 12], "x": 14, "y": 4}, {"label": "Down", "matrix": [4, 12], "x": 14, "y": 4},
{"label":"Right", "matrix":[ 4,13], "x":15, "y":4 }, {"label": "Right", "matrix": [4, 13], "x": 15, "y": 4}
] ]
} }
} }