2021-07-03 07:57:27 +00:00
|
|
|
{
|
|
|
|
"keyboard_name": "NUMPAD",
|
2022-08-06 08:45:43 +00:00
|
|
|
"manufacturer": "X-BOWS",
|
2021-07-03 07:57:27 +00:00
|
|
|
"url": "",
|
|
|
|
"maintainer": "xbows-qmk",
|
2022-08-06 08:45:43 +00:00
|
|
|
"usb": {
|
|
|
|
"vid": "0x5842",
|
|
|
|
"pid": "0x4E75",
|
|
|
|
"device_version": "0.0.1"
|
|
|
|
},
|
2023-04-08 08:08:08 +00:00
|
|
|
"rgb_matrix": {
|
2024-01-10 09:43:41 +00:00
|
|
|
"animations": {
|
|
|
|
"breathing": true,
|
|
|
|
"band_spiral_val": true,
|
|
|
|
"cycle_all": true,
|
|
|
|
"cycle_left_right": true,
|
|
|
|
"cycle_up_down": true,
|
|
|
|
"cycle_out_in": true,
|
|
|
|
"cycle_pinwheel": true,
|
|
|
|
"cycle_spiral": true,
|
|
|
|
"rainbow_pinwheels": true,
|
|
|
|
"raindrops": true,
|
|
|
|
"solid_reactive_simple": true,
|
|
|
|
"solid_reactive": true,
|
|
|
|
"solid_reactive_wide": true,
|
|
|
|
"solid_reactive_cross": true,
|
|
|
|
"splash": true,
|
|
|
|
"solid_multisplash": true
|
|
|
|
},
|
|
|
|
"center_point": [30, 32],
|
|
|
|
"driver": "is31fl3731",
|
|
|
|
"led_process_limit": 18,
|
|
|
|
"max_brightness": 200,
|
|
|
|
"sleep": true
|
2023-04-08 08:08:08 +00:00
|
|
|
},
|
2023-03-10 11:16:56 +00:00
|
|
|
"matrix_pins": {
|
|
|
|
"cols": ["D4", "D6", "B2", "B1"],
|
|
|
|
"rows": ["B5", "B4", "C6", "B6", "D7", "B3"]
|
|
|
|
},
|
|
|
|
"diode_direction": "COL2ROW",
|
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,
|
2021-07-03 07:57:27 +00:00
|
|
|
"layouts": {
|
|
|
|
"LAYOUT": {
|
|
|
|
"layout": [
|
2023-04-05 05:46:59 +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-07-03 07:57:27 +00:00
|
|
|
|
2023-04-05 05:46:59 +00:00
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1.5},
|
|
|
|
{"matrix": [1, 1], "x": 1, "y": 1.5},
|
|
|
|
{"matrix": [1, 2], "x": 2, "y": 1.5},
|
|
|
|
{"matrix": [1, 3], "x": 3, "y": 1.5},
|
2021-07-03 07:57:27 +00:00
|
|
|
|
2023-04-05 05:46:59 +00:00
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2.5},
|
|
|
|
{"matrix": [2, 1], "x": 1, "y": 2.5},
|
|
|
|
{"matrix": [2, 2], "x": 2, "y": 2.5},
|
|
|
|
{"matrix": [2, 3], "x": 3, "y": 2.5},
|
2021-07-03 07:57:27 +00:00
|
|
|
|
2023-04-05 05:46:59 +00:00
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3.5},
|
|
|
|
{"matrix": [3, 1], "x": 1, "y": 3.5},
|
|
|
|
{"matrix": [3, 2], "x": 2, "y": 3.5},
|
|
|
|
{"matrix": [3, 3], "x": 3, "y": 3.5},
|
2021-07-03 07:57:27 +00:00
|
|
|
|
2023-04-05 05:46:59 +00:00
|
|
|
{"matrix": [4, 0], "x": 0, "y": 4.5},
|
|
|
|
{"matrix": [4, 1], "x": 1, "y": 4.5},
|
|
|
|
{"matrix": [4, 2], "x": 2, "y": 4.5},
|
|
|
|
{"matrix": [4, 3], "x": 3, "y": 4.5, "h": 2},
|
2021-07-03 07:57:27 +00:00
|
|
|
|
2023-04-05 05:46:59 +00:00
|
|
|
{"matrix": [5, 0], "x": 0, "y": 5.5, "w": 2},
|
|
|
|
{"matrix": [5, 2], "x": 2, "y": 5.5}
|
2021-07-03 07:57:27 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|