Run formatting routine on info.json

This commit is contained in:
Gondolindrim 2024-05-13 16:28:27 -03:00
parent c4ef2ed77d
commit baffc9e89d
No known key found for this signature in database
GPG Key ID: A44E7AEDE212F56C

View File

@ -1,63 +1,63 @@
{ {
"keyboard_name": "TypeK-S Rev. Zeta-RC2",
"manufacturer": "gok", "manufacturer": "gok",
"usb": { "keyboard_name": "TypeK-S Rev. Zeta-RC2",
"pid": "0x8475", "maintainer": "Gondolindrim",
"vid": "0x7179", "bootloader": "stm32-dfu",
"device_version": "6.2.0" "build": {
"lto": true
}, },
"diode_direction": "COL2ROW", "diode_direction": "COL2ROW",
"eeprom": {
"driver": "wear_leveling",
"wear_leveling": {
"backing_size": 4096,
"driver": "embedded_flash",
"logical_size": 2048
}
},
"features": {
"bootmagic": true,
"console": false,
"extrakey": false,
"mousekey": false,
"nkro": true,
"rgblight": true
},
"matrix_pins": { "matrix_pins": {
"cols": ["A3", "B12", "A0", "A10", "B0", "B1", "B10", "B3", "C15", "C14", "C13", "B9", "B8", "B5"], "cols": ["A3", "B12", "A0", "A10", "B0", "B1", "B10", "B3", "C15", "C14", "C13", "B9", "B8", "B5"],
"rows": ["A7", "A8", "A15", "A1", "A2"] "rows": ["A7", "A8", "A15", "A1", "A2"]
}, },
"features": { "processor": "STM32F411",
"bootmagic": true,
"mousekey": false,
"extrakey": false,
"console": false,
"rgblight": true,
"nkro": true
},
"build": {
"lto": true
},
"ws2812":{
"pin": "B15",
"driver": "pwm"
},
"rgblight": { "rgblight": {
"led_count": 69,
"animations": { "animations": {
"alternating": true,
"breathing": true, "breathing": true,
"christmas": true,
"knight": true,
"rainbow_mood": true, "rainbow_mood": true,
"rainbow_swirl": true, "rainbow_swirl": true,
"snake": true,
"knight": true,
"christmas": true,
"static_gradient": true,
"rgb_test": true, "rgb_test": true,
"alternating": true, "snake": true,
"static_gradient": true,
"twinkle": true "twinkle": true
}, },
"default": { "default": {
"animation": "rainbow_swirl", "animation": "rainbow_swirl",
"val": 200 "val": 200
}, },
"led_count": 69,
"led_map": [0, 1, 2, 3, 4, 5, 66, 67, 68, 35, 34, 33, 32, 31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65] "led_map": [0, 1, 2, 3, 4, 5, 66, 67, 68, 35, 34, 33, 32, 31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65]
}, },
"eeprom": {
"driver": "wear_leveling",
"wear_leveling": {
"driver": "embedded_flash",
"backing_size": 4096,
"logical_size": 2048
}
},
"url": "https://www.gok.design/type-k", "url": "https://www.gok.design/type-k",
"maintainer": "Gondolindrim", "usb": {
"processor": "STM32F411", "device_version": "6.2.0",
"bootloader": "stm32-dfu", "pid": "0x8475",
"vid": "0x7179"
},
"ws2812": {
"driver": "pwm",
"pin": "B15"
},
"layouts": { "layouts": {
"LAYOUT_all": { "LAYOUT_all": {
"layout": [ "layout": [
@ -199,6 +199,5 @@
{"label": "Control", "matrix": [4, 13], "x": 19.25, "y": 4, "w": 1.5} {"label": "Control", "matrix": [4, 13], "x": 19.25, "y": 4, "w": 1.5}
] ]
} }
} }
} }