2022-12-08 16:47:38 +00:00
|
|
|
{
|
|
|
|
"keyboard_name": "Tap Duo",
|
|
|
|
"manufacturer": "Momokai",
|
|
|
|
"url": "",
|
2023-05-13 06:19:18 +00:00
|
|
|
"maintainer": "peepeetee",
|
2022-12-08 16:47:38 +00:00
|
|
|
"usb": {
|
|
|
|
"vid": "0x69F9",
|
|
|
|
"pid": "0x0005",
|
|
|
|
"device_version": "0.0.1"
|
|
|
|
},
|
2023-04-06 08:00:54 +00:00
|
|
|
"ws2812": {
|
|
|
|
"pin": "F0"
|
|
|
|
},
|
2023-04-08 08:08:08 +00:00
|
|
|
"rgb_matrix": {
|
2024-03-08 20:44:26 +00:00
|
|
|
"default": {
|
|
|
|
"animation": "solid_color",
|
|
|
|
"hue": 0,
|
|
|
|
"sat": 0,
|
|
|
|
"val": 200
|
|
|
|
},
|
2024-01-16 01:04:09 +00:00
|
|
|
"animations": {
|
|
|
|
"gradient_left_right": true,
|
|
|
|
"breathing": true,
|
|
|
|
"band_sat": true,
|
|
|
|
"band_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_pinwheel": true,
|
|
|
|
"cycle_spiral": true,
|
|
|
|
"rainbow_beacon": true,
|
|
|
|
"raindrops": true,
|
|
|
|
"pixel_fractal": true,
|
|
|
|
"typing_heatmap": true,
|
|
|
|
"solid_reactive": true,
|
|
|
|
"solid_reactive_multiwide": true,
|
|
|
|
"solid_reactive_nexus": true,
|
|
|
|
"solid_reactive_multinexus": true,
|
|
|
|
"splash": true,
|
|
|
|
"solid_splash": true
|
|
|
|
},
|
|
|
|
"driver": "ws2812",
|
|
|
|
"max_brightness": 200,
|
|
|
|
"sleep": true
|
2023-04-08 08:08:08 +00:00
|
|
|
},
|
2024-03-30 10:43:15 +00:00
|
|
|
"build": {
|
|
|
|
"lto": true
|
|
|
|
},
|
|
|
|
"features": {
|
|
|
|
"bootmagic": true,
|
|
|
|
"command": false,
|
|
|
|
"console": false,
|
|
|
|
"extrakey": true,
|
|
|
|
"mousekey": true,
|
|
|
|
"nkro": false,
|
|
|
|
"rgb_matrix": true
|
|
|
|
},
|
2023-03-10 13:39:56 +00:00
|
|
|
"matrix_pins": {
|
|
|
|
"cols": ["E6", "B2", "D1", "D2", "D3"],
|
|
|
|
"rows": ["E0"]
|
|
|
|
},
|
|
|
|
"diode_direction": "COL2ROW",
|
2023-02-08 07:41:46 +00:00
|
|
|
"processor": "atmega32u4",
|
|
|
|
"bootloader": "atmel-dfu",
|
2023-05-13 06:19:18 +00:00
|
|
|
"bootmagic": {
|
|
|
|
"matrix": [0, 3]
|
|
|
|
},
|
2022-12-08 16:47:38 +00:00
|
|
|
"layouts": {
|
|
|
|
"LAYOUT": {
|
|
|
|
"layout": [
|
2023-04-05 05:46:59 +00:00
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [0, 2], "x": 0.5, "y": 1.25, "w": 0.5, "h": 0.5},
|
|
|
|
{"matrix": [0, 3], "x": 1, "y": 1.25, "w": 0.5, "h": 0.5},
|
|
|
|
{"matrix": [0, 4], "x": 1.5, "y": 1.25, "w": 0.5, "h": 0.5}
|
2022-12-08 16:47:38 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|