keyboard.json (2786B)
1 { 2 "keyboard_name": "NEWGAME40", 3 "manufacturer": "GoTakigawa", 4 "maintainer": "qmk", 5 "usb": { 6 "vid": "0xFEED", 7 "pid": "0x0000", 8 "device_version": "0.0.1" 9 }, 10 "features": { 11 "bootmagic": true, 12 "extrakey": true, 13 "mousekey": true, 14 "nkro": true, 15 "rgblight": true, 16 "unicode": true 17 }, 18 "matrix_pins": { 19 "cols": ["D3", "D2", "D1", "D0", "D4", "C6", "D7", "E6", "B4", "B5"], 20 "rows": ["F7", "B1", "B3", "B2"] 21 }, 22 "diode_direction": "COL2ROW", 23 "rgblight": { 24 "hue_steps": 10, 25 "led_count": 25, 26 "animations": { 27 "breathing": true, 28 "rainbow_mood": true, 29 "rainbow_swirl": true, 30 "snake": true, 31 "knight": true, 32 "christmas": true, 33 "static_gradient": true, 34 "rgb_test": true, 35 "alternating": true, 36 "twinkle": true 37 } 38 }, 39 "ws2812": { 40 "pin": "F6" 41 }, 42 "development_board": "promicro", 43 "community_layouts": ["ortho_4x10"], 44 "layouts": { 45 "LAYOUT_ortho_4x10": { 46 "layout": [ 47 {"matrix": [0, 0], "x": 0, "y": 0}, 48 {"matrix": [0, 1], "x": 1, "y": 0}, 49 {"matrix": [0, 2], "x": 2, "y": 0}, 50 {"matrix": [0, 3], "x": 3, "y": 0}, 51 {"matrix": [0, 4], "x": 4, "y": 0}, 52 {"matrix": [0, 5], "x": 5, "y": 0}, 53 {"matrix": [0, 6], "x": 6, "y": 0}, 54 {"matrix": [0, 7], "x": 7, "y": 0}, 55 {"matrix": [0, 8], "x": 8, "y": 0}, 56 {"matrix": [0, 9], "x": 9, "y": 0}, 57 58 {"matrix": [1, 0], "x": 0, "y": 1}, 59 {"matrix": [1, 1], "x": 1, "y": 1}, 60 {"matrix": [1, 2], "x": 2, "y": 1}, 61 {"matrix": [1, 3], "x": 3, "y": 1}, 62 {"matrix": [1, 4], "x": 4, "y": 1}, 63 {"matrix": [1, 5], "x": 5, "y": 1}, 64 {"matrix": [1, 6], "x": 6, "y": 1}, 65 {"matrix": [1, 7], "x": 7, "y": 1}, 66 {"matrix": [1, 8], "x": 8, "y": 1}, 67 {"matrix": [1, 9], "x": 9, "y": 1}, 68 69 {"matrix": [2, 0], "x": 0, "y": 2}, 70 {"matrix": [2, 1], "x": 1, "y": 2}, 71 {"matrix": [2, 2], "x": 2, "y": 2}, 72 {"matrix": [2, 3], "x": 3, "y": 2}, 73 {"matrix": [2, 4], "x": 4, "y": 2}, 74 {"matrix": [2, 5], "x": 5, "y": 2}, 75 {"matrix": [2, 6], "x": 6, "y": 2}, 76 {"matrix": [2, 7], "x": 7, "y": 2}, 77 {"matrix": [2, 8], "x": 8, "y": 2}, 78 {"matrix": [2, 9], "x": 9, "y": 2}, 79 80 {"matrix": [3, 0], "x": 0, "y": 3}, 81 {"matrix": [3, 1], "x": 1, "y": 3}, 82 {"matrix": [3, 2], "x": 2, "y": 3}, 83 {"matrix": [3, 3], "x": 3, "y": 3}, 84 {"matrix": [3, 4], "x": 4, "y": 3}, 85 {"matrix": [3, 5], "x": 5, "y": 3}, 86 {"matrix": [3, 6], "x": 6, "y": 3}, 87 {"matrix": [3, 7], "x": 7, "y": 3}, 88 {"matrix": [3, 8], "x": 8, "y": 3}, 89 {"matrix": [3, 9], "x": 9, "y": 3} 90 ] 91 } 92 } 93 }