keyboard.json (3759B)
1 { 2 "keyboard_name": "reviung41", 3 "manufacturer": "gtips", 4 "maintainer": "gtips", 5 "usb": { 6 "vid": "0x7807", 7 "pid": "0xDCCB", 8 "device_version": "0.0.1" 9 }, 10 "rgblight": { 11 "hue_steps": 16, 12 "saturation_steps": 16, 13 "brightness_steps": 16, 14 "led_count": 11, 15 "sleep": true, 16 "animations": { 17 "breathing": true, 18 "rainbow_mood": true, 19 "rainbow_swirl": true, 20 "snake": true, 21 "knight": true, 22 "christmas": true, 23 "static_gradient": true, 24 "rgb_test": true, 25 "alternating": true, 26 "twinkle": true 27 } 28 }, 29 "ws2812": { 30 "pin": "D3" 31 }, 32 "features": { 33 "bootmagic": false, 34 "command": true, 35 "console": true, 36 "extrakey": true, 37 "mousekey": false, 38 "nkro": false, 39 "rgblight": true 40 }, 41 "qmk": { 42 "locking": { 43 "enabled": true, 44 "resync": true 45 } 46 }, 47 "matrix_pins": { 48 "cols": ["D4", "C6", "D7", "E6", "B4", "B5"], 49 "rows": ["F4", "F5", "F6", "F7", "B1", "B3", "B2"] 50 }, 51 "diode_direction": "COL2ROW", 52 "development_board": "promicro", 53 "layout_aliases": { 54 "LAYOUT_reviung41": "LAYOUT" 55 }, 56 "layouts": { 57 "LAYOUT": { 58 "layout": [ 59 {"matrix": [0, 0], "x": 0, "y": 0.54}, 60 {"matrix": [0, 1], "x": 1, "y": 0.36}, 61 {"matrix": [0, 2], "x": 2, "y": 0.18}, 62 {"matrix": [0, 3], "x": 3, "y": 0}, 63 {"matrix": [0, 4], "x": 4, "y": 0.18}, 64 {"matrix": [0, 5], "x": 5, "y": 0.36}, 65 66 {"matrix": [3, 0], "x": 7, "y": 0.36}, 67 {"matrix": [3, 1], "x": 8, "y": 0.18}, 68 {"matrix": [3, 2], "x": 9, "y": 0}, 69 {"matrix": [3, 3], "x": 10, "y": 0.18}, 70 {"matrix": [3, 4], "x": 11, "y": 0.36}, 71 {"matrix": [3, 5], "x": 12, "y": 0.54}, 72 73 {"matrix": [1, 0], "x": 0, "y": 1.54}, 74 {"matrix": [1, 1], "x": 1, "y": 1.36}, 75 {"matrix": [1, 2], "x": 2, "y": 1.18}, 76 {"matrix": [1, 3], "x": 3, "y": 1}, 77 {"matrix": [1, 4], "x": 4, "y": 1.18}, 78 {"matrix": [1, 5], "x": 5, "y": 1.36}, 79 80 {"matrix": [4, 0], "x": 7, "y": 1.36}, 81 {"matrix": [4, 1], "x": 8, "y": 1.18}, 82 {"matrix": [4, 2], "x": 9, "y": 1}, 83 {"matrix": [4, 3], "x": 10, "y": 1.18}, 84 {"matrix": [4, 4], "x": 11, "y": 1.36}, 85 {"matrix": [4, 5], "x": 12, "y": 1.54}, 86 87 {"matrix": [2, 0], "x": 0, "y": 2.54}, 88 {"matrix": [2, 1], "x": 1, "y": 2.36}, 89 {"matrix": [2, 2], "x": 2, "y": 2.18}, 90 {"matrix": [2, 3], "x": 3, "y": 2}, 91 {"matrix": [2, 4], "x": 4, "y": 2.18}, 92 {"matrix": [2, 5], "x": 5, "y": 2.36}, 93 94 {"matrix": [5, 0], "x": 7, "y": 2.36}, 95 {"matrix": [5, 1], "x": 8, "y": 2.18}, 96 {"matrix": [5, 2], "x": 9, "y": 2}, 97 {"matrix": [5, 3], "x": 10, "y": 2.18}, 98 {"matrix": [5, 4], "x": 11, "y": 2.36}, 99 {"matrix": [5, 5], "x": 12, "y": 2.54}, 100 101 {"matrix": [6, 0], "x": 2.875, "y": 3.54, "w": 1.25}, 102 {"matrix": [6, 1], "x": 4.125, "y": 3.54, "w": 1.25}, 103 {"matrix": [6, 2], "x": 5.375, "y": 3.54, "w": 2.25}, 104 {"matrix": [6, 3], "x": 7.625, "y": 3.54, "w": 1.25}, 105 {"matrix": [6, 4], "x": 8.875, "y": 3.54, "w": 1.25} 106 ] 107 } 108 } 109 }