keyboard.json (4336B)
1 { 2 "keyboard_name": "duckyPad", 3 "manufacturer": "dekuNukem", 4 "url": "https://github.com/dekuNukem/", 5 "maintainer": "M4cs", 6 "usb": { 7 "vid": "0x444E", 8 "pid": "0x4450", 9 "device_version": "0.0.1" 10 }, 11 "features": { 12 "extrakey": true, 13 "rgb_matrix": true, 14 "oled": true 15 }, 16 "ws2812": { 17 "pin": "A10" 18 }, 19 "rgb_matrix": { 20 "default": { 21 "animation": "solid_reactive_simple", 22 "hue": 221 23 }, 24 "driver": "ws2812", 25 "layout": [ 26 {"matrix": [0, 2], "x": 224, "y": 0, "flags": 4}, 27 {"matrix": [0, 1], "x": 112, "y": 0, "flags": 4}, 28 {"matrix": [0, 0], "x": 0, "y": 0, "flags": 4}, 29 {"matrix": [0, 3], "x": 0, "y": 16, "flags": 4}, 30 {"matrix": [0, 4], "x": 112, "y": 16, "flags": 4}, 31 {"matrix": [0, 5], "x": 224, "y": 16, "flags": 4}, 32 {"matrix": [0, 8], "x": 224, "y": 32, "flags": 4}, 33 {"matrix": [0, 7], "x": 112, "y": 32, "flags": 4}, 34 {"matrix": [0, 6], "x": 0, "y": 32, "flags": 4}, 35 {"matrix": [0, 9], "x": 0, "y": 48, "flags": 4}, 36 {"matrix": [0, 10], "x": 112, "y": 48, "flags": 4}, 37 {"matrix": [0, 11], "x": 224, "y": 48, "flags": 4}, 38 {"matrix": [0, 14], "x": 224, "y": 64, "flags": 4}, 39 {"matrix": [0, 13], "x": 112, "y": 64, "flags": 4}, 40 {"matrix": [0, 12], "x": 0, "y": 64, "flags": 4} 41 ], 42 "animations": { 43 "alphas_mods": true, 44 "band_pinwheel_sat": true, 45 "band_pinwheel_val": true, 46 "band_sat": true, 47 "band_spiral_sat": true, 48 "band_spiral_val": true, 49 "band_val": true, 50 "breathing": true, 51 "cycle_all": true, 52 "cycle_left_right": true, 53 "cycle_out_in": true, 54 "cycle_out_in_dual": true, 55 "cycle_pinwheel": true, 56 "cycle_spiral": true, 57 "cycle_up_down": true, 58 "digital_rain": true, 59 "dual_beacon": true, 60 "gradient_left_right": true, 61 "gradient_up_down": true, 62 "hue_breathing": true, 63 "hue_pendulum": true, 64 "hue_wave": true, 65 "jellybean_raindrops": true, 66 "multisplash": true, 67 "pixel_flow": true, 68 "pixel_fractal": true, 69 "pixel_rain": true, 70 "rainbow_beacon": true, 71 "rainbow_moving_chevron": true, 72 "rainbow_pinwheels": true, 73 "raindrops": true, 74 "solid_multisplash": true, 75 "solid_reactive": true, 76 "solid_reactive_cross": true, 77 "solid_reactive_multicross": true, 78 "solid_reactive_multinexus": true, 79 "solid_reactive_multiwide": true, 80 "solid_reactive_nexus": true, 81 "solid_reactive_simple": true, 82 "solid_reactive_wide": true, 83 "solid_splash": true, 84 "splash": true, 85 "typing_heatmap": true 86 } 87 }, 88 "processor": "STM32F072", 89 "bootloader": "stm32-dfu", 90 "matrix_pins": { 91 "direct": [ 92 ["B13", "B14", "B15", "A8", "A15", "B3", "B4", "B5", "B6", "B7", "C13", "C14", "C15", "F0", "F1", "A1", "A2"] 93 ] 94 }, 95 "layouts": { 96 "LAYOUT": { 97 "layout": [ 98 {"x": 0, "y": 0, "matrix": [0, 0]}, 99 {"x": 1, "y": 0, "matrix": [0, 1]}, 100 {"x": 2, "y": 0, "matrix": [0, 2]}, 101 {"x": 0, "y": 1, "matrix": [0, 3]}, 102 {"x": 1, "y": 1, "matrix": [0, 4]}, 103 {"x": 2, "y": 1, "matrix": [0, 5]}, 104 {"x": 0, "y": 2, "matrix": [0, 6]}, 105 {"x": 1, "y": 2, "matrix": [0, 7]}, 106 {"x": 2, "y": 2, "matrix": [0, 8]}, 107 {"x": 0, "y": 3, "matrix": [0, 9]}, 108 {"x": 1, "y": 3, "matrix": [0, 10]}, 109 {"x": 2, "y": 3, "matrix": [0, 11]}, 110 {"x": 0, "y": 4, "matrix": [0, 12]}, 111 {"x": 1, "y": 4, "matrix": [0, 13]}, 112 {"x": 2, "y": 4, "matrix": [0, 14]}, 113 {"x": 3, "y": 4, "matrix": [0, 15]}, 114 {"x": 4, "y": 4, "matrix": [0, 16]} 115 ] 116 } 117 } 118 }