| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- {
- "keyboard_name": "NUMPAD_V2",
- "manufacturer": "X-BOWS",
- "maintainer": "xbows-qmk",
- "usb": {
- "vid": "0x5842",
- "pid": "0x4E76",
- "device_version": "0.0.1"
- },
- "rgb_matrix": {
- "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",
- "layout": [
- {"matrix": [0, 0], "x": 0, "y": 0, "flags": 4},
- {"matrix": [0, 1], "x": 20, "y": 0, "flags": 4},
- {"matrix": [0, 2], "x": 40, "y": 0, "flags": 4},
- {"matrix": [0, 3], "x": 60, "y": 0, "flags": 4},
- {"matrix": [1, 0], "x": 0, "y": 13, "flags": 4},
- {"matrix": [1, 1], "x": 20, "y": 13, "flags": 4},
- {"matrix": [1, 2], "x": 40, "y": 13, "flags": 4},
- {"matrix": [1, 3], "x": 60, "y": 13, "flags": 4},
- {"matrix": [2, 0], "x": 0, "y": 25, "flags": 4},
- {"matrix": [2, 1], "x": 20, "y": 25, "flags": 4},
- {"matrix": [2, 2], "x": 40, "y": 25, "flags": 4},
- {"matrix": [2, 3], "x": 52, "y": 34, "flags": 4},
- {"matrix": [3, 0], "x": 0, "y": 38, "flags": 4},
- {"matrix": [3, 1], "x": 20, "y": 38, "flags": 4},
- {"matrix": [3, 2], "x": 40, "y": 38, "flags": 4},
- {"matrix": [4, 0], "x": 0, "y": 50, "flags": 4},
- {"matrix": [4, 1], "x": 20, "y": 50, "flags": 4},
- {"matrix": [4, 2], "x": 40, "y": 50, "flags": 4},
- {"matrix": [4, 3], "x": 52, "y": 57, "flags": 4},
- {"matrix": [5, 0], "x": 10, "y": 63, "flags": 4},
- {"matrix": [5, 2], "x": 40, "y": 63, "flags": 4}
- ],
- "led_process_limit": 18,
- "max_brightness": 200,
- "sleep": true
- },
- "features": {
- "bootmagic": true,
- "extrakey": true,
- "mousekey": true,
- "nkro": true,
- "rgb_matrix": true
- },
- "matrix_pins": {
- "cols": ["D4", "D6", "B2", "B1"],
- "rows": ["B5", "B4", "C6", "B6", "D7", "B3"]
- },
- "diode_direction": "COL2ROW",
- "processor": "atmega32u4",
- "bootloader": "atmel-dfu",
- "debounce": 3,
- "community_layouts": ["numpad_6x4"],
- "layouts": {
- "LAYOUT_numpad_6x4": {
- "layout": [
- {"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},
- {"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},
- {"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": [3, 0], "x": 0, "y": 3.5},
- {"matrix": [3, 1], "x": 1, "y": 3.5},
- {"matrix": [3, 2], "x": 2, "y": 3.5},
- {"matrix": [2, 3], "x": 3, "y": 2.5, "h": 2},
- {"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": [5, 0], "x": 0, "y": 5.5, "w": 2},
- {"matrix": [5, 2], "x": 2, "y": 5.5},
- {"matrix": [4, 3], "x": 3, "y": 4.5, "h": 2}
- ]
- }
- }
- }
|