2019-06-01 22:02:33 -07:00
|
|
|
{
|
2023-05-01 15:25:15 -07:00
|
|
|
"keyboard_name": "KBDPAD-MKII",
|
2022-08-03 00:03:47 -07:00
|
|
|
"manufacturer": "KBDfans",
|
2023-05-01 15:25:15 -07:00
|
|
|
"url": "https://kb.ai03.me/projects/kbdpad-mkii.html",
|
|
|
|
"maintainer": "ai03",
|
2022-08-03 00:03:47 -07:00
|
|
|
"usb": {
|
2023-05-01 15:25:15 -07:00
|
|
|
"vid": "0xA103",
|
|
|
|
"pid": "0x0006",
|
|
|
|
"device_version": "0.0.1"
|
2022-08-03 00:03:47 -07:00
|
|
|
},
|
2023-03-10 09:59:07 -08:00
|
|
|
"matrix_pins": {
|
|
|
|
"cols": ["C4", "C5", "B3", "B2"],
|
|
|
|
"rows": ["D3", "D1", "D2", "C6", "C7", "B6"]
|
|
|
|
},
|
|
|
|
"diode_direction": "COL2ROW",
|
2023-02-25 13:37:57 -08:00
|
|
|
"backlight": {
|
2023-05-01 15:25:15 -07:00
|
|
|
"pin": "B7",
|
|
|
|
"levels": 5,
|
|
|
|
"breathing": true
|
2023-02-25 13:37:57 -08:00
|
|
|
},
|
2023-06-15 21:04:45 -07:00
|
|
|
"rgblight": {
|
2023-06-24 00:37:54 -07:00
|
|
|
"saturation_steps": 8,
|
|
|
|
"brightness_steps": 8,
|
2023-06-17 21:39:07 -07:00
|
|
|
"led_count": 16,
|
2023-06-15 21:04:45 -07:00
|
|
|
"sleep": true
|
|
|
|
},
|
2023-04-06 01:00:54 -07:00
|
|
|
"ws2812": {
|
|
|
|
"pin": "B5"
|
|
|
|
},
|
2023-02-16 18:14:29 -08:00
|
|
|
"indicators": {
|
2023-05-01 15:25:15 -07:00
|
|
|
"num_lock": "B4",
|
|
|
|
"on_state": 0
|
2023-02-16 18:14:29 -08:00
|
|
|
},
|
2023-02-07 23:41:46 -08:00
|
|
|
"processor": "atmega32u2",
|
|
|
|
"bootloader": "atmel-dfu",
|
Migrate `LAYOUTS` to data driven (#19541)
* Migrate `LAYOUTS` to data driven, 0-9
* Migrate `LAYOUTS` to data driven, A
* Migrate `LAYOUTS` to data driven, B
* Migrate `LAYOUTS` to data driven, C
* Migrate `LAYOUTS` to data driven, D
* Migrate `LAYOUTS` to data driven, E
* Migrate `LAYOUTS` to data driven, F
* Migrate `LAYOUTS` to data driven, G
* Migrate `LAYOUTS` to data driven, H
* Migrate `LAYOUTS` to data driven, handwired
* Migrate `LAYOUTS` to data driven, I
* Migrate `LAYOUTS` to data driven, J
* Migrate `LAYOUTS` to data driven, K
* Migrate `LAYOUTS` to data driven, L
* Migrate `LAYOUTS` to data driven, M
* Migrate `LAYOUTS` to data driven, N
* Migrate `LAYOUTS` to data driven, O
* Migrate `LAYOUTS` to data driven, P
* Migrate `LAYOUTS` to data driven, Q
* Migrate `LAYOUTS` to data driven, R
* Migrate `LAYOUTS` to data driven, S
* Migrate `LAYOUTS` to data driven, T
* Migrate `LAYOUTS` to data driven, U
* Migrate `LAYOUTS` to data driven, V
* Migrate `LAYOUTS` to data driven, W
* Migrate `LAYOUTS` to data driven, X
* Migrate `LAYOUTS` to data driven, Y
* Migrate `LAYOUTS` to data driven, Z
2023-01-09 18:48:20 -08:00
|
|
|
"community_layouts": ["ortho_6x4"],
|
2019-06-01 22:02:33 -07:00
|
|
|
"layouts": {
|
2023-03-28 21:54:34 -07:00
|
|
|
"LAYOUT_numpad_6x4": {
|
|
|
|
"layout": [
|
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
|
|
{"matrix": [0, 2], "x": 2, "y": 0},
|
|
|
|
{"matrix": [0, 3], "x": 3, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1.25},
|
|
|
|
{"matrix": [1, 1], "x": 1, "y": 1.25},
|
|
|
|
{"matrix": [1, 2], "x": 2, "y": 1.25},
|
|
|
|
{"matrix": [1, 3], "x": 3, "y": 1.25, "h": 2},
|
|
|
|
|
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2.25},
|
|
|
|
{"matrix": [2, 1], "x": 1, "y": 2.25},
|
|
|
|
{"matrix": [2, 2], "x": 2, "y": 2.25},
|
|
|
|
|
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3.25},
|
|
|
|
{"matrix": [3, 1], "x": 1, "y": 3.25},
|
|
|
|
{"matrix": [3, 2], "x": 2, "y": 3.25},
|
|
|
|
{"matrix": [3, 3], "x": 3, "y": 3.25, "h": 2},
|
|
|
|
|
|
|
|
{"matrix": [4, 0], "x": 0, "y": 4.25},
|
|
|
|
{"matrix": [4, 1], "x": 1, "y": 4.25},
|
|
|
|
{"matrix": [4, 2], "x": 2, "y": 4.25},
|
|
|
|
|
|
|
|
{"matrix": [5, 0], "x": 0, "y": 5.25, "w": 2},
|
|
|
|
{"matrix": [5, 2], "x": 2, "y": 5.25},
|
|
|
|
{"matrix": [5, 3], "x": 3, "y": 5.25}
|
|
|
|
]
|
|
|
|
},
|
2019-06-01 22:02:33 -07:00
|
|
|
"LAYOUT_ortho_6x4": {
|
|
|
|
"layout": [
|
2023-03-28 21:54:34 -07:00
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
|
|
{"matrix": [0, 2], "x": 2, "y": 0},
|
|
|
|
{"matrix": [0, 3], "x": 3, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1.25},
|
|
|
|
{"matrix": [1, 1], "x": 1, "y": 1.25},
|
|
|
|
{"matrix": [1, 2], "x": 2, "y": 1.25},
|
|
|
|
{"matrix": [1, 3], "x": 3, "y": 1.25},
|
|
|
|
|
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2.25},
|
|
|
|
{"matrix": [2, 1], "x": 1, "y": 2.25},
|
|
|
|
{"matrix": [2, 2], "x": 2, "y": 2.25},
|
|
|
|
{"matrix": [2, 3], "x": 3, "y": 2.25},
|
|
|
|
|
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3.25},
|
|
|
|
{"matrix": [3, 1], "x": 1, "y": 3.25},
|
|
|
|
{"matrix": [3, 2], "x": 2, "y": 3.25},
|
|
|
|
{"matrix": [3, 3], "x": 3, "y": 3.25},
|
|
|
|
|
|
|
|
{"matrix": [4, 0], "x": 0, "y": 4.25},
|
|
|
|
{"matrix": [4, 1], "x": 1, "y": 4.25},
|
|
|
|
{"matrix": [4, 2], "x": 2, "y": 4.25},
|
|
|
|
{"matrix": [4, 3], "x": 3, "y": 4.25},
|
|
|
|
|
|
|
|
{"matrix": [5, 0], "x": 0, "y": 5.25},
|
|
|
|
{"matrix": [5, 1], "x": 1, "y": 5.25},
|
|
|
|
{"matrix": [5, 2], "x": 2, "y": 5.25},
|
|
|
|
{"matrix": [5, 3], "x": 3, "y": 5.25}
|
|
|
|
]
|
2019-06-01 22:02:33 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|