2020-12-09 00:58:32 +01:00
|
|
|
{
|
2022-07-27 21:19:09 +02:00
|
|
|
"keyboard_name": "Macropad v2",
|
|
|
|
"manufacturer": "GeebBoards",
|
2020-12-09 00:58:32 +01:00
|
|
|
"url": "https://geekboards.ru/",
|
|
|
|
"maintainer": "ruddy17",
|
2022-07-27 21:19:09 +02:00
|
|
|
"usb": {
|
|
|
|
"vid": "0x0483",
|
|
|
|
"pid": "0xA372",
|
2024-04-24 20:33:52 +02:00
|
|
|
"device_version": "0.0.2",
|
|
|
|
"wait_for_enumeration": true
|
2022-07-27 21:19:09 +02:00
|
|
|
},
|
2023-06-25 14:06:31 +02:00
|
|
|
"qmk": {
|
|
|
|
"tap_keycode_delay": 10
|
|
|
|
},
|
2023-03-26 09:22:12 +02:00
|
|
|
"ws2812": {
|
2023-04-06 10:00:54 +02:00
|
|
|
"pin": "A7",
|
2023-03-26 09:22:12 +02:00
|
|
|
"driver": "pwm"
|
|
|
|
},
|
2023-04-08 10:08:08 +02:00
|
|
|
"rgb_matrix": {
|
2024-01-08 03:13:30 +01:00
|
|
|
"animations": {
|
|
|
|
"gradient_up_down": true,
|
|
|
|
"gradient_left_right": true,
|
|
|
|
"breathing": true,
|
|
|
|
"band_val": true,
|
|
|
|
"cycle_all": true,
|
|
|
|
"cycle_left_right": true,
|
|
|
|
"cycle_up_down": true,
|
|
|
|
"cycle_out_in_dual": true,
|
|
|
|
"cycle_pinwheel": true,
|
|
|
|
"dual_beacon": true,
|
|
|
|
"hue_breathing": true,
|
|
|
|
"hue_pendulum": true,
|
|
|
|
"hue_wave": true,
|
|
|
|
"pixel_flow": true,
|
|
|
|
"pixel_fractal": true,
|
|
|
|
"typing_heatmap": true,
|
|
|
|
"digital_rain": true,
|
|
|
|
"solid_reactive": true,
|
|
|
|
"solid_reactive_wide": true,
|
|
|
|
"solid_reactive_multiwide": true,
|
|
|
|
"solid_reactive_nexus": true,
|
|
|
|
"solid_reactive_multinexus": true,
|
|
|
|
"splash": true,
|
|
|
|
"multisplash": true,
|
|
|
|
"solid_splash": true,
|
|
|
|
"solid_multisplash": true
|
|
|
|
},
|
|
|
|
"default": {
|
|
|
|
"animation": "cycle_up_down",
|
|
|
|
"sat": 255,
|
|
|
|
"speed": 30,
|
|
|
|
"val": 192
|
|
|
|
},
|
|
|
|
"driver": "ws2812",
|
|
|
|
"sleep": true
|
2023-04-08 10:08:08 +02:00
|
|
|
},
|
2023-02-08 08:41:46 +01:00
|
|
|
"processor": "STM32F072",
|
|
|
|
"bootloader": "stm32-dfu",
|
2024-03-15 02:42:55 +01:00
|
|
|
"features": {
|
|
|
|
"bootmagic": true,
|
|
|
|
"command": false,
|
|
|
|
"console": false,
|
|
|
|
"extrakey": true,
|
|
|
|
"mousekey": true,
|
|
|
|
"nkro": true,
|
|
|
|
"rgb_matrix": true
|
|
|
|
},
|
2023-02-14 08:39:41 +01:00
|
|
|
"matrix_pins": {
|
|
|
|
"direct": [
|
|
|
|
["B13", "B15", "B3", "B5"],
|
|
|
|
["B12", "B14", "A13", "B7"]
|
|
|
|
]
|
|
|
|
},
|
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,
|
2020-12-09 00:58:32 +01:00
|
|
|
"layouts": {
|
2022-11-05 03:48:00 +01:00
|
|
|
"LAYOUT_ortho_2x4": {
|
2020-12-09 00:58:32 +01:00
|
|
|
"layout": [
|
2023-02-19 08:55:12 +01:00
|
|
|
{"x": 0, "y": 0, "matrix": [0, 0]},
|
|
|
|
{"x": 1, "y": 0, "matrix": [0, 1]},
|
|
|
|
{"x": 2, "y": 0, "matrix": [0, 2]},
|
|
|
|
{"x": 3, "y": 0, "matrix": [0, 3]},
|
2022-11-05 03:48:00 +01:00
|
|
|
|
2023-02-19 08:55:12 +01:00
|
|
|
{"x": 0, "y": 1, "matrix": [1, 0]},
|
|
|
|
{"x": 1, "y": 1, "matrix": [1, 1]},
|
|
|
|
{"x": 2, "y": 1, "matrix": [1, 2]},
|
|
|
|
{"x": 3, "y": 1, "matrix": [1, 3]}
|
2020-12-09 00:58:32 +01:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|