2020-09-24 03:47:27 +02:00
|
|
|
{
|
2023-05-02 00:25:15 +02:00
|
|
|
"keyboard_name": "Trifecta",
|
2022-07-25 17:20:19 +02:00
|
|
|
"manufacturer": "Swiftrax",
|
2023-05-02 00:25:15 +02:00
|
|
|
"url": "https://www.basekeys.com",
|
|
|
|
"maintainer": "Swiftrax",
|
2022-07-25 17:20:19 +02:00
|
|
|
"usb": {
|
|
|
|
"vid": "0x04D8",
|
|
|
|
"pid": "0xEAF3",
|
|
|
|
"device_version": "0.0.1"
|
|
|
|
},
|
2024-03-14 04:56:42 +01:00
|
|
|
"features": {
|
|
|
|
"bootmagic": true,
|
|
|
|
"command": true,
|
|
|
|
"console": true,
|
|
|
|
"encoder": true,
|
|
|
|
"extrakey": true,
|
|
|
|
"mousekey": false,
|
|
|
|
"nkro": false,
|
|
|
|
"rgblight": true
|
|
|
|
},
|
2024-04-11 23:21:32 +02:00
|
|
|
"qmk": {
|
|
|
|
"locking": {
|
|
|
|
"enabled": true,
|
|
|
|
"resync": true
|
|
|
|
}
|
|
|
|
},
|
2023-03-10 14:00:24 +01:00
|
|
|
"matrix_pins": {
|
|
|
|
"cols": ["F0", "F1", "F4", "F5", "D1", "B2", "D0", "B3"],
|
|
|
|
"rows": ["B0", "B7", "F7", "B1", "B6", "C6", "C7", "B5", "F6", "D2"]
|
|
|
|
},
|
|
|
|
"diode_direction": "COL2ROW",
|
2023-02-25 23:45:12 +01:00
|
|
|
"encoder": {
|
|
|
|
"rotary": [
|
|
|
|
{"pin_a": "D4", "pin_b": "B4"},
|
|
|
|
{"pin_a": "D6", "pin_b": "D3"},
|
|
|
|
{"pin_a": "D7", "pin_b": "D5"}
|
|
|
|
]
|
|
|
|
},
|
2023-02-16 22:49:49 +01:00
|
|
|
"bootmagic": {
|
|
|
|
"matrix": [1, 0]
|
|
|
|
},
|
2023-04-06 10:00:54 +02:00
|
|
|
"ws2812": {
|
|
|
|
"pin": "E6"
|
|
|
|
},
|
2023-05-27 04:27:44 +02:00
|
|
|
"rgblight": {
|
2023-06-24 09:37:54 +02:00
|
|
|
"hue_steps": 10,
|
2023-06-18 06:39:07 +02:00
|
|
|
"led_count": 80,
|
Move RGBLight animations to data driven (#21635)
* Move RGBLight animations to data driven, 0-9
* Move RGBLight animations to data driven, A
* Move RGBLight animations to data driven, B
* Move RGBLight animations to data driven, C
* Move RGBLight animations to data driven, D
* Move RGBLight animations to data driven, E
* Move RGBLight animations to data driven, F
* Move RGBLight animations to data driven, G
* Move RGBLight animations to data driven, H
* Move RGBLight animations to data driven, handwired
* Move RGBLight animations to data driven, I
* Move RGBLight animations to data driven, J
* Move RGBLight animations to data driven, K
* Move RGBLight animations to data driven, L
* Move RGBLight animations to data driven, M
* Move RGBLight animations to data driven, N
* Move RGBLight animations to data driven, O
* Move RGBLight animations to data driven, P
* Move RGBLight animations to data driven, Q
* Move RGBLight animations to data driven, R
* Move RGBLight animations to data driven, S
* Move RGBLight animations to data driven, T
* Move RGBLight animations to data driven, U
* Move RGBLight animations to data driven, V
* Move RGBLight animations to data driven, W
* Move RGBLight animations to data driven, X
* Move RGBLight animations to data driven, Y
* Move RGBLight animations to data driven, Z
* Fix incorrect placement
* Fix build failures and mismatches
2023-08-23 23:11:39 +02:00
|
|
|
"max_brightness": 128,
|
|
|
|
"animations": {
|
|
|
|
"breathing": true,
|
|
|
|
"rainbow_mood": true,
|
|
|
|
"rainbow_swirl": true,
|
|
|
|
"snake": true,
|
|
|
|
"knight": true,
|
|
|
|
"christmas": true,
|
|
|
|
"static_gradient": true,
|
|
|
|
"rgb_test": true,
|
|
|
|
"alternating": true,
|
|
|
|
"twinkle": true
|
|
|
|
}
|
2023-05-27 04:27:44 +02:00
|
|
|
},
|
2023-06-24 09:13:18 +02:00
|
|
|
"rgb_matrix": {
|
2024-04-11 23:21:32 +02:00
|
|
|
"driver": "ws2812",
|
2023-06-24 09:13:18 +02:00
|
|
|
"sat_steps": 8,
|
|
|
|
"val_steps": 8,
|
2024-01-04 07:00:28 +01:00
|
|
|
"speed_steps": 10,
|
|
|
|
"max_brightness": 150,
|
|
|
|
"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
|
2024-04-11 23:21:32 +02:00
|
|
|
},
|
|
|
|
"layout": [
|
|
|
|
{"x": 218, "y": 7, "flags": 2},
|
|
|
|
{"x": 214, "y": 45, "flags": 2},
|
|
|
|
{"x": 180, "y": 47, "flags": 2},
|
|
|
|
{"x": 147, "y": 50, "flags": 2},
|
|
|
|
{"x": 94, "y": 62, "flags": 2},
|
|
|
|
{"x": 37, "y": 51, "flags": 2},
|
|
|
|
{"x": 4, "y": 8, "flags": 2},
|
|
|
|
{"x": 36, "y": 15, "flags": 2},
|
|
|
|
{"x": 62, "y": 18, "flags": 2},
|
|
|
|
{"x": 78, "y": 5, "flags": 2},
|
|
|
|
{"x": 119, "y": 7, "flags": 2},
|
|
|
|
{"x": 145, "y": 16, "flags": 2},
|
|
|
|
{"x": 166, "y": 3, "flags": 2},
|
|
|
|
{"x": 200, "y": 16, "flags": 2},
|
|
|
|
{"matrix": [0, 7], "x": 185, "y": 11, "flags": 4},
|
|
|
|
{"matrix": [2, 7], "x": 191, "y": 22, "flags": 4},
|
|
|
|
{"matrix": [4, 7], "x": 188, "y": 33, "flags": 4},
|
|
|
|
{"matrix": [6, 7], "x": 200, "y": 46, "flags": 4},
|
|
|
|
{"matrix": [8, 7], "x": 200, "y": 57, "flags": 4},
|
|
|
|
{"matrix": [9, 7], "x": 212, "y": 57, "flags": 4},
|
|
|
|
{"matrix": [9, 6], "x": 188, "y": 57, "flags": 4},
|
|
|
|
{"matrix": [7, 6], "x": 181, "y": 44, "flags": 4},
|
|
|
|
{"matrix": [3, 6], "x": 176, "y": 22, "flags": 4},
|
|
|
|
{"matrix": [1, 6], "x": 168, "y": 11, "flags": 4},
|
|
|
|
{"matrix": [0, 6], "x": 155, "y": 11, "flags": 4},
|
|
|
|
{"matrix": [2, 6], "x": 164, "y": 22, "flags": 4},
|
|
|
|
{"matrix": [5, 6], "x": 169, "y": 32, "flags": 4},
|
|
|
|
{"matrix": [6, 6], "x": 165, "y": 44, "flags": 4},
|
|
|
|
{"matrix": [8, 6], "x": 172, "y": 55, "flags": 4},
|
|
|
|
{"matrix": [9, 5], "x": 157, "y": 54, "flags": 4},
|
|
|
|
{"matrix": [7, 5], "x": 153, "y": 44, "flags": 4},
|
|
|
|
{"matrix": [4, 5], "x": 156, "y": 33, "flags": 4},
|
|
|
|
{"matrix": [3, 5], "x": 153, "y": 22, "flags": 4},
|
|
|
|
{"matrix": [1, 5], "x": 142, "y": 12, "flags": 4},
|
|
|
|
{"matrix": [0, 5], "x": 130, "y": 13, "flags": 4},
|
|
|
|
{"matrix": [2, 5], "x": 138, "y": 23, "flags": 4},
|
|
|
|
{"matrix": [5, 5], "x": 143, "y": 33, "flags": 4},
|
|
|
|
{"matrix": [6, 5], "x": 140, "y": 45, "flags": 4},
|
|
|
|
{"matrix": [8, 5], "x": 137, "y": 56, "flags": 4},
|
|
|
|
{"matrix": [7, 4], "x": 128, "y": 47, "flags": 4},
|
|
|
|
{"matrix": [4, 4], "x": 132, "y": 35, "flags": 4},
|
|
|
|
{"matrix": [3, 4], "x": 127, "y": 25, "flags": 4},
|
|
|
|
{"matrix": [1, 4], "x": 119, "y": 16, "flags": 4},
|
|
|
|
{"matrix": [0, 4], "x": 107, "y": 17, "flags": 4},
|
|
|
|
{"matrix": [2, 4], "x": 115, "y": 27, "flags": 4},
|
|
|
|
{"matrix": [5, 4], "x": 120, "y": 37, "flags": 4},
|
|
|
|
{"matrix": [6, 4], "x": 116, "y": 48, "flags": 4},
|
|
|
|
{"matrix": [9, 4], "x": 117, "y": 59, "flags": 4},
|
|
|
|
{"matrix": [7, 3], "x": 104, "y": 51, "flags": 4},
|
|
|
|
{"matrix": [4, 3], "x": 109, "y": 39, "flags": 4},
|
|
|
|
{"matrix": [3, 3], "x": 104, "y": 29, "flags": 4},
|
|
|
|
{"matrix": [1, 3], "x": 86, "y": 19, "flags": 4},
|
|
|
|
{"matrix": [0, 3], "x": 74, "y": 16, "flags": 4},
|
|
|
|
{"matrix": [2, 3], "x": 78, "y": 28, "flags": 4},
|
|
|
|
{"matrix": [5, 3], "x": 79, "y": 39, "flags": 4},
|
|
|
|
{"matrix": [6, 3], "x": 82, "y": 50, "flags": 4},
|
|
|
|
{"matrix": [8, 2], "x": 73, "y": 60, "flags": 4},
|
|
|
|
{"matrix": [7, 2], "x": 71, "y": 48, "flags": 4},
|
|
|
|
{"matrix": [4, 2], "x": 67, "y": 37, "flags": 4},
|
|
|
|
{"matrix": [3, 2], "x": 66, "y": 26, "flags": 4},
|
|
|
|
{"matrix": [1, 2], "x": 63, "y": 15, "flags": 4},
|
|
|
|
{"matrix": [0, 2], "x": 50, "y": 12, "flags": 4},
|
|
|
|
{"matrix": [2, 2], "x": 55, "y": 24, "flags": 4},
|
|
|
|
{"matrix": [5, 2], "x": 55, "y": 35, "flags": 4},
|
|
|
|
{"matrix": [6, 2], "x": 59, "y": 47, "flags": 4},
|
|
|
|
{"matrix": [9, 1], "x": 50, "y": 56, "flags": 4},
|
|
|
|
{"matrix": [7, 1], "x": 47, "y": 45, "flags": 4},
|
|
|
|
{"matrix": [4, 1], "x": 43, "y": 33, "flags": 4},
|
|
|
|
{"matrix": [3, 1], "x": 43, "y": 22, "flags": 4},
|
|
|
|
{"matrix": [1, 1], "x": 39, "y": 10, "flags": 4},
|
|
|
|
{"matrix": [0, 1], "x": 25, "y": 11, "flags": 4},
|
|
|
|
{"matrix": [2, 1], "x": 29, "y": 22, "flags": 4},
|
|
|
|
{"matrix": [5, 1], "x": 30, "y": 33, "flags": 4},
|
|
|
|
{"matrix": [6, 1], "x": 34, "y": 44, "flags": 4},
|
|
|
|
{"matrix": [8, 1], "x": 24, "y": 54, "flags": 4},
|
|
|
|
{"matrix": [9, 0], "x": 9, "y": 55, "flags": 4},
|
|
|
|
{"matrix": [7, 0], "x": 15, "y": 44, "flags": 4},
|
|
|
|
{"matrix": [4, 0], "x": 14, "y": 33, "flags": 4},
|
|
|
|
{"matrix": [3, 0], "x": 14, "y": 22, "flags": 4},
|
|
|
|
{"matrix": [1, 0], "x": 14, "y": 11, "flags": 4}
|
|
|
|
]
|
2023-06-24 09:13:18 +02:00
|
|
|
},
|
2023-02-08 08:41:46 +01:00
|
|
|
"processor": "atmega32u4",
|
|
|
|
"bootloader": "atmel-dfu",
|
2024-01-04 07:00:28 +01:00
|
|
|
"layouts": {
|
2020-09-24 03:47:27 +02:00
|
|
|
"LAYOUT": {
|
2023-04-12 05:42:51 +02:00
|
|
|
"layout": [
|
|
|
|
{"matrix": [1, 0], "x": 0, "y": 0},
|
|
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
|
|
{"matrix": [1, 1], "x": 2, "y": 0},
|
|
|
|
{"matrix": [0, 2], "x": 3, "y": 0},
|
|
|
|
{"matrix": [1, 2], "x": 4, "y": 0},
|
|
|
|
{"matrix": [0, 3], "x": 5, "y": 0},
|
|
|
|
{"matrix": [1, 3], "x": 6, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [0, 4], "x": 8.75, "y": 0},
|
|
|
|
{"matrix": [1, 4], "x": 9.75, "y": 0},
|
|
|
|
{"matrix": [0, 5], "x": 10.75, "y": 0},
|
|
|
|
{"matrix": [1, 5], "x": 11.75, "y": 0},
|
|
|
|
{"matrix": [0, 6], "x": 12.75, "y": 0},
|
|
|
|
{"matrix": [1, 6], "x": 13.75, "y": 0},
|
|
|
|
{"matrix": [0, 7], "x": 14.75, "y": 0},
|
|
|
|
{"matrix": [1, 7], "x": 15.75, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [3, 7], "x": 17, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [3, 0], "x": 0, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [2, 1], "x": 1.5, "y": 1},
|
|
|
|
{"matrix": [3, 1], "x": 2.5, "y": 1},
|
|
|
|
{"matrix": [2, 2], "x": 3.5, "y": 1},
|
|
|
|
{"matrix": [3, 2], "x": 4.5, "y": 1},
|
|
|
|
{"matrix": [2, 3], "x": 5.5, "y": 1},
|
|
|
|
|
|
|
|
{"matrix": [3, 3], "x": 8.25, "y": 1},
|
|
|
|
{"matrix": [2, 4], "x": 9.25, "y": 1},
|
|
|
|
{"matrix": [3, 4], "x": 10.25, "y": 1},
|
|
|
|
{"matrix": [2, 5], "x": 11.25, "y": 1},
|
|
|
|
{"matrix": [3, 5], "x": 12.25, "y": 1},
|
|
|
|
{"matrix": [2, 6], "x": 13.25, "y": 1},
|
|
|
|
{"matrix": [3, 6], "x": 14.25, "y": 1},
|
|
|
|
{"matrix": [2, 7], "x": 15.25, "y": 1, "w": 1.5},
|
|
|
|
|
|
|
|
{"matrix": [5, 7], "x": 17, "y": 1},
|
|
|
|
|
|
|
|
{"matrix": [4, 0], "x": 0, "y": 2, "w": 1.75},
|
|
|
|
{"matrix": [5, 1], "x": 1.75, "y": 2},
|
|
|
|
{"matrix": [4, 1], "x": 2.75, "y": 2},
|
|
|
|
{"matrix": [5, 2], "x": 3.75, "y": 2},
|
|
|
|
{"matrix": [4, 2], "x": 4.75, "y": 2},
|
|
|
|
{"matrix": [5, 3], "x": 5.75, "y": 2},
|
|
|
|
|
|
|
|
{"matrix": [4, 3], "x": 8.5, "y": 2},
|
|
|
|
{"matrix": [5, 4], "x": 9.5, "y": 2},
|
|
|
|
{"matrix": [4, 4], "x": 10.5, "y": 2},
|
|
|
|
{"matrix": [5, 5], "x": 11.5, "y": 2},
|
|
|
|
{"matrix": [4, 5], "x": 12.5, "y": 2},
|
|
|
|
{"matrix": [5, 6], "x": 13.5, "y": 2},
|
|
|
|
{"matrix": [4, 7], "x": 14.5, "y": 2, "w": 2.25},
|
|
|
|
|
|
|
|
{"matrix": [7, 7], "x": 17, "y": 2},
|
|
|
|
|
|
|
|
{"matrix": [7, 0], "x": 0, "y": 3, "w": 2.25},
|
|
|
|
{"matrix": [6, 1], "x": 2.25, "y": 3},
|
|
|
|
{"matrix": [7, 1], "x": 3.25, "y": 3},
|
|
|
|
{"matrix": [6, 2], "x": 4.25, "y": 3},
|
|
|
|
{"matrix": [7, 2], "x": 5.25, "y": 3},
|
|
|
|
{"matrix": [6, 3], "x": 6.25, "y": 3},
|
|
|
|
|
|
|
|
{"matrix": [7, 3], "x": 8, "y": 3},
|
|
|
|
{"matrix": [6, 4], "x": 9, "y": 3},
|
|
|
|
{"matrix": [7, 4], "x": 10, "y": 3},
|
|
|
|
{"matrix": [6, 5], "x": 11, "y": 3},
|
|
|
|
{"matrix": [7, 5], "x": 12, "y": 3},
|
|
|
|
{"matrix": [6, 6], "x": 13, "y": 3},
|
|
|
|
{"matrix": [7, 6], "x": 14, "y": 3, "w": 1.75},
|
|
|
|
|
|
|
|
{"matrix": [6, 7], "x": 16, "y": 3.25},
|
|
|
|
|
|
|
|
{"matrix": [9, 0], "x": 0, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [8, 1], "x": 1.25, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [9, 1], "x": 3, "y": 4, "w": 1.5},
|
|
|
|
{"matrix": [8, 2], "x": 4.5, "y": 4, "w": 2.25},
|
|
|
|
{"matrix": [9, 4], "x": 6.75, "y": 4},
|
|
|
|
{"matrix": [8, 5], "x": 8.5, "y": 4, "w": 2.75},
|
|
|
|
{"matrix": [9, 5], "x": 11.25, "y": 4, "w": 1.5},
|
|
|
|
{"matrix": [8, 6], "x": 13.5, "y": 4, "w": 1.25},
|
|
|
|
|
|
|
|
{"matrix": [9, 6], "x": 15, "y": 4.25},
|
|
|
|
{"matrix": [8, 7], "x": 16, "y": 4.25},
|
|
|
|
{"matrix": [9, 7], "x": 17, "y": 4.25}
|
|
|
|
]
|
2020-09-24 03:47:27 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|