keyboard.json (1405B)
1 { 2 "keyboard_name": "6-Ball", 3 "manufacturer": "That-Canadian", 4 "maintainer": "qmk", 5 "usb": { 6 "vid": "0xCEEB", 7 "pid": "0x0007", 8 "device_version": "0.0.1" 9 }, 10 "rgblight": { 11 "led_count": 6, 12 "animations": { 13 "breathing": true, 14 "rainbow_mood": true, 15 "rainbow_swirl": true, 16 "snake": true, 17 "knight": true, 18 "christmas": true, 19 "static_gradient": true, 20 "rgb_test": true, 21 "alternating": true, 22 "twinkle": true 23 } 24 }, 25 "ws2812": { 26 "pin": "F7" 27 }, 28 "features": { 29 "bootmagic": false, 30 "extrakey": true, 31 "mousekey": true, 32 "nkro": true, 33 "rgblight": true, 34 "unicode": true 35 }, 36 "matrix_pins": { 37 "cols": ["F4", "D4", "B5", "B6", "B2", "F6"], 38 "rows": ["F5"] 39 }, 40 "diode_direction": "COL2ROW", 41 "development_board": "promicro", 42 "layouts": { 43 "LAYOUT": { 44 "layout": [ 45 {"matrix": [0, 5], "x": 0, "y": 0.5}, 46 {"matrix": [0, 0], "x": 1, "y": 0}, 47 {"matrix": [0, 1], "x": 2, "y": 0.5}, 48 49 {"matrix": [0, 4], "x": 0, "y": 1.5}, 50 {"matrix": [0, 3], "x": 1, "y": 2}, 51 {"matrix": [0, 2], "x": 2, "y": 1.5} 52 ] 53 } 54 } 55 }