keyboard.json (2489B)
1 { 2 "keyboard_name": "NovelPad", 3 "manufacturer": "NovelKeys.xyz", 4 "maintainer": "qmk", 5 "usb": { 6 "vid": "0xFEED", 7 "pid": "0x6070", 8 "device_version": "0.0.1" 9 }, 10 "features": { 11 "backlight": true, 12 "bootmagic": false, 13 "console": true, 14 "extrakey": true, 15 "mousekey": false, 16 "nkro": false, 17 "rgblight": true 18 }, 19 "qmk": { 20 "locking": { 21 "enabled": true, 22 "resync": true 23 } 24 }, 25 "matrix_pins": { 26 "cols": ["D7", "D6", "D5", "D4"], 27 "rows": ["C2", "C4", "C5", "C6", "C7"] 28 }, 29 "diode_direction": "COL2ROW", 30 "backlight": { 31 "pin": "B7", 32 "levels": 10 33 }, 34 "rgblight": { 35 "led_count": 4, 36 "animations": { 37 "breathing": true, 38 "rainbow_mood": true, 39 "rainbow_swirl": true, 40 "snake": true, 41 "knight": true, 42 "christmas": true, 43 "static_gradient": true, 44 "rgb_test": true, 45 "alternating": true, 46 "twinkle": true 47 } 48 }, 49 "ws2812": { 50 "pin": "D3" 51 }, 52 "processor": "atmega32u2", 53 "bootloader": "atmel-dfu", 54 "community_layouts": ["ortho_5x4"], 55 "layout_aliases": { 56 "LAYOUT": "LAYOUT_ortho_5x4" 57 }, 58 "layouts": { 59 "LAYOUT_ortho_5x4": { 60 "layout": [ 61 {"matrix": [0, 0], "x": 0, "y": 0}, 62 {"matrix": [0, 1], "x": 1, "y": 0}, 63 {"matrix": [0, 2], "x": 2, "y": 0}, 64 {"matrix": [0, 3], "x": 3, "y": 0}, 65 66 {"matrix": [1, 0], "x": 0, "y": 1}, 67 {"matrix": [1, 1], "x": 1, "y": 1}, 68 {"matrix": [1, 2], "x": 2, "y": 1}, 69 {"matrix": [1, 3], "x": 3, "y": 1}, 70 71 {"matrix": [2, 0], "x": 0, "y": 2}, 72 {"matrix": [2, 1], "x": 1, "y": 2}, 73 {"matrix": [2, 2], "x": 2, "y": 2}, 74 {"matrix": [2, 3], "x": 3, "y": 2}, 75 76 {"matrix": [3, 0], "x": 0, "y": 3}, 77 {"matrix": [3, 1], "x": 1, "y": 3}, 78 {"matrix": [3, 2], "x": 2, "y": 3}, 79 {"matrix": [3, 3], "x": 3, "y": 3}, 80 81 {"matrix": [4, 0], "x": 0, "y": 4}, 82 {"matrix": [4, 1], "x": 1, "y": 4}, 83 {"matrix": [4, 2], "x": 2, "y": 4}, 84 {"matrix": [4, 3], "x": 3, "y": 4} 85 ] 86 } 87 } 88 }