mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
Run QMK formatter on info.jsons
This commit is contained in:
parent
5a4707372c
commit
89698f1156
@ -1,19 +1,9 @@
|
||||
{
|
||||
"keyboard_name": "Iron165R2-H",
|
||||
"manufacturer": "SmithRune",
|
||||
"url": "",
|
||||
"keyboard_name": "Iron165R2-H",
|
||||
"maintainer": "Gondolindrim",
|
||||
"usb": {
|
||||
"vid": "0x8384",
|
||||
"pid": "0x1654",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"processor": "STM32F072",
|
||||
"bootloader": "stm32-dfu",
|
||||
"matrix_pins": {
|
||||
"cols": ["A3" , "B8" , "B9" , "B12", "B10", "B5" , "B4" , "B3" , "A15", "A8" , "A1" , "A0" , "C15" , "C14" , "C13"],
|
||||
"rows": ["B14", "A10", "A5" , "A2" , "A4"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"features": {
|
||||
"audio": false,
|
||||
"backlight": false,
|
||||
@ -27,11 +17,12 @@
|
||||
"nkro": true,
|
||||
"rgblight": true
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "B15"
|
||||
"matrix_pins": {
|
||||
"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": {
|
||||
"led_count": 21,
|
||||
"animations": {
|
||||
"alternating": true,
|
||||
"breathing": true,
|
||||
@ -44,9 +35,18 @@
|
||||
"static_gradient": true,
|
||||
"twinkle": true
|
||||
},
|
||||
"led_count": 21,
|
||||
"sleep": true
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"url": "",
|
||||
"usb": {
|
||||
"device_version": "0.0.1",
|
||||
"pid": "0x1654",
|
||||
"vid": "0x8384"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "B15"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
@ -65,7 +65,7 @@
|
||||
{"label": "=+", "matrix": [0, 12], "x": 12, "y": 0},
|
||||
{"label": "Backspace", "matrix": [0, 13], "x": 13, "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": "Q", "matrix": [1, 1], "x": 1.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": "Left", "matrix": [4, 11], "x": 13, "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}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -1,17 +1,14 @@
|
||||
{
|
||||
"keyboard_name": "Iron165R2-S",
|
||||
"manufacturer": "SmithRune",
|
||||
"url": "",
|
||||
"keyboard_name": "Iron165R2-S",
|
||||
"maintainer": "Gondolindrim",
|
||||
"usb": {
|
||||
"vid": "0x8384",
|
||||
"pid": "0x1652",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["A3" , "B8" , "B9" , "B1" , "B0" , "B5" , "B4" , "B3" , "A15", "A8" , "A1" , "A0" , "C15" , "C14" , "C13"],
|
||||
"rows": ["B10", "A10", "A2" , "A5" , "A7"]
|
||||
"backlight": {
|
||||
"breathing": true,
|
||||
"breathing_period": 10,
|
||||
"levels": 20,
|
||||
"pin": "A6"
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"features": {
|
||||
"audio": false,
|
||||
"backlight": true,
|
||||
@ -25,11 +22,14 @@
|
||||
"nkro": true,
|
||||
"rgblight": true
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "B15"
|
||||
"indicators": {
|
||||
"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": {
|
||||
"led_count": 22,
|
||||
"animations": {
|
||||
"alternating": true,
|
||||
"breathing": true,
|
||||
@ -42,18 +42,18 @@
|
||||
"static_gradient": true,
|
||||
"twinkle": true
|
||||
},
|
||||
"led_count": 22,
|
||||
"sleep": true
|
||||
},
|
||||
"backlight": {
|
||||
"breathing": true,
|
||||
"breathing_period": 10,
|
||||
"levels": 20,
|
||||
"pin": "A6"
|
||||
"url": "",
|
||||
"usb": {
|
||||
"device_version": "0.0.1",
|
||||
"pid": "0x1652",
|
||||
"vid": "0x8384"
|
||||
},
|
||||
"indicators": {
|
||||
"caps_lock": "A4"
|
||||
"ws2812": {
|
||||
"pin": "B15"
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
@ -72,7 +72,7 @@
|
||||
{"label": "=+", "matrix": [0, 12], "x": 12, "y": 0},
|
||||
{"label": "Backspace", "matrix": [0, 13], "x": 13, "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": "Q", "matrix": [1, 1], "x": 1.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": "Left", "matrix": [4, 11], "x": 13, "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}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user