keyboard.json (3616B)
1 { 2 "keyboard_name": "Satxri6key", 3 "manufacturer": "MaiTheSan", 4 "maintainer": "qmk", 5 "usb": { 6 "vid": "0x5350", 7 "pid": "0x0727", 8 "device_version": "0.0.1" 9 }, 10 "rgb_matrix": { 11 "animations":{ 12 "alphas_mods": true, 13 "gradient_up_down": true, 14 "gradient_left_right": true, 15 "breathing": true, 16 "band_sat": true, 17 "band_val": true, 18 "band_pinwheel_sat": true, 19 "band_pinwheel_val": true, 20 "band_spiral_sat": true, 21 "band_spiral_val": true, 22 "cycle_all": true, 23 "cycle_left_right": true, 24 "cycle_up_down": true, 25 "rainbow_moving_chevron": true, 26 "cycle_out_in": true, 27 "cycle_out_in_dual": true, 28 "cycle_pinwheel": true, 29 "cycle_spiral": true, 30 "dual_beacon": true, 31 "rainbow_beacon": true, 32 "rainbow_pinwheels": true, 33 "raindrops": true, 34 "jellybean_raindrops": true, 35 "hue_breathing": true, 36 "hue_pendulum": true, 37 "hue_wave": true, 38 "pixel_fractal": true, 39 "pixel_rain": true, 40 "typing_heatmap": true, 41 "digital_rain": true, 42 "solid_reactive_simple": true, 43 "solid_reactive": true, 44 "solid_reactive_wide": true, 45 "solid_reactive_multiwide": true, 46 "solid_reactive_cross": true, 47 "solid_reactive_multicross": true, 48 "solid_reactive_nexus": true, 49 "solid_reactive_multinexus": true, 50 "splash": true, 51 "multisplash": true, 52 "solid_splash": true, 53 "solid_multisplash": true 54 }, 55 "default": { 56 "animation": "solid_reactive_simple" 57 }, 58 "driver": "ws2812", 59 "layout": [ 60 {"matrix": [0, 0], "x": 0, "y": 0, "flags": 1}, 61 {"matrix": [0, 1], "x": 112, "y": 0, "flags": 1}, 62 {"matrix": [0, 2], "x": 224, "y": 0, "flags": 1}, 63 {"matrix": [1, 2], "x": 224, "y": 64, "flags": 1}, 64 {"matrix": [1, 1], "x": 112, "y": 64, "flags": 1}, 65 {"matrix": [1, 0], "x": 0, "y": 64, "flags": 1} 66 ], 67 "max_brightness": 200, 68 "react_on_keyup": true 69 }, 70 "rgblight": { 71 "saturation_steps": 8, 72 "brightness_steps": 8, 73 "led_count": 6, 74 "sleep": true, 75 "animations": { 76 "breathing": true, 77 "rainbow_mood": true, 78 "rainbow_swirl": true, 79 "snake": true, 80 "knight": true, 81 "christmas": true, 82 "static_gradient": true, 83 "rgb_test": true, 84 "alternating": true, 85 "twinkle": true 86 } 87 }, 88 "ws2812": { 89 "pin": "F0" 90 }, 91 "features": { 92 "bootmagic": true, 93 "extrakey": true, 94 "mousekey": true, 95 "nkro": false 96 }, 97 "matrix_pins": { 98 "cols": ["F1", "F4", "F5"], 99 "rows": ["F7", "F6"] 100 }, 101 "diode_direction": "COL2ROW", 102 "processor": "atmega32u4", 103 "bootloader": "atmel-dfu", 104 "layouts": { 105 "LAYOUT": { 106 "layout": [ 107 {"matrix": [0, 0], "x": 0, "y": 0}, 108 {"matrix": [0, 1], "x": 1, "y": 0}, 109 {"matrix": [0, 2], "x": 2, "y": 0}, 110 111 {"matrix": [1, 0], "x": 0, "y": 1}, 112 {"matrix": [1, 1], "x": 1, "y": 1}, 113 {"matrix": [1, 2], "x": 2, "y": 1} 114 ] 115 } 116 } 117 }