mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 11:31:13 +00:00
Formatting
This commit is contained in:
parent
3c89756e39
commit
e4769795f4
@ -3,10 +3,13 @@
|
|||||||
"keyboard_name": "TrueStrike42",
|
"keyboard_name": "TrueStrike42",
|
||||||
"maintainer": "byungyoonc",
|
"maintainer": "byungyoonc",
|
||||||
"bootloader": "rp2040",
|
"bootloader": "rp2040",
|
||||||
"processor": "RP2040",
|
|
||||||
"build": {
|
"build": {
|
||||||
"debounce_type": "asym_eager_defer_pk"
|
"debounce_type": "asym_eager_defer_pk"
|
||||||
},
|
},
|
||||||
|
"diode_direction": "COL2ROW",
|
||||||
|
"dynamic_keymap": {
|
||||||
|
"layer_count": 10
|
||||||
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"bootmagic": true,
|
"bootmagic": true,
|
||||||
"command": false,
|
"command": false,
|
||||||
@ -16,127 +19,59 @@
|
|||||||
"nkro": true,
|
"nkro": true,
|
||||||
"rgb_matrix": true
|
"rgb_matrix": true
|
||||||
},
|
},
|
||||||
"diode_direction": "COL2ROW",
|
|
||||||
"url": "https://github.com/byungyoonc/TrueStrike42",
|
|
||||||
"usb": {
|
|
||||||
"device_version": "1.0.0",
|
|
||||||
"pid": "0x0000",
|
|
||||||
"vid": "0x5A53"
|
|
||||||
},
|
|
||||||
"matrix": {
|
"matrix": {
|
||||||
"debounce": 100
|
"debounce": 100
|
||||||
},
|
},
|
||||||
"dynamic_keymap": {
|
"processor": "RP2040",
|
||||||
"layer_count": 10
|
|
||||||
},
|
|
||||||
"ws2812": {
|
|
||||||
"pin": "GP0",
|
|
||||||
"driver": "vendor"
|
|
||||||
},
|
|
||||||
"layouts": {
|
|
||||||
"LAYOUT_split_3x6_3": {
|
|
||||||
"layout": [
|
|
||||||
{"matrix": [0, 0], "x": 0, "y": 0.25},
|
|
||||||
{"matrix": [0, 1], "x": 1, "y": 0.25},
|
|
||||||
{"matrix": [0, 2], "x": 2, "y": 0.125},
|
|
||||||
{"matrix": [0, 3], "x": 3, "y": 0},
|
|
||||||
{"matrix": [0, 4], "x": 4, "y": 0.125},
|
|
||||||
{"matrix": [0, 5], "x": 5, "y": 0.25},
|
|
||||||
|
|
||||||
{"matrix": [1, 6], "x": 8, "y": 0.25},
|
|
||||||
{"matrix": [1, 7], "x": 9, "y": 0.125},
|
|
||||||
{"matrix": [1, 8], "x": 10, "y": 0},
|
|
||||||
{"matrix": [1, 9], "x": 11, "y": 0.125},
|
|
||||||
{"matrix": [1, 10], "x": 12, "y": 0.25},
|
|
||||||
{"matrix": [1, 11], "x": 13, "y": 0.25},
|
|
||||||
|
|
||||||
{"matrix": [0, 6], "x": 0, "y": 1.25},
|
|
||||||
{"matrix": [0, 7], "x": 1, "y": 1.25},
|
|
||||||
{"matrix": [0, 8], "x": 2, "y": 1.125},
|
|
||||||
{"matrix": [0, 9], "x": 3, "y": 1},
|
|
||||||
{"matrix": [0, 10], "x": 4, "y": 1.125},
|
|
||||||
{"matrix": [0, 11], "x": 5, "y": 1.25},
|
|
||||||
|
|
||||||
{"matrix": [2, 0], "x": 8, "y": 1.25},
|
|
||||||
{"matrix": [2, 1], "x": 9, "y": 1.125},
|
|
||||||
{"matrix": [2, 2], "x": 10, "y": 1},
|
|
||||||
{"matrix": [2, 3], "x": 11, "y": 1.125},
|
|
||||||
{"matrix": [2, 4], "x": 12, "y": 1.25},
|
|
||||||
{"matrix": [2, 5], "x": 13, "y": 1.25},
|
|
||||||
|
|
||||||
{"matrix": [1, 0], "x": 0, "y": 2.25},
|
|
||||||
{"matrix": [1, 1], "x": 1, "y": 2.25},
|
|
||||||
{"matrix": [1, 2], "x": 2, "y": 2.125},
|
|
||||||
{"matrix": [1, 3], "x": 3, "y": 2},
|
|
||||||
{"matrix": [1, 4], "x": 4, "y": 2.125},
|
|
||||||
{"matrix": [1, 5], "x": 5, "y": 2.25},
|
|
||||||
|
|
||||||
{"matrix": [2, 6], "x": 8, "y": 2.25},
|
|
||||||
{"matrix": [2, 7], "x": 9, "y": 2.125},
|
|
||||||
{"matrix": [2, 8], "x": 10, "y": 2},
|
|
||||||
{"matrix": [2, 9], "x": 11, "y": 2.125},
|
|
||||||
{"matrix": [2, 10], "x": 12, "y": 2.25},
|
|
||||||
{"matrix": [2, 11], "x": 13, "y": 2.25},
|
|
||||||
|
|
||||||
{"matrix": [3, 0], "x": 3.5, "y": 3.25},
|
|
||||||
{"matrix": [3, 1], "x": 4.5, "y": 3.5},
|
|
||||||
{"matrix": [3, 2], "x": 5.5, "y": 3.75},
|
|
||||||
{"matrix": [3, 3], "x": 7.5, "y": 3.75},
|
|
||||||
{"matrix": [3, 4], "x": 8.5, "y": 3.5},
|
|
||||||
{"matrix": [3, 5], "x": 9.5, "y": 3.25}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"rgb_matrix": {
|
"rgb_matrix": {
|
||||||
"animations": {
|
"animations": {
|
||||||
"alphas_mods": true,
|
"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_sat": true,
|
||||||
"band_pinwheel_val": true,
|
"band_pinwheel_val": true,
|
||||||
|
"band_sat": true,
|
||||||
"band_spiral_sat": true,
|
"band_spiral_sat": true,
|
||||||
"band_spiral_val": true,
|
"band_spiral_val": true,
|
||||||
|
"band_val": true,
|
||||||
|
"breathing": true,
|
||||||
"cycle_all": true,
|
"cycle_all": true,
|
||||||
"cycle_left_right": true,
|
"cycle_left_right": true,
|
||||||
"cycle_up_down": true,
|
|
||||||
"rainbow_moving_chevron": true,
|
|
||||||
"cycle_out_in": true,
|
"cycle_out_in": true,
|
||||||
"cycle_out_in_dual": true,
|
"cycle_out_in_dual": true,
|
||||||
"cycle_pinwheel": true,
|
"cycle_pinwheel": true,
|
||||||
"cycle_spiral": true,
|
"cycle_spiral": true,
|
||||||
|
"cycle_up_down": true,
|
||||||
|
"digital_rain": true,
|
||||||
"dual_beacon": true,
|
"dual_beacon": true,
|
||||||
"rainbow_beacon": true,
|
"gradient_left_right": true,
|
||||||
"rainbow_pinwheels": true,
|
"gradient_up_down": true,
|
||||||
"raindrops": true,
|
|
||||||
"jellybean_raindrops": true,
|
|
||||||
"hue_breathing": true,
|
"hue_breathing": true,
|
||||||
"hue_pendulum": true,
|
"hue_pendulum": true,
|
||||||
"hue_wave": true,
|
"hue_wave": true,
|
||||||
"pixel_rain": true,
|
"jellybean_raindrops": true,
|
||||||
|
"multisplash": true,
|
||||||
"pixel_flow": true,
|
"pixel_flow": true,
|
||||||
"pixel_fractal": true,
|
"pixel_fractal": true,
|
||||||
"typing_heatmap": true,
|
"pixel_rain": true,
|
||||||
"digital_rain": true,
|
"rainbow_beacon": true,
|
||||||
"solid_reactive_simple": true,
|
"rainbow_moving_chevron": true,
|
||||||
|
"rainbow_pinwheels": true,
|
||||||
|
"raindrops": true,
|
||||||
|
"solid_multisplash": true,
|
||||||
"solid_reactive": true,
|
"solid_reactive": true,
|
||||||
"solid_reactive_wide": true,
|
|
||||||
"solid_reactive_multiwide": true,
|
|
||||||
"solid_reactive_cross": true,
|
"solid_reactive_cross": true,
|
||||||
"solid_reactive_multicross": true,
|
"solid_reactive_multicross": true,
|
||||||
"solid_reactive_nexus": true,
|
|
||||||
"solid_reactive_multinexus": true,
|
"solid_reactive_multinexus": true,
|
||||||
"splash": true,
|
"solid_reactive_multiwide": true,
|
||||||
"multisplash": true,
|
"solid_reactive_nexus": true,
|
||||||
|
"solid_reactive_simple": true,
|
||||||
|
"solid_reactive_wide": true,
|
||||||
"solid_splash": true,
|
"solid_splash": true,
|
||||||
"solid_multisplash": true
|
"splash": true,
|
||||||
|
"typing_heatmap": true
|
||||||
},
|
},
|
||||||
"default": {
|
"default": {
|
||||||
"animation": "alphas_mods"
|
"animation": "alphas_mods"
|
||||||
},
|
},
|
||||||
"max_brightness": 255,
|
|
||||||
"driver": "ws2812",
|
"driver": "ws2812",
|
||||||
"layout": [
|
"layout": [
|
||||||
{"matrix": [0, 5], "x": 86, "y": 4, "flags": 4},
|
{"matrix": [0, 5], "x": 86, "y": 4, "flags": 4},
|
||||||
@ -181,6 +116,65 @@
|
|||||||
{"matrix": [1, 8], "x": 172, "y": 0, "flags": 4},
|
{"matrix": [1, 8], "x": 172, "y": 0, "flags": 4},
|
||||||
{"matrix": [1, 7], "x": 155, "y": 2, "flags": 4},
|
{"matrix": [1, 7], "x": 155, "y": 2, "flags": 4},
|
||||||
{"matrix": [1, 6], "x": 137, "y": 4, "flags": 4}
|
{"matrix": [1, 6], "x": 137, "y": 4, "flags": 4}
|
||||||
|
],
|
||||||
|
"max_brightness": 255
|
||||||
|
},
|
||||||
|
"url": "https://github.com/byungyoonc/TrueStrike42",
|
||||||
|
"usb": {
|
||||||
|
"device_version": "1.0.0",
|
||||||
|
"pid": "0x0000",
|
||||||
|
"vid": "0x5A53"
|
||||||
|
},
|
||||||
|
"ws2812": {
|
||||||
|
"driver": "vendor",
|
||||||
|
"pin": "GP0"
|
||||||
|
},
|
||||||
|
"layouts": {
|
||||||
|
"LAYOUT_split_3x6_3": {
|
||||||
|
"layout": [
|
||||||
|
{"matrix": [0, 0], "x": 0, "y": 0.25},
|
||||||
|
{"matrix": [0, 1], "x": 1, "y": 0.25},
|
||||||
|
{"matrix": [0, 2], "x": 2, "y": 0.125},
|
||||||
|
{"matrix": [0, 3], "x": 3, "y": 0},
|
||||||
|
{"matrix": [0, 4], "x": 4, "y": 0.125},
|
||||||
|
{"matrix": [0, 5], "x": 5, "y": 0.25},
|
||||||
|
{"matrix": [1, 6], "x": 8, "y": 0.25},
|
||||||
|
{"matrix": [1, 7], "x": 9, "y": 0.125},
|
||||||
|
{"matrix": [1, 8], "x": 10, "y": 0},
|
||||||
|
{"matrix": [1, 9], "x": 11, "y": 0.125},
|
||||||
|
{"matrix": [1, 10], "x": 12, "y": 0.25},
|
||||||
|
{"matrix": [1, 11], "x": 13, "y": 0.25},
|
||||||
|
{"matrix": [0, 6], "x": 0, "y": 1.25},
|
||||||
|
{"matrix": [0, 7], "x": 1, "y": 1.25},
|
||||||
|
{"matrix": [0, 8], "x": 2, "y": 1.125},
|
||||||
|
{"matrix": [0, 9], "x": 3, "y": 1},
|
||||||
|
{"matrix": [0, 10], "x": 4, "y": 1.125},
|
||||||
|
{"matrix": [0, 11], "x": 5, "y": 1.25},
|
||||||
|
{"matrix": [2, 0], "x": 8, "y": 1.25},
|
||||||
|
{"matrix": [2, 1], "x": 9, "y": 1.125},
|
||||||
|
{"matrix": [2, 2], "x": 10, "y": 1},
|
||||||
|
{"matrix": [2, 3], "x": 11, "y": 1.125},
|
||||||
|
{"matrix": [2, 4], "x": 12, "y": 1.25},
|
||||||
|
{"matrix": [2, 5], "x": 13, "y": 1.25},
|
||||||
|
{"matrix": [1, 0], "x": 0, "y": 2.25},
|
||||||
|
{"matrix": [1, 1], "x": 1, "y": 2.25},
|
||||||
|
{"matrix": [1, 2], "x": 2, "y": 2.125},
|
||||||
|
{"matrix": [1, 3], "x": 3, "y": 2},
|
||||||
|
{"matrix": [1, 4], "x": 4, "y": 2.125},
|
||||||
|
{"matrix": [1, 5], "x": 5, "y": 2.25},
|
||||||
|
{"matrix": [2, 6], "x": 8, "y": 2.25},
|
||||||
|
{"matrix": [2, 7], "x": 9, "y": 2.125},
|
||||||
|
{"matrix": [2, 8], "x": 10, "y": 2},
|
||||||
|
{"matrix": [2, 9], "x": 11, "y": 2.125},
|
||||||
|
{"matrix": [2, 10], "x": 12, "y": 2.25},
|
||||||
|
{"matrix": [2, 11], "x": 13, "y": 2.25},
|
||||||
|
{"matrix": [3, 0], "x": 3.5, "y": 3.25},
|
||||||
|
{"matrix": [3, 1], "x": 4.5, "y": 3.5},
|
||||||
|
{"matrix": [3, 2], "x": 5.5, "y": 3.75},
|
||||||
|
{"matrix": [3, 3], "x": 7.5, "y": 3.75},
|
||||||
|
{"matrix": [3, 4], "x": 8.5, "y": 3.5},
|
||||||
|
{"matrix": [3, 5], "x": 9.5, "y": 3.25}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user