keyboard.json (2670B)
1 { 2 "keyboard_name": "NUMPAD", 3 "manufacturer": "X-BOWS", 4 "maintainer": "xbows-qmk", 5 "usb": { 6 "vid": "0x5842", 7 "pid": "0x4E75", 8 "device_version": "0.0.1" 9 }, 10 "rgb_matrix": { 11 "animations": { 12 "breathing": true, 13 "band_spiral_val": true, 14 "cycle_all": true, 15 "cycle_left_right": true, 16 "cycle_up_down": true, 17 "cycle_out_in": true, 18 "cycle_pinwheel": true, 19 "cycle_spiral": true, 20 "rainbow_pinwheels": true, 21 "raindrops": true, 22 "solid_reactive_simple": true, 23 "solid_reactive": true, 24 "solid_reactive_wide": true, 25 "solid_reactive_cross": true, 26 "splash": true, 27 "solid_multisplash": true 28 }, 29 "center_point": [30, 32], 30 "driver": "is31fl3731", 31 "led_process_limit": 18, 32 "max_brightness": 200, 33 "sleep": true 34 }, 35 "features": { 36 "bootmagic": true, 37 "extrakey": true, 38 "mousekey": true, 39 "nkro": true, 40 "rgb_matrix": true 41 }, 42 "matrix_pins": { 43 "cols": ["D4", "D6", "B2", "B1"], 44 "rows": ["B5", "B4", "C6", "B6", "D7", "B3"] 45 }, 46 "diode_direction": "COL2ROW", 47 "processor": "atmega32u4", 48 "bootloader": "atmel-dfu", 49 "debounce": 3, 50 "layouts": { 51 "LAYOUT": { 52 "layout": [ 53 {"matrix": [0, 0], "x": 0, "y": 0}, 54 {"matrix": [0, 1], "x": 1, "y": 0}, 55 {"matrix": [0, 2], "x": 2, "y": 0}, 56 {"matrix": [0, 3], "x": 3, "y": 0}, 57 58 {"matrix": [1, 0], "x": 0, "y": 1.5}, 59 {"matrix": [1, 1], "x": 1, "y": 1.5}, 60 {"matrix": [1, 2], "x": 2, "y": 1.5}, 61 {"matrix": [1, 3], "x": 3, "y": 1.5}, 62 63 {"matrix": [2, 0], "x": 0, "y": 2.5}, 64 {"matrix": [2, 1], "x": 1, "y": 2.5}, 65 {"matrix": [2, 2], "x": 2, "y": 2.5}, 66 {"matrix": [2, 3], "x": 3, "y": 2.5}, 67 68 {"matrix": [3, 0], "x": 0, "y": 3.5}, 69 {"matrix": [3, 1], "x": 1, "y": 3.5}, 70 {"matrix": [3, 2], "x": 2, "y": 3.5}, 71 {"matrix": [3, 3], "x": 3, "y": 3.5}, 72 73 {"matrix": [4, 0], "x": 0, "y": 4.5}, 74 {"matrix": [4, 1], "x": 1, "y": 4.5}, 75 {"matrix": [4, 2], "x": 2, "y": 4.5}, 76 {"matrix": [4, 3], "x": 3, "y": 4.5, "h": 2}, 77 78 {"matrix": [5, 0], "x": 0, "y": 5.5, "w": 2}, 79 {"matrix": [5, 2], "x": 2, "y": 5.5} 80 ] 81 } 82 } 83 }