keyboard.json (1727B)
1 { 2 "keyboard_name": "reviung5", 3 "manufacturer": "gtips", 4 "maintainer": "gtips", 5 "usb": { 6 "vid": "0x5C06", 7 "pid": "0x4F0D", 8 "device_version": "0.0.1" 9 }, 10 "rgblight": { 11 "hue_steps": 16, 12 "saturation_steps": 16, 13 "brightness_steps": 16, 14 "led_count": 4, 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 "encoder": true, 35 "extrakey": true, 36 "mousekey": true, 37 "nkro": false, 38 "rgblight": true 39 }, 40 "qmk": { 41 "locking": { 42 "enabled": true, 43 "resync": true 44 } 45 }, 46 "matrix_pins": { 47 "cols": ["D4", "C6", "D7", "E6", "B4"], 48 "rows": ["F4"] 49 }, 50 "diode_direction": "COL2ROW", 51 "encoder": { 52 "rotary": [ 53 {"pin_a": "D0", "pin_b": "D1"} 54 ] 55 }, 56 "development_board": "promicro", 57 "layout_aliases": { 58 "LAYOUT_reviung5": "LAYOUT" 59 }, 60 "layouts": { 61 "LAYOUT": { 62 "layout": [ 63 {"matrix": [0, 0], "x": 0, "y": 0}, 64 {"matrix": [0, 1], "x": 1, "y": 0.25}, 65 {"matrix": [0, 2], "x": 2, "y": 0.25}, 66 {"matrix": [0, 3], "x": 3, "y": 0.25}, 67 {"matrix": [0, 4], "x": 4, "y": 0} 68 ] 69 } 70 } 71 }