2021-02-05 05:06:50 +00:00
|
|
|
{
|
2022-08-02 00:02:19 +00:00
|
|
|
"keyboard_name": "Latin17RGB",
|
|
|
|
"manufacturer": "18438880",
|
2021-02-05 05:06:50 +00:00
|
|
|
"url": "",
|
|
|
|
"maintainer": "18438880",
|
2022-08-02 00:02:19 +00:00
|
|
|
"usb": {
|
|
|
|
"vid": "0x7C88",
|
|
|
|
"pid": "0x7C97",
|
|
|
|
"device_version": "0.0.1"
|
|
|
|
},
|
2023-06-16 04:04:45 +00:00
|
|
|
"rgblight": {
|
2023-06-24 07:37:54 +00:00
|
|
|
"hue_steps": 5,
|
|
|
|
"saturation_steps": 5,
|
|
|
|
"brightness_steps": 5,
|
2023-06-18 04:39:07 +00:00
|
|
|
"led_count": 8,
|
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-23 21:11:39 +00:00
|
|
|
"sleep": true,
|
|
|
|
"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-06-16 04:04:45 +00:00
|
|
|
},
|
2023-04-06 08:00:54 +00:00
|
|
|
"ws2812": {
|
|
|
|
"pin": "B7"
|
|
|
|
},
|
2023-04-08 08:08:08 +00:00
|
|
|
"rgb_matrix": {
|
2024-01-08 04:41:01 +00:00
|
|
|
"animations": {
|
|
|
|
"alphas_mods": true,
|
|
|
|
"gradient_left_right": true,
|
|
|
|
"breathing": true,
|
|
|
|
"band_val": true,
|
|
|
|
"band_pinwheel_val": true,
|
|
|
|
"band_spiral_val": true,
|
|
|
|
"cycle_all": true,
|
|
|
|
"cycle_left_right": true,
|
|
|
|
"cycle_up_down": true,
|
|
|
|
"rainbow_moving_chevron": true,
|
|
|
|
"cycle_out_in": true,
|
|
|
|
"cycle_out_in_dual": true,
|
|
|
|
"cycle_pinwheel": true,
|
|
|
|
"cycle_spiral": true,
|
|
|
|
"dual_beacon": true,
|
|
|
|
"rainbow_beacon": true,
|
|
|
|
"rainbow_pinwheels": true,
|
|
|
|
"raindrops": true,
|
|
|
|
"jellybean_raindrops": true,
|
|
|
|
"hue_breathing": true,
|
|
|
|
"hue_pendulum": true,
|
|
|
|
"hue_wave": true,
|
|
|
|
"pixel_rain": true,
|
|
|
|
"pixel_flow": true,
|
|
|
|
"pixel_fractal": true,
|
|
|
|
"typing_heatmap": true,
|
|
|
|
"solid_reactive_simple": true,
|
|
|
|
"solid_reactive": true
|
|
|
|
},
|
|
|
|
"driver": "is31fl3731",
|
|
|
|
"sleep": true
|
2023-04-08 08:08:08 +00:00
|
|
|
},
|
2023-03-10 11:16:56 +00:00
|
|
|
"matrix_pins": {
|
|
|
|
"cols": ["F7", "F6", "F5", "F4"],
|
|
|
|
"rows": ["C7", "C6", "B6", "B5", "B4"]
|
|
|
|
},
|
|
|
|
"diode_direction": "ROW2COL",
|
2023-02-08 07:41:46 +00: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 19:19:58 +00: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 02:48:20 +00:00
|
|
|
"community_layouts": ["numpad_5x4"],
|
2023-03-29 04:54:34 +00:00
|
|
|
"layout_aliases": {
|
|
|
|
"LAYOUT_pad": "LAYOUT_numpad_5x4"
|
|
|
|
},
|
2021-02-05 05:06:50 +00:00
|
|
|
"layouts": {
|
|
|
|
"LAYOUT_numpad_5x4": {
|
|
|
|
"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},
|
2021-02-05 05:06:50 +00:00
|
|
|
|
2023-03-29 04:54:34 +00: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 05:06:50 +00:00
|
|
|
|
2023-03-29 04:54:34 +00: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 05:06:50 +00:00
|
|
|
|
2023-03-29 04:54:34 +00: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 05:06:50 +00:00
|
|
|
|
2023-03-29 04:54:34 +00: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 05:06:50 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|