2018-09-20 22:36:11 +00:00
|
|
|
{
|
|
|
|
"keyboard_name": "Prime_M",
|
2022-08-03 07:23:15 +00:00
|
|
|
"manufacturer": "PrimeKB",
|
2018-09-20 22:36:11 +00:00
|
|
|
"url": "https://www.primekb.com",
|
|
|
|
"maintainer": "MxBlu",
|
2022-08-03 07:23:15 +00:00
|
|
|
"usb": {
|
|
|
|
"vid": "0x5052",
|
|
|
|
"pid": "0x504D",
|
|
|
|
"device_version": "0.0.1"
|
|
|
|
},
|
2023-03-10 13:00:24 +00:00
|
|
|
"matrix_pins": {
|
|
|
|
"cols": ["B3", "C7", "C6", "D2", "D1", "D0"],
|
|
|
|
"rows": ["C5", "B5", "B2", "D5", "D3"]
|
|
|
|
},
|
|
|
|
"diode_direction": "COL2ROW",
|
2023-02-25 21:37:57 +00:00
|
|
|
"backlight": {
|
|
|
|
"pin": "B7",
|
|
|
|
"levels": 4
|
|
|
|
},
|
2023-02-08 07:41:46 +00: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-10 02:48:20 +00:00
|
|
|
"community_layouts": ["numpad_5x6"],
|
2018-09-20 22:36:11 +00:00
|
|
|
"layouts": {
|
2019-02-17 02:30:14 +00:00
|
|
|
"LAYOUT_ortho_5x6": {
|
2023-03-29 04:54:34 +00:00
|
|
|
"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": [0, 4], "x": 4, "y": 0},
|
|
|
|
{"matrix": [0, 5], "x": 5, "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": [2, 0], "x": 0, "y": 2},
|
|
|
|
{"matrix": [2, 1], "x": 1, "y": 2},
|
|
|
|
{"matrix": [2, 2], "x": 2, "y": 2},
|
|
|
|
{"matrix": [2, 3], "x": 3, "y": 2},
|
|
|
|
{"matrix": [2, 4], "x": 4, "y": 2},
|
|
|
|
{"matrix": [2, 5], "x": 5, "y": 2},
|
|
|
|
|
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3},
|
|
|
|
{"matrix": [3, 1], "x": 1, "y": 3},
|
|
|
|
{"matrix": [3, 2], "x": 2, "y": 3},
|
|
|
|
{"matrix": [3, 3], "x": 3, "y": 3},
|
|
|
|
{"matrix": [3, 4], "x": 4, "y": 3},
|
|
|
|
{"matrix": [3, 5], "x": 5, "y": 3},
|
|
|
|
|
|
|
|
{"matrix": [4, 0], "x": 0, "y": 4},
|
|
|
|
{"matrix": [4, 1], "x": 1, "y": 4},
|
|
|
|
{"matrix": [4, 2], "x": 2, "y": 4},
|
|
|
|
{"matrix": [4, 3], "x": 3, "y": 4},
|
|
|
|
{"matrix": [4, 4], "x": 4, "y": 4},
|
|
|
|
{"matrix": [4, 5], "x": 5, "y": 4}
|
|
|
|
]
|
2019-02-17 02:30:14 +00:00
|
|
|
},
|
|
|
|
"LAYOUT_numpad_5x6": {
|
|
|
|
"layout": [
|
2023-03-29 04:54:34 +00: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": [0, 4], "x": 4, "y": 0},
|
|
|
|
{"matrix": [0, 5], "x": 5, "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": [2, 0], "x": 0, "y": 2},
|
|
|
|
{"matrix": [2, 1], "x": 1, "y": 2},
|
|
|
|
{"matrix": [2, 2], "x": 2, "y": 2},
|
|
|
|
{"matrix": [2, 3], "x": 3, "y": 2},
|
|
|
|
{"matrix": [2, 4], "x": 4, "y": 2},
|
|
|
|
{"matrix": [1, 5], "x": 5, "y": 1, "h": 2},
|
|
|
|
|
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3},
|
|
|
|
{"matrix": [3, 1], "x": 1, "y": 3},
|
|
|
|
{"matrix": [3, 2], "x": 2, "y": 3},
|
|
|
|
{"matrix": [3, 3], "x": 3, "y": 3},
|
|
|
|
{"matrix": [3, 4], "x": 4, "y": 3},
|
|
|
|
|
|
|
|
{"matrix": [4, 0], "x": 0, "y": 4},
|
|
|
|
{"matrix": [4, 1], "x": 1, "y": 4},
|
|
|
|
{"matrix": [4, 2], "x": 2, "y": 4, "w": 2},
|
|
|
|
{"matrix": [4, 4], "x": 4, "y": 4},
|
|
|
|
{"matrix": [3, 5], "x": 5, "y": 3, "h": 2}
|
2019-02-17 02:30:14 +00:00
|
|
|
]
|
2018-09-20 22:36:11 +00:00
|
|
|
}
|
2019-02-17 02:30:14 +00:00
|
|
|
}
|
2018-09-20 22:36:11 +00:00
|
|
|
}
|