2020-12-23 07:27:55 +01:00
|
|
|
{
|
2022-08-04 03:35:08 +02:00
|
|
|
"keyboard_name": "Portico",
|
|
|
|
"manufacturer": "TKC",
|
2021-05-14 17:41:02 +02:00
|
|
|
"url": "",
|
|
|
|
"maintainer": "TerryMathews",
|
2022-08-04 03:35:08 +02:00
|
|
|
"usb": {
|
|
|
|
"vid": "0x544B",
|
|
|
|
"pid": "0x0008",
|
|
|
|
"device_version": "0.0.1"
|
|
|
|
},
|
2023-04-08 10:08:08 +02:00
|
|
|
"rgb_matrix": {
|
2023-08-23 02:00:03 +02:00
|
|
|
"driver": "is31fl3731"
|
2023-04-08 10:08:08 +02:00
|
|
|
},
|
2023-03-10 14:34:34 +01:00
|
|
|
"matrix_pins": {
|
|
|
|
"cols": ["D3", "D5", "D4", "D6", "D7", "B4", "B5", "F6", "F5", "F4", "F1", "B0", "B1", "B2", "B3"],
|
|
|
|
"rows": ["B6", "C6", "C7", "F7", "D2"]
|
|
|
|
},
|
|
|
|
"diode_direction": "COL2ROW",
|
2023-02-08 08:41:46 +01:00
|
|
|
"processor": "atmega32u4",
|
|
|
|
"bootloader": "atmel-dfu",
|
Debounce defines cleanup (#19742)
* Clean up `DEBOUNCE` in config.h, 0-9
* Clean up `DEBOUNCE` in config.h, A
* Clean up `DEBOUNCE` in config.h, B
* Clean up `DEBOUNCE` in config.h, C
* Clean up `DEBOUNCE` in config.h, D
* Clean up `DEBOUNCE` in config.h, E
* Clean up `DEBOUNCE` in config.h, F
* Clean up `DEBOUNCE` in config.h, G
* Clean up `DEBOUNCE` in config.h, H
* Clean up `DEBOUNCE` in config.h, handwired
* Clean up `DEBOUNCE` in config.h, I
* Clean up `DEBOUNCE` in config.h, J
* Clean up `DEBOUNCE` in config.h, K
* Clean up `DEBOUNCE` in config.h, L
* Clean up `DEBOUNCE` in config.h, M
* Clean up `DEBOUNCE` in config.h, N
* Clean up `DEBOUNCE` in config.h, O
* Clean up `DEBOUNCE` in config.h, P
* Clean up `DEBOUNCE` in config.h, Q
* Clean up `DEBOUNCE` in config.h, R
* Clean up `DEBOUNCE` in config.h, S
* Clean up `DEBOUNCE` in config.h, T
* Clean up `DEBOUNCE` in config.h, U
* Clean up `DEBOUNCE` in config.h, V
* Clean up `DEBOUNCE` in config.h, W
* Clean up `DEBOUNCE` in config.h, X
* Clean up `DEBOUNCE` in config.h, Y
* Clean up `DEBOUNCE` in config.h, Z
* Remove default debounce from info.json
* Migrate non-default debounce to info.json
2023-02-03 20:19:58 +01:00
|
|
|
"debounce": 3,
|
2021-05-14 17:41:02 +02:00
|
|
|
"layout_aliases": {
|
2022-01-29 02:34:38 +01:00
|
|
|
"LAYOUT_all": "LAYOUT_65_ansi_blocker"
|
2021-05-14 17:41:02 +02:00
|
|
|
},
|
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 03:48:20 +01:00
|
|
|
"community_layouts": ["65_ansi_blocker"],
|
2020-12-23 07:27:55 +01:00
|
|
|
"layouts": {
|
2021-05-14 17:41:02 +02:00
|
|
|
"LAYOUT_65_ansi_blocker": {
|
2020-12-23 07:27:55 +01:00
|
|
|
"layout": [
|
2023-04-04 07:20:10 +02: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": [0, 6], "x": 6, "y": 0},
|
|
|
|
{"matrix": [0, 7], "x": 7, "y": 0},
|
|
|
|
{"matrix": [0, 8], "x": 8, "y": 0},
|
|
|
|
{"matrix": [0, 9], "x": 9, "y": 0},
|
|
|
|
{"matrix": [0, 10], "x": 10, "y": 0},
|
|
|
|
{"matrix": [0, 11], "x": 11, "y": 0},
|
|
|
|
{"matrix": [0, 12], "x": 12, "y": 0},
|
|
|
|
{"matrix": [0, 13], "x": 13, "y": 0, "w": 2},
|
|
|
|
{"matrix": [0, 14], "x": 15, "y": 0},
|
2021-05-14 17:41:02 +02:00
|
|
|
|
2023-04-04 07:20:10 +02:00
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [1, 1], "x": 1.5, "y": 1},
|
|
|
|
{"matrix": [1, 2], "x": 2.5, "y": 1},
|
|
|
|
{"matrix": [1, 3], "x": 3.5, "y": 1},
|
|
|
|
{"matrix": [1, 4], "x": 4.5, "y": 1},
|
|
|
|
{"matrix": [1, 5], "x": 5.5, "y": 1},
|
|
|
|
{"matrix": [1, 6], "x": 6.5, "y": 1},
|
|
|
|
{"matrix": [1, 7], "x": 7.5, "y": 1},
|
|
|
|
{"matrix": [1, 8], "x": 8.5, "y": 1},
|
|
|
|
{"matrix": [1, 9], "x": 9.5, "y": 1},
|
|
|
|
{"matrix": [1, 10], "x": 10.5, "y": 1},
|
|
|
|
{"matrix": [1, 11], "x": 11.5, "y": 1},
|
|
|
|
{"matrix": [1, 12], "x": 12.5, "y": 1},
|
|
|
|
{"matrix": [1, 13], "x": 13.5, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [1, 14], "x": 15, "y": 1},
|
2021-05-14 17:41:02 +02:00
|
|
|
|
2023-04-04 07:20:10 +02:00
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
|
|
|
|
{"matrix": [2, 1], "x": 1.75, "y": 2},
|
|
|
|
{"matrix": [2, 2], "x": 2.75, "y": 2},
|
|
|
|
{"matrix": [2, 3], "x": 3.75, "y": 2},
|
|
|
|
{"matrix": [2, 4], "x": 4.75, "y": 2},
|
|
|
|
{"matrix": [2, 5], "x": 5.75, "y": 2},
|
|
|
|
{"matrix": [2, 6], "x": 6.75, "y": 2},
|
|
|
|
{"matrix": [2, 7], "x": 7.75, "y": 2},
|
|
|
|
{"matrix": [2, 8], "x": 8.75, "y": 2},
|
|
|
|
{"matrix": [2, 9], "x": 9.75, "y": 2},
|
|
|
|
{"matrix": [2, 10], "x": 10.75, "y": 2},
|
|
|
|
{"matrix": [2, 11], "x": 11.75, "y": 2},
|
|
|
|
{"matrix": [2, 12], "x": 12.75, "y": 2, "w": 2.25},
|
|
|
|
{"matrix": [2, 14], "x": 15, "y": 2},
|
2021-05-14 17:41:02 +02:00
|
|
|
|
2023-04-04 07:20:10 +02:00
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3, "w": 2.25},
|
|
|
|
{"matrix": [3, 2], "x": 2.25, "y": 3},
|
|
|
|
{"matrix": [3, 3], "x": 3.25, "y": 3},
|
|
|
|
{"matrix": [3, 4], "x": 4.25, "y": 3},
|
|
|
|
{"matrix": [3, 5], "x": 5.25, "y": 3},
|
|
|
|
{"matrix": [3, 6], "x": 6.25, "y": 3},
|
|
|
|
{"matrix": [3, 7], "x": 7.25, "y": 3},
|
|
|
|
{"matrix": [3, 8], "x": 8.25, "y": 3},
|
|
|
|
{"matrix": [3, 9], "x": 9.25, "y": 3},
|
|
|
|
{"matrix": [3, 10], "x": 10.25, "y": 3},
|
|
|
|
{"matrix": [3, 11], "x": 11.25, "y": 3},
|
|
|
|
{"matrix": [3, 12], "x": 12.25, "y": 3, "w": 1.75},
|
|
|
|
{"matrix": [3, 13], "x": 14, "y": 3},
|
|
|
|
{"matrix": [3, 14], "x": 15, "y": 3},
|
2021-05-14 17:41:02 +02:00
|
|
|
|
2023-04-04 07:20:10 +02:00
|
|
|
{"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 2], "x": 2.5, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 6], "x": 3.75, "y": 4, "w": 6.25},
|
|
|
|
{"matrix": [4, 10], "x": 10, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 11], "x": 11.25, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 12], "x": 13, "y": 4},
|
|
|
|
{"matrix": [4, 13], "x": 14, "y": 4},
|
|
|
|
{"matrix": [4, 14], "x": 15, "y": 4}
|
2021-05-14 17:41:02 +02:00
|
|
|
]
|
2020-12-23 07:27:55 +01:00
|
|
|
}
|
|
|
|
}
|
2021-05-14 17:41:02 +02:00
|
|
|
}
|