2022-01-13 19:59:16 +01:00
|
|
|
{
|
|
|
|
"keyboard_name": "AK81_VE",
|
2022-07-26 02:52:18 +02:00
|
|
|
"manufacturer": "Atlantis",
|
2022-01-13 19:59:16 +01:00
|
|
|
"maintainer": "fOmey",
|
2022-07-26 02:52:18 +02:00
|
|
|
"usb": {
|
|
|
|
"vid": "0x416B",
|
|
|
|
"pid": "0x0081",
|
2023-05-01 05:33:10 +02:00
|
|
|
"device_version": "0.0.1",
|
|
|
|
"force_nkro": true
|
2022-07-26 02:52:18 +02:00
|
|
|
},
|
2023-04-08 10:08:08 +02:00
|
|
|
"rgb_matrix": {
|
2024-01-02 04:05:08 +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,
|
|
|
|
"cycle_out_in": true,
|
|
|
|
"cycle_out_in_dual": true,
|
|
|
|
"rainbow_moving_chevron": 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_fractal": true,
|
|
|
|
"pixel_rain": 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
|
|
|
|
},
|
|
|
|
"default": {
|
|
|
|
"hue": 170
|
|
|
|
},
|
|
|
|
"driver": "ws2812",
|
|
|
|
"max_brightness": 130,
|
|
|
|
"sleep": true
|
2023-04-08 10:08:08 +02:00
|
|
|
},
|
2024-03-30 11:43:15 +01:00
|
|
|
"build": {
|
|
|
|
"lto": true
|
|
|
|
},
|
|
|
|
"features": {
|
|
|
|
"bootmagic": true,
|
|
|
|
"command": false,
|
|
|
|
"console": false,
|
|
|
|
"dynamic_macro": true,
|
|
|
|
"encoder": true,
|
|
|
|
"extrakey": true,
|
|
|
|
"mousekey": true,
|
|
|
|
"nkro": true,
|
|
|
|
"rgb_matrix": true
|
|
|
|
},
|
2024-04-02 18:45:44 +02:00
|
|
|
"qmk": {
|
|
|
|
"locking": {
|
|
|
|
"enabled": true,
|
|
|
|
"resync": true
|
|
|
|
}
|
|
|
|
},
|
2023-03-10 19:41:58 +01:00
|
|
|
"matrix_pins": {
|
|
|
|
"cols": ["F0", "C7", "C6", "B6", "B5", "B4", "D7", "D6", "B2", "B7", "D3", "D2", "D1", "D0", "B3"],
|
|
|
|
"rows": ["F1", "F7", "F6", "F5", "F4", "D5"]
|
|
|
|
},
|
|
|
|
"diode_direction": "COL2ROW",
|
2023-02-25 23:45:12 +01:00
|
|
|
"encoder": {
|
|
|
|
"rotary": [
|
|
|
|
{"pin_a": "E6", "pin_b": "B0"}
|
|
|
|
]
|
|
|
|
},
|
2023-02-17 03:14:29 +01:00
|
|
|
"indicators": {
|
|
|
|
"caps_lock": "D4",
|
|
|
|
"on_state": 0
|
|
|
|
},
|
2023-04-06 10:00:54 +02:00
|
|
|
"ws2812": {
|
|
|
|
"pin": "B1"
|
|
|
|
},
|
2023-02-08 08:41:46 +01:00
|
|
|
"processor": "atmega32u4",
|
|
|
|
"bootloader": "atmel-dfu",
|
2022-01-13 19:59:16 +01:00
|
|
|
"layouts": {
|
|
|
|
"LAYOUT": {
|
|
|
|
"layout": [
|
2023-04-12 05:42:51 +02:00
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [0, 1], "x": 2, "y": 0},
|
|
|
|
{"matrix": [0, 2], "x": 3, "y": 0},
|
|
|
|
{"matrix": [0, 3], "x": 4, "y": 0},
|
|
|
|
{"matrix": [0, 4], "x": 5, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [0, 5], "x": 6.5, "y": 0},
|
|
|
|
{"matrix": [0, 6], "x": 7.5, "y": 0},
|
|
|
|
{"matrix": [0, 7], "x": 8.5, "y": 0},
|
|
|
|
{"matrix": [0, 8], "x": 9.5, "y": 0},
|
|
|
|
|
|
|
|
{"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},
|
|
|
|
|
|
|
|
{"matrix": [0, 14], "x": 16.25, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1},
|
|
|
|
{"matrix": [1, 1], "x": 1, "y": 1},
|
|
|
|
{"matrix": [1, 2], "x": 2, "y": 1},
|
|
|
|
{"matrix": [1, 3], "x": 3, "y": 1},
|
|
|
|
{"matrix": [1, 4], "x": 4, "y": 1},
|
|
|
|
{"matrix": [1, 5], "x": 5, "y": 1},
|
|
|
|
{"matrix": [1, 6], "x": 6, "y": 1},
|
|
|
|
{"matrix": [1, 7], "x": 7, "y": 1},
|
|
|
|
{"matrix": [1, 8], "x": 8, "y": 1},
|
|
|
|
{"matrix": [1, 9], "x": 9, "y": 1},
|
|
|
|
{"matrix": [1, 10], "x": 10, "y": 1},
|
|
|
|
{"matrix": [1, 11], "x": 11, "y": 1},
|
|
|
|
{"matrix": [1, 12], "x": 12, "y": 1},
|
|
|
|
{"matrix": [1, 13], "x": 13, "y": 1, "w": 2},
|
|
|
|
|
|
|
|
{"matrix": [1, 14], "x": 16.25, "y": 1},
|
|
|
|
|
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2, "w": 1.5},
|
|
|
|
{"matrix": [2, 1], "x": 1.5, "y": 2},
|
|
|
|
{"matrix": [2, 2], "x": 2.5, "y": 2},
|
|
|
|
{"matrix": [2, 3], "x": 3.5, "y": 2},
|
|
|
|
{"matrix": [2, 4], "x": 4.5, "y": 2},
|
|
|
|
{"matrix": [2, 5], "x": 5.5, "y": 2},
|
|
|
|
{"matrix": [2, 6], "x": 6.5, "y": 2},
|
|
|
|
{"matrix": [2, 7], "x": 7.5, "y": 2},
|
|
|
|
{"matrix": [2, 8], "x": 8.5, "y": 2},
|
|
|
|
{"matrix": [2, 9], "x": 9.5, "y": 2},
|
|
|
|
{"matrix": [2, 10], "x": 10.5, "y": 2},
|
|
|
|
{"matrix": [2, 11], "x": 11.5, "y": 2},
|
|
|
|
{"matrix": [2, 12], "x": 12.5, "y": 2},
|
|
|
|
{"matrix": [2, 13], "x": 13.5, "y": 2, "w": 1.5},
|
|
|
|
|
|
|
|
{"matrix": [2, 14], "x": 16.25, "y": 2},
|
|
|
|
|
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3, "w": 1.75},
|
|
|
|
{"matrix": [3, 1], "x": 1.75, "y": 3},
|
|
|
|
{"matrix": [3, 2], "x": 2.75, "y": 3},
|
|
|
|
{"matrix": [3, 3], "x": 3.75, "y": 3},
|
|
|
|
{"matrix": [3, 4], "x": 4.75, "y": 3},
|
|
|
|
{"matrix": [3, 5], "x": 5.75, "y": 3},
|
|
|
|
{"matrix": [3, 6], "x": 6.75, "y": 3},
|
|
|
|
{"matrix": [3, 7], "x": 7.75, "y": 3},
|
|
|
|
{"matrix": [3, 8], "x": 8.75, "y": 3},
|
|
|
|
{"matrix": [3, 9], "x": 9.75, "y": 3},
|
|
|
|
{"matrix": [3, 10], "x": 10.75, "y": 3},
|
|
|
|
{"matrix": [3, 11], "x": 11.75, "y": 3},
|
|
|
|
{"matrix": [3, 12], "x": 12.75, "y": 3, "w": 2.25},
|
|
|
|
|
|
|
|
{"matrix": [3, 14], "x": 16.25, "y": 3},
|
|
|
|
|
|
|
|
{"matrix": [4, 0], "x": 0, "y": 4, "w": 2.25},
|
|
|
|
{"matrix": [4, 1], "x": 2.25, "y": 4},
|
|
|
|
{"matrix": [4, 2], "x": 3.25, "y": 4},
|
|
|
|
{"matrix": [4, 3], "x": 4.25, "y": 4},
|
|
|
|
{"matrix": [4, 4], "x": 5.25, "y": 4},
|
|
|
|
{"matrix": [4, 5], "x": 6.25, "y": 4},
|
|
|
|
{"matrix": [4, 6], "x": 7.25, "y": 4},
|
|
|
|
{"matrix": [4, 7], "x": 8.25, "y": 4},
|
|
|
|
{"matrix": [4, 8], "x": 9.25, "y": 4},
|
|
|
|
{"matrix": [4, 9], "x": 10.25, "y": 4},
|
|
|
|
{"matrix": [4, 10], "x": 11.25, "y": 4},
|
|
|
|
{"matrix": [4, 11], "x": 12.25, "y": 4, "w": 1.75},
|
|
|
|
|
|
|
|
{"matrix": [4, 13], "x": 14.25, "y": 4.25},
|
|
|
|
|
|
|
|
{"matrix": [4, 14], "x": 16.25, "y": 4},
|
|
|
|
|
|
|
|
{"matrix": [5, 0], "x": 0, "y": 5, "w": 1.25},
|
|
|
|
{"matrix": [5, 1], "x": 1.25, "y": 5, "w": 1.25},
|
|
|
|
{"matrix": [5, 2], "x": 2.5, "y": 5, "w": 1.25},
|
|
|
|
{"matrix": [5, 6], "x": 3.75, "y": 5, "w": 6.25},
|
|
|
|
{"matrix": [5, 10], "x": 10, "y": 5, "w": 1.25},
|
|
|
|
{"matrix": [5, 11], "x": 11.25, "y": 5, "w": 1.25},
|
|
|
|
|
|
|
|
{"matrix": [5, 12], "x": 13.25, "y": 5.25},
|
|
|
|
{"matrix": [5, 13], "x": 14.25, "y": 5.25},
|
|
|
|
{"matrix": [5, 14], "x": 15.25, "y": 5.25}
|
2022-01-13 19:59:16 +01:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-05-02 00:25:15 +02:00
|
|
|
}
|