2021-09-22 00:52:39 +02:00
|
|
|
{
|
|
|
|
"keyboard_name": "smallkeyboard",
|
2022-08-04 00:12:37 +02:00
|
|
|
"manufacturer": "zhouqiong19840119",
|
2021-09-22 00:52:39 +02:00
|
|
|
"url": "",
|
|
|
|
"maintainer": "zhouqiong19840119",
|
2022-08-04 00:12:37 +02:00
|
|
|
"usb": {
|
|
|
|
"vid": "0x7A71",
|
|
|
|
"pid": "0x736B",
|
|
|
|
"device_version": "0.0.1"
|
|
|
|
},
|
2024-04-17 04:15:02 +02:00
|
|
|
"features": {
|
|
|
|
"bootmagic": true,
|
|
|
|
"extrakey": true,
|
|
|
|
"mousekey": true,
|
|
|
|
"nkro": false,
|
|
|
|
"rgb_matrix": true
|
|
|
|
},
|
2023-04-08 10:08:08 +02:00
|
|
|
"rgb_matrix": {
|
2024-01-16 02:03:55 +01: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,
|
|
|
|
"typing_heatmap": true,
|
|
|
|
"solid_reactive_simple": true,
|
|
|
|
"solid_reactive": true
|
|
|
|
},
|
|
|
|
"driver": "is31fl3731",
|
|
|
|
"sleep": true
|
2023-04-08 10:08:08 +02:00
|
|
|
},
|
2023-03-10 19:41:58 +01:00
|
|
|
"matrix_pins": {
|
|
|
|
"cols": ["F7", "F6", "F5"],
|
|
|
|
"rows": ["C7", "C6"]
|
|
|
|
},
|
|
|
|
"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,
|
2021-09-22 00:52:39 +02:00
|
|
|
"layouts": {
|
|
|
|
"LAYOUT_ortho_2x3": {
|
|
|
|
"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": [1, 0], "x": 0, "y": 1},
|
|
|
|
{"matrix": [1, 1], "x": 1, "y": 1},
|
|
|
|
{"matrix": [1, 2], "x": 2, "y": 1}
|
2021-09-22 00:52:39 +02:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|