2019-03-14 21:21:41 +06:00
|
|
|
{
|
2022-08-03 13:15:43 +06:00
|
|
|
"keyboard_name": "MT980",
|
|
|
|
"manufacturer": "Wheat Field Peripherals",
|
2019-03-14 21:21:41 +06:00
|
|
|
"url": "https://shop110310565.taobao.com",
|
|
|
|
"maintainer": "walkerstop",
|
2022-08-03 13:15:43 +06:00
|
|
|
"usb": {
|
|
|
|
"vid": "0xFEED",
|
|
|
|
"pid": "0x6060",
|
|
|
|
"device_version": "0.0.1"
|
|
|
|
},
|
2024-03-15 07:42:33 +06:00
|
|
|
"features": {
|
|
|
|
"backlight": true,
|
|
|
|
"bootmagic": true,
|
|
|
|
"command": false,
|
|
|
|
"console": false,
|
|
|
|
"extrakey": false,
|
|
|
|
"mousekey": false,
|
|
|
|
"nkro": true,
|
|
|
|
"rgblight": true
|
|
|
|
},
|
2024-05-22 16:13:39 +06:00
|
|
|
"qmk": {
|
|
|
|
"locking": {
|
|
|
|
"enabled": true,
|
|
|
|
"resync": true
|
|
|
|
}
|
|
|
|
},
|
2023-03-10 19:39:56 +06:00
|
|
|
"matrix_pins": {
|
|
|
|
"cols": ["D0", "D1", "D2", "D3", "D5", "D4", "D6", "D7", "B4"],
|
|
|
|
"rows": ["B7", "B3", "B2", "B1", "B0", "E6", "F0", "F1", "F4", "F5", "F6", "F7"]
|
|
|
|
},
|
|
|
|
"diode_direction": "ROW2COL",
|
2023-02-26 03:37:57 +06:00
|
|
|
"backlight": {
|
|
|
|
"pin": "B6"
|
|
|
|
},
|
2023-02-17 08:14:29 +06:00
|
|
|
"indicators": {
|
|
|
|
"caps_lock": "C7",
|
|
|
|
"num_lock": "C6",
|
|
|
|
"scroll_lock": "B5",
|
|
|
|
"on_state": 0
|
|
|
|
},
|
2023-04-06 14:00:54 +06:00
|
|
|
"ws2812": {
|
|
|
|
"pin": "E2"
|
|
|
|
},
|
2023-05-27 08:27:44 +06:00
|
|
|
"rgblight": {
|
2023-06-24 13:37:54 +06:00
|
|
|
"saturation_steps": 8,
|
|
|
|
"brightness_steps": 8,
|
2023-06-18 10:39:07 +06:00
|
|
|
"led_count": 24,
|
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-24 03:11:39 +06:00
|
|
|
"max_brightness": 185,
|
|
|
|
"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 08:27:44 +06:00
|
|
|
},
|
2023-02-17 03:49:49 +06:00
|
|
|
"bootmagic": {
|
|
|
|
"matrix": [5, 0]
|
|
|
|
},
|
2023-02-08 13:41:46 +06:00
|
|
|
"processor": "atmega32u4",
|
|
|
|
"bootloader": "atmel-dfu",
|
2019-03-14 21:21:41 +06:00
|
|
|
"layouts": {
|
|
|
|
"LAYOUT": {
|
|
|
|
"layout": [
|
2023-04-12 09:42:51 +06:00
|
|
|
{"matrix": [5, 0], "x": 0, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [5, 2], "x": 1.25, "y": 0},
|
|
|
|
{"matrix": [5, 3], "x": 2.25, "y": 0},
|
|
|
|
{"matrix": [5, 4], "x": 3.25, "y": 0},
|
|
|
|
{"matrix": [5, 5], "x": 4.25, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [5, 7], "x": 5.5, "y": 0},
|
|
|
|
{"matrix": [5, 8], "x": 6.5, "y": 0},
|
|
|
|
{"matrix": [11, 8], "x": 7.5, "y": 0},
|
|
|
|
{"matrix": [11, 7], "x": 8.5, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [11, 5], "x": 9.75, "y": 0},
|
|
|
|
{"matrix": [11, 4], "x": 10.75, "y": 0},
|
|
|
|
{"matrix": [11, 3], "x": 11.75, "y": 0},
|
|
|
|
{"matrix": [11, 6], "x": 12.75, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [5, 1], "x": 14, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [11, 2], "x": 15.5, "y": 0},
|
|
|
|
{"matrix": [11, 1], "x": 16.5, "y": 0},
|
|
|
|
{"matrix": [11, 0], "x": 17.5, "y": 0},
|
|
|
|
{"matrix": [6, 3], "x": 18.5, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [4, 0], "x": 0, "y": 1.5},
|
|
|
|
{"matrix": [4, 1], "x": 1, "y": 1.5},
|
|
|
|
{"matrix": [4, 2], "x": 2, "y": 1.5},
|
|
|
|
{"matrix": [4, 3], "x": 3, "y": 1.5},
|
|
|
|
{"matrix": [4, 4], "x": 4, "y": 1.5},
|
|
|
|
{"matrix": [4, 5], "x": 5, "y": 1.5},
|
|
|
|
{"matrix": [4, 6], "x": 6, "y": 1.5},
|
|
|
|
{"matrix": [4, 7], "x": 7, "y": 1.5},
|
|
|
|
{"matrix": [4, 8], "x": 8, "y": 1.5},
|
|
|
|
{"matrix": [10, 8], "x": 9, "y": 1.5},
|
|
|
|
{"matrix": [10, 7], "x": 10, "y": 1.5},
|
|
|
|
{"matrix": [10, 5], "x": 11, "y": 1.5},
|
|
|
|
{"matrix": [10, 4], "x": 12, "y": 1.5},
|
|
|
|
{"matrix": [10, 3], "x": 13, "y": 1.5},
|
|
|
|
{"matrix": [10, 6], "x": 14, "y": 1.5},
|
|
|
|
|
|
|
|
{"matrix": [10, 2], "x": 15.5, "y": 1.5},
|
|
|
|
{"matrix": [10, 1], "x": 16.5, "y": 1.5},
|
|
|
|
{"matrix": [10, 0], "x": 17.5, "y": 1.5},
|
|
|
|
{"matrix": [6, 4], "x": 18.5, "y": 1.5},
|
|
|
|
|
|
|
|
{"matrix": [3, 0], "x": 0, "y": 2.5, "w": 1.5},
|
|
|
|
{"matrix": [3, 1], "x": 1.5, "y": 2.5},
|
|
|
|
{"matrix": [3, 2], "x": 2.5, "y": 2.5},
|
|
|
|
{"matrix": [3, 3], "x": 3.5, "y": 2.5},
|
|
|
|
{"matrix": [3, 4], "x": 4.5, "y": 2.5},
|
|
|
|
{"matrix": [3, 5], "x": 5.5, "y": 2.5},
|
|
|
|
{"matrix": [3, 6], "x": 6.5, "y": 2.5},
|
|
|
|
{"matrix": [3, 7], "x": 7.5, "y": 2.5},
|
|
|
|
{"matrix": [3, 8], "x": 8.5, "y": 2.5},
|
|
|
|
{"matrix": [9, 8], "x": 9.5, "y": 2.5},
|
|
|
|
{"matrix": [9, 7], "x": 10.5, "y": 2.5},
|
|
|
|
{"matrix": [9, 5], "x": 11.5, "y": 2.5},
|
|
|
|
{"matrix": [9, 4], "x": 12.5, "y": 2.5},
|
|
|
|
{"matrix": [8, 4], "x": 13.5, "y": 2.5, "w": 1.5},
|
|
|
|
{"matrix": [9, 6], "x": 15.5, "y": 2.5},
|
|
|
|
{"matrix": [9, 2], "x": 16.5, "y": 2.5},
|
|
|
|
{"matrix": [9, 1], "x": 17.5, "y": 2.5},
|
|
|
|
{"matrix": [9, 0], "x": 18.5, "y": 2.5},
|
|
|
|
|
|
|
|
{"matrix": [2, 0], "x": 0, "y": 3.5, "w": 1.75},
|
|
|
|
{"matrix": [2, 1], "x": 1.75, "y": 3.5},
|
|
|
|
{"matrix": [2, 2], "x": 2.75, "y": 3.5},
|
|
|
|
{"matrix": [2, 3], "x": 3.75, "y": 3.5},
|
|
|
|
{"matrix": [2, 4], "x": 4.75, "y": 3.5},
|
|
|
|
{"matrix": [2, 5], "x": 5.75, "y": 3.5},
|
|
|
|
{"matrix": [2, 6], "x": 6.75, "y": 3.5},
|
|
|
|
{"matrix": [2, 7], "x": 7.75, "y": 3.5},
|
|
|
|
{"matrix": [2, 8], "x": 8.75, "y": 3.5},
|
|
|
|
{"matrix": [8, 8], "x": 9.75, "y": 3.5},
|
|
|
|
{"matrix": [8, 7], "x": 10.75, "y": 3.5},
|
|
|
|
{"matrix": [8, 5], "x": 11.75, "y": 3.5},
|
|
|
|
{"matrix": [9, 3], "x": 12.75, "y": 3.5, "w": 2.25},
|
|
|
|
|
|
|
|
{"matrix": [8, 6], "x": 15.5, "y": 3.5},
|
|
|
|
{"matrix": [8, 2], "x": 16.5, "y": 3.5},
|
|
|
|
{"matrix": [8, 1], "x": 17.5, "y": 3.5},
|
|
|
|
{"matrix": [8, 0], "x": 18.5, "y": 3.5},
|
|
|
|
|
|
|
|
{"matrix": [1, 0], "x": 0, "y": 4.5, "w": 1.25},
|
|
|
|
{"matrix": [1, 1], "x": 1.25, "y": 4.5},
|
|
|
|
{"matrix": [1, 2], "x": 2.25, "y": 4.5},
|
|
|
|
{"matrix": [1, 3], "x": 3.25, "y": 4.5},
|
|
|
|
{"matrix": [1, 4], "x": 4.25, "y": 4.5},
|
|
|
|
{"matrix": [1, 5], "x": 5.25, "y": 4.5},
|
|
|
|
{"matrix": [1, 6], "x": 6.25, "y": 4.5},
|
|
|
|
{"matrix": [1, 7], "x": 7.25, "y": 4.5},
|
|
|
|
{"matrix": [1, 8], "x": 8.25, "y": 4.5},
|
|
|
|
{"matrix": [7, 8], "x": 9.25, "y": 4.5},
|
|
|
|
{"matrix": [7, 7], "x": 10.25, "y": 4.5},
|
|
|
|
{"matrix": [7, 5], "x": 11.25, "y": 4.5},
|
|
|
|
{"matrix": [7, 4], "x": 12.25, "y": 4.5, "w": 1.75},
|
|
|
|
|
|
|
|
{"matrix": [7, 3], "x": 14.25, "y": 4.75},
|
|
|
|
|
|
|
|
{"matrix": [7, 6], "x": 15.5, "y": 4.5},
|
|
|
|
{"matrix": [7, 2], "x": 16.5, "y": 4.5},
|
|
|
|
{"matrix": [7, 1], "x": 17.5, "y": 4.5},
|
|
|
|
{"matrix": [7, 0], "x": 18.5, "y": 4.5},
|
|
|
|
|
|
|
|
{"matrix": [0, 0], "x": 0, "y": 5.5, "w": 1.25},
|
|
|
|
{"matrix": [0, 1], "x": 1.25, "y": 5.5},
|
|
|
|
{"matrix": [0, 2], "x": 2.25, "y": 5.5, "w": 1.25},
|
|
|
|
{"matrix": [0, 6], "x": 3.5, "y": 5.5, "w": 6.25},
|
|
|
|
{"matrix": [0, 8], "x": 9.75, "y": 5.5},
|
|
|
|
{"matrix": [0, 7], "x": 10.75, "y": 5.5},
|
|
|
|
{"matrix": [0, 5], "x": 11.75, "y": 5.5, "w": 1.25},
|
|
|
|
|
|
|
|
{"matrix": [0, 4], "x": 13.25, "y": 5.75},
|
|
|
|
{"matrix": [0, 3], "x": 14.25, "y": 5.75},
|
|
|
|
{"matrix": [6, 6], "x": 15.25, "y": 5.75},
|
|
|
|
|
|
|
|
{"matrix": [6, 2], "x": 16.5, "y": 5.5},
|
|
|
|
{"matrix": [6, 1], "x": 17.5, "y": 5.5},
|
|
|
|
{"matrix": [6, 0], "x": 18.5, "y": 5.5}
|
2019-03-14 21:21:41 +06:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|