2022-12-30 01:59:55 +01:00
|
|
|
{
|
|
|
|
"keyboard_name": "Pila87 / XM87 Pro",
|
|
|
|
"manufacturer": "Phage Studio",
|
|
|
|
"url": "https://item.taobao.com/item.htm?spm=a21wu.12321156-tw.0.0.22283343ytyJJv&id=649438917009",
|
|
|
|
"maintainer": "Phage Studio",
|
|
|
|
"usb": {
|
|
|
|
"vid": "0x5048",
|
|
|
|
"pid": "0x5887",
|
|
|
|
"device_version": "0.0.1"
|
|
|
|
},
|
2023-04-08 10:08:08 +02:00
|
|
|
"rgb_matrix": {
|
2024-01-10 10:55:09 +01:00
|
|
|
"animations": {
|
|
|
|
"alphas_mods": true,
|
|
|
|
"gradient_up_down": true,
|
|
|
|
"gradient_left_right": true,
|
|
|
|
"breathing": true,
|
|
|
|
"band_sat": true,
|
|
|
|
"band_val": true,
|
|
|
|
"band_pinwheel_sat": true,
|
|
|
|
"band_pinwheel_val": true,
|
|
|
|
"band_spiral_sat": true,
|
|
|
|
"band_spiral_val": true,
|
|
|
|
"cycle_all": true,
|
|
|
|
"cycle_left_right": true,
|
|
|
|
"cycle_up_down": true,
|
|
|
|
"rainbow_moving_chevron": true,
|
|
|
|
"cycle_out_in": true,
|
|
|
|
"cycle_out_in_dual": true,
|
|
|
|
"cycle_pinwheel": true,
|
|
|
|
"cycle_spiral": true,
|
|
|
|
"dual_beacon": true,
|
|
|
|
"rainbow_beacon": true,
|
|
|
|
"rainbow_pinwheels": true,
|
|
|
|
"raindrops": true,
|
|
|
|
"jellybean_raindrops": true,
|
|
|
|
"hue_breathing": true,
|
|
|
|
"hue_pendulum": true,
|
|
|
|
"hue_wave": true,
|
|
|
|
"pixel_rain": true,
|
|
|
|
"pixel_flow": true,
|
|
|
|
"pixel_fractal": true,
|
|
|
|
"typing_heatmap": true,
|
|
|
|
"digital_rain": true,
|
|
|
|
"solid_reactive_simple": true,
|
|
|
|
"solid_reactive": true,
|
|
|
|
"solid_reactive_wide": true,
|
|
|
|
"solid_reactive_multiwide": true,
|
|
|
|
"solid_reactive_cross": true,
|
|
|
|
"solid_reactive_multicross": true,
|
|
|
|
"solid_reactive_nexus": true,
|
|
|
|
"solid_reactive_multinexus": true,
|
|
|
|
"splash": true,
|
|
|
|
"multisplash": true,
|
|
|
|
"solid_splash": true,
|
|
|
|
"solid_multisplash": true
|
|
|
|
},
|
|
|
|
"driver": "ws2812",
|
|
|
|
"max_brightness": 200
|
2023-04-08 10:08:08 +02:00
|
|
|
},
|
2023-03-18 22:19:26 +01:00
|
|
|
"processor": "STM32F103",
|
|
|
|
"bootloader": "stm32duino",
|
2023-03-10 14:00:24 +01:00
|
|
|
"matrix_pins": {
|
|
|
|
"cols": ["B5", "B4", "B6", "C0", "C1", "C2", "C3", "B7", "B3", "D2", "C12", "C11", "C10", "A15", "C15", "C13", "A3"],
|
|
|
|
"rows": ["A1", "A2", "A10", "A9", "A8", "C9"]
|
|
|
|
},
|
|
|
|
"diode_direction": "COL2ROW",
|
2023-02-17 03:14:29 +01:00
|
|
|
"indicators": {
|
|
|
|
"caps_lock": "C14",
|
|
|
|
"scroll_lock": "A0"
|
|
|
|
},
|
2023-04-06 10:00:54 +02:00
|
|
|
"ws2812": {
|
|
|
|
"pin": "A4"
|
|
|
|
},
|
Migrate `LAYOUTS` to data driven (#19541)
* Migrate `LAYOUTS` to data driven, 0-9
* Migrate `LAYOUTS` to data driven, A
* Migrate `LAYOUTS` to data driven, B
* Migrate `LAYOUTS` to data driven, C
* Migrate `LAYOUTS` to data driven, D
* Migrate `LAYOUTS` to data driven, E
* Migrate `LAYOUTS` to data driven, F
* Migrate `LAYOUTS` to data driven, G
* Migrate `LAYOUTS` to data driven, H
* Migrate `LAYOUTS` to data driven, handwired
* Migrate `LAYOUTS` to data driven, I
* Migrate `LAYOUTS` to data driven, J
* Migrate `LAYOUTS` to data driven, K
* Migrate `LAYOUTS` to data driven, L
* Migrate `LAYOUTS` to data driven, M
* Migrate `LAYOUTS` to data driven, N
* Migrate `LAYOUTS` to data driven, O
* Migrate `LAYOUTS` to data driven, P
* Migrate `LAYOUTS` to data driven, Q
* Migrate `LAYOUTS` to data driven, R
* Migrate `LAYOUTS` to data driven, S
* Migrate `LAYOUTS` to data driven, T
* Migrate `LAYOUTS` to data driven, U
* Migrate `LAYOUTS` to data driven, V
* Migrate `LAYOUTS` to data driven, W
* Migrate `LAYOUTS` to data driven, X
* Migrate `LAYOUTS` to data driven, Y
* Migrate `LAYOUTS` to data driven, Z
2023-01-10 03:48:20 +01:00
|
|
|
"community_layouts": ["tkl_ansi"],
|
2022-12-30 01:59:55 +01:00
|
|
|
"layouts": {
|
|
|
|
"LAYOUT_tkl_ansi": {
|
|
|
|
"layout": [
|
2023-04-05 07:53:45 +02:00
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
2022-12-30 01:59:55 +01:00
|
|
|
|
2023-04-05 07:53:45 +02:00
|
|
|
{"matrix": [0, 2], "x": 2, "y": 0},
|
|
|
|
{"matrix": [0, 3], "x": 3, "y": 0},
|
|
|
|
{"matrix": [0, 4], "x": 4, "y": 0},
|
|
|
|
{"matrix": [0, 5], "x": 5, "y": 0},
|
2022-12-30 01:59:55 +01:00
|
|
|
|
2023-04-05 07:53:45 +02:00
|
|
|
{"matrix": [0, 6], "x": 6.5, "y": 0},
|
|
|
|
{"matrix": [0, 7], "x": 7.5, "y": 0},
|
|
|
|
{"matrix": [0, 8], "x": 8.5, "y": 0},
|
|
|
|
{"matrix": [0, 9], "x": 9.5, "y": 0},
|
2022-12-30 01:59:55 +01:00
|
|
|
|
2023-04-05 07:53:45 +02:00
|
|
|
{"matrix": [0, 10], "x": 11, "y": 0},
|
|
|
|
{"matrix": [0, 11], "x": 12, "y": 0},
|
|
|
|
{"matrix": [0, 12], "x": 13, "y": 0},
|
|
|
|
{"matrix": [0, 13], "x": 14, "y": 0},
|
2022-12-30 01:59:55 +01:00
|
|
|
|
2023-04-05 07:53:45 +02:00
|
|
|
{"matrix": [0, 14], "x": 15.25, "y": 0},
|
|
|
|
{"matrix": [0, 15], "x": 16.25, "y": 0},
|
|
|
|
{"matrix": [0, 16], "x": 17.25, "y": 0},
|
2022-12-30 01:59:55 +01:00
|
|
|
|
2023-04-05 07:53:45 +02:00
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1.5},
|
|
|
|
{"matrix": [1, 1], "x": 1, "y": 1.5},
|
|
|
|
{"matrix": [1, 2], "x": 2, "y": 1.5},
|
|
|
|
{"matrix": [1, 3], "x": 3, "y": 1.5},
|
|
|
|
{"matrix": [1, 4], "x": 4, "y": 1.5},
|
|
|
|
{"matrix": [1, 5], "x": 5, "y": 1.5},
|
|
|
|
{"matrix": [1, 6], "x": 6, "y": 1.5},
|
|
|
|
{"matrix": [1, 7], "x": 7, "y": 1.5},
|
|
|
|
{"matrix": [1, 8], "x": 8, "y": 1.5},
|
|
|
|
{"matrix": [1, 9], "x": 9, "y": 1.5},
|
|
|
|
{"matrix": [1, 10], "x": 10, "y": 1.5},
|
|
|
|
{"matrix": [1, 11], "x": 11, "y": 1.5},
|
|
|
|
{"matrix": [1, 12], "x": 12, "y": 1.5},
|
|
|
|
{"matrix": [1, 13], "x": 13, "y": 1.5, "w": 2},
|
|
|
|
|
|
|
|
{"matrix": [1, 14], "x": 15.25, "y": 1.5},
|
|
|
|
{"matrix": [1, 15], "x": 16.25, "y": 1.5},
|
|
|
|
{"matrix": [1, 16], "x": 17.25, "y": 1.5},
|
|
|
|
|
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2.5, "w": 1.5},
|
|
|
|
{"matrix": [2, 1], "x": 1.5, "y": 2.5},
|
|
|
|
{"matrix": [2, 2], "x": 2.5, "y": 2.5},
|
|
|
|
{"matrix": [2, 3], "x": 3.5, "y": 2.5},
|
|
|
|
{"matrix": [2, 4], "x": 4.5, "y": 2.5},
|
|
|
|
{"matrix": [2, 5], "x": 5.5, "y": 2.5},
|
|
|
|
{"matrix": [2, 6], "x": 6.5, "y": 2.5},
|
|
|
|
{"matrix": [2, 7], "x": 7.5, "y": 2.5},
|
|
|
|
{"matrix": [2, 8], "x": 8.5, "y": 2.5},
|
|
|
|
{"matrix": [2, 9], "x": 9.5, "y": 2.5},
|
|
|
|
{"matrix": [2, 10], "x": 10.5, "y": 2.5},
|
|
|
|
{"matrix": [2, 11], "x": 11.5, "y": 2.5},
|
|
|
|
{"matrix": [2, 12], "x": 12.5, "y": 2.5},
|
|
|
|
{"matrix": [2, 13], "x": 13.5, "y": 2.5, "w": 1.5},
|
|
|
|
|
|
|
|
{"matrix": [2, 14], "x": 15.25, "y": 2.5},
|
|
|
|
{"matrix": [2, 15], "x": 16.25, "y": 2.5},
|
|
|
|
{"matrix": [2, 16], "x": 17.25, "y": 2.5},
|
|
|
|
|
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3.5, "w": 1.75},
|
|
|
|
{"matrix": [3, 1], "x": 1.75, "y": 3.5},
|
|
|
|
{"matrix": [3, 2], "x": 2.75, "y": 3.5},
|
|
|
|
{"matrix": [3, 3], "x": 3.75, "y": 3.5},
|
|
|
|
{"matrix": [3, 4], "x": 4.75, "y": 3.5},
|
|
|
|
{"matrix": [3, 5], "x": 5.75, "y": 3.5},
|
|
|
|
{"matrix": [3, 6], "x": 6.75, "y": 3.5},
|
|
|
|
{"matrix": [3, 7], "x": 7.75, "y": 3.5},
|
|
|
|
{"matrix": [3, 8], "x": 8.75, "y": 3.5},
|
|
|
|
{"matrix": [3, 9], "x": 9.75, "y": 3.5},
|
|
|
|
{"matrix": [3, 10], "x": 10.75, "y": 3.5},
|
|
|
|
{"matrix": [3, 11], "x": 11.75, "y": 3.5},
|
|
|
|
{"matrix": [3, 13], "x": 12.75, "y": 3.5, "w": 2.25},
|
|
|
|
|
|
|
|
{"matrix": [4, 0], "x": 0, "y": 4.5, "w": 2.25},
|
|
|
|
{"matrix": [4, 1], "x": 2.25, "y": 4.5},
|
|
|
|
{"matrix": [4, 2], "x": 3.25, "y": 4.5},
|
|
|
|
{"matrix": [4, 3], "x": 4.25, "y": 4.5},
|
|
|
|
{"matrix": [4, 4], "x": 5.25, "y": 4.5},
|
|
|
|
{"matrix": [4, 5], "x": 6.25, "y": 4.5},
|
|
|
|
{"matrix": [4, 6], "x": 7.25, "y": 4.5},
|
|
|
|
{"matrix": [4, 7], "x": 8.25, "y": 4.5},
|
|
|
|
{"matrix": [4, 8], "x": 9.25, "y": 4.5},
|
|
|
|
{"matrix": [4, 9], "x": 10.25, "y": 4.5},
|
|
|
|
{"matrix": [4, 10], "x": 11.25, "y": 4.5},
|
|
|
|
{"matrix": [4, 13], "x": 12.25, "y": 4.5, "w": 2.75},
|
|
|
|
|
|
|
|
{"matrix": [4, 15], "x": 16.25, "y": 4.5},
|
|
|
|
|
|
|
|
{"matrix": [5, 0], "x": 0, "y": 5.5, "w": 1.25},
|
|
|
|
{"matrix": [5, 1], "x": 1.25, "y": 5.5, "w": 1.25},
|
|
|
|
{"matrix": [5, 2], "x": 2.5, "y": 5.5, "w": 1.25},
|
|
|
|
{"matrix": [5, 5], "x": 3.75, "y": 5.5, "w": 6.25},
|
|
|
|
{"matrix": [5, 10], "x": 10, "y": 5.5, "w": 1.25},
|
|
|
|
{"matrix": [5, 11], "x": 11.25, "y": 5.5, "w": 1.25},
|
|
|
|
{"matrix": [5, 12], "x": 12.5, "y": 5.5, "w": 1.25},
|
|
|
|
{"matrix": [5, 13], "x": 13.75, "y": 5.5, "w": 1.25},
|
|
|
|
|
|
|
|
{"matrix": [5, 14], "x": 15.25, "y": 5.5},
|
|
|
|
{"matrix": [5, 15], "x": 16.25, "y": 5.5},
|
|
|
|
{"matrix": [5, 16], "x": 17.25, "y": 5.5}
|
2022-12-30 01:59:55 +01:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|