2021-02-05 06:06:50 +01:00
|
|
|
{
|
2022-08-02 02:02:19 +02:00
|
|
|
"keyboard_name": "Latin17RGB",
|
|
|
|
"manufacturer": "18438880",
|
2021-02-05 06:06:50 +01:00
|
|
|
"url": "",
|
|
|
|
"maintainer": "18438880",
|
2022-08-02 02:02:19 +02:00
|
|
|
"usb": {
|
|
|
|
"vid": "0x7C88",
|
|
|
|
"pid": "0x7C97",
|
|
|
|
"device_version": "0.0.1"
|
|
|
|
},
|
2023-04-06 10:00:54 +02:00
|
|
|
"ws2812": {
|
|
|
|
"pin": "B7"
|
|
|
|
},
|
2023-04-08 10:08:08 +02:00
|
|
|
"rgb_matrix": {
|
|
|
|
"driver": "IS31FL3731"
|
|
|
|
},
|
2023-03-10 12:16:56 +01:00
|
|
|
"matrix_pins": {
|
|
|
|
"cols": ["F7", "F6", "F5", "F4"],
|
|
|
|
"rows": ["C7", "C6", "B6", "B5", "B4"]
|
|
|
|
},
|
|
|
|
"diode_direction": "ROW2COL",
|
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,
|
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": ["numpad_5x4"],
|
2023-03-29 06:54:34 +02:00
|
|
|
"layout_aliases": {
|
|
|
|
"LAYOUT_pad": "LAYOUT_numpad_5x4"
|
|
|
|
},
|
2021-02-05 06:06:50 +01:00
|
|
|
"layouts": {
|
|
|
|
"LAYOUT_numpad_5x4": {
|
|
|
|
"layout": [
|
2023-03-29 06:54:34 +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},
|
2021-02-05 06:06:50 +01:00
|
|
|
|
2023-03-29 06:54:34 +02:00
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1},
|
|
|
|
{"matrix": [1, 1], "x": 1, "y": 1},
|
|
|
|
{"matrix": [1, 2], "x": 2, "y": 1},
|
2021-02-05 06:06:50 +01:00
|
|
|
|
2023-03-29 06:54:34 +02:00
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2},
|
|
|
|
{"matrix": [2, 1], "x": 1, "y": 2},
|
|
|
|
{"matrix": [2, 2], "x": 2, "y": 2},
|
|
|
|
{"matrix": [1, 3], "x": 3, "y": 1, "h": 2},
|
2021-02-05 06:06:50 +01:00
|
|
|
|
2023-03-29 06:54:34 +02:00
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3},
|
|
|
|
{"matrix": [3, 1], "x": 1, "y": 3},
|
|
|
|
{"matrix": [3, 2], "x": 2, "y": 3},
|
2021-02-05 06:06:50 +01:00
|
|
|
|
2023-03-29 06:54:34 +02:00
|
|
|
{"matrix": [4, 0], "x": 0, "y": 4, "w": 2},
|
|
|
|
{"matrix": [4, 1], "x": 2, "y": 4},
|
|
|
|
{"matrix": [3, 3], "x": 3, "y": 3, "h": 2}
|
2021-02-05 06:06:50 +01:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|