keyboard.json (4278B)
1 { 2 "keyboard_name": "Chocolate Bar", 3 "manufacturer": "MisonoWorks", 4 "url": "https://github.com/misonoworks/chocolate-bar", 5 "maintainer": "Robin Bayardo", 6 "usb": { 7 "vid": "0x6D77", 8 "pid": "0xC456", 9 "device_version": "0.0.1" 10 }, 11 "host": { 12 "default": { 13 "nkro": true 14 } 15 }, 16 "rgblight": { 17 "led_count": 12, 18 "animations": { 19 "breathing": true, 20 "rainbow_mood": true, 21 "rainbow_swirl": true, 22 "snake": true, 23 "knight": true, 24 "static_gradient": true, 25 "twinkle": true 26 } 27 }, 28 "ws2812": { 29 "pin": "B1" 30 }, 31 "features": { 32 "bootmagic": true, 33 "extrakey": true, 34 "mousekey": true, 35 "nkro": true, 36 "oled": true, 37 "rgblight": true 38 }, 39 "matrix_pins": { 40 "cols": ["F0", "F1", "F4", "F5", "F6", "F7", "C7", "C6", "B6", "B5", "B4", "D7", "D6", "D4", "B3", "B2"], 41 "rows": ["B0", "B7", "D2", "D3"] 42 }, 43 "diode_direction": "COL2ROW", 44 "processor": "atmega32u4", 45 "bootloader": "atmel-dfu", 46 "layouts": { 47 "LAYOUT": { 48 "layout": [ 49 {"matrix": [0, 0], "x": 0, "y": 0}, 50 {"matrix": [0, 1], "x": 1, "y": 0}, 51 {"matrix": [0, 2], "x": 2, "y": 0}, 52 {"matrix": [0, 3], "x": 3, "y": 0}, 53 {"matrix": [0, 4], "x": 4, "y": 0}, 54 {"matrix": [0, 5], "x": 5, "y": 0}, 55 {"matrix": [0, 6], "x": 6, "y": 0}, 56 {"matrix": [0, 7], "x": 7, "y": 0}, 57 {"matrix": [0, 8], "x": 8, "y": 0}, 58 {"matrix": [0, 9], "x": 9, "y": 0}, 59 {"matrix": [0, 10], "x": 10, "y": 0}, 60 {"matrix": [0, 11], "x": 11, "y": 0}, 61 62 {"matrix": [0, 13], "x": 13, "y": 0}, 63 {"matrix": [0, 14], "x": 14, "y": 0}, 64 {"matrix": [0, 15], "x": 15, "y": 0}, 65 66 {"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5}, 67 {"matrix": [1, 1], "x": 1.5, "y": 1}, 68 {"matrix": [1, 2], "x": 2.5, "y": 1}, 69 {"matrix": [1, 3], "x": 3.5, "y": 1}, 70 {"matrix": [1, 4], "x": 4.5, "y": 1}, 71 {"matrix": [1, 5], "x": 5.5, "y": 1}, 72 {"matrix": [1, 6], "x": 6.5, "y": 1}, 73 {"matrix": [1, 7], "x": 7.5, "y": 1}, 74 {"matrix": [1, 8], "x": 8.5, "y": 1}, 75 {"matrix": [1, 9], "x": 9.5, "y": 1}, 76 {"matrix": [1, 11], "x": 10.5, "y": 1, "w": 1.5}, 77 78 {"matrix": [1, 13], "x": 13, "y": 1}, 79 {"matrix": [1, 14], "x": 14, "y": 1}, 80 {"matrix": [1, 15], "x": 15, "y": 1}, 81 82 {"matrix": [2, 0], "x": 0, "y": 2, "w": 2}, 83 {"matrix": [2, 1], "x": 2, "y": 2}, 84 {"matrix": [2, 2], "x": 3, "y": 2}, 85 {"matrix": [2, 3], "x": 4, "y": 2}, 86 {"matrix": [2, 4], "x": 5, "y": 2}, 87 {"matrix": [2, 5], "x": 6, "y": 2}, 88 {"matrix": [2, 6], "x": 7, "y": 2}, 89 {"matrix": [2, 7], "x": 8, "y": 2}, 90 {"matrix": [2, 8], "x": 9, "y": 2}, 91 {"matrix": [2, 11], "x": 10, "y": 2, "w": 1.5}, 92 93 {"matrix": [2, 12], "x": 11.75, "y": 2.25}, 94 95 {"matrix": [2, 13], "x": 13, "y": 2}, 96 {"matrix": [2, 14], "x": 14, "y": 2}, 97 {"matrix": [2, 15], "x": 15, "y": 2}, 98 99 {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.5}, 100 {"matrix": [3, 1], "x": 1.5, "y": 3, "w": 1.5}, 101 {"matrix": [3, 2], "x": 3, "y": 3}, 102 {"matrix": [3, 3], "x": 4, "y": 3, "w": 2}, 103 {"matrix": [3, 5], "x": 6, "y": 3, "w": 2}, 104 {"matrix": [3, 6], "x": 8, "y": 3}, 105 {"matrix": [3, 8], "x": 9, "y": 3, "w": 1.5}, 106 107 {"matrix": [3, 11], "x": 10.75, "y": 3.25}, 108 {"matrix": [3, 12], "x": 11.75, "y": 3.25}, 109 {"matrix": [3, 13], "x": 12.75, "y": 3.25}, 110 111 {"matrix": [3, 14], "x": 14, "y": 3}, 112 {"matrix": [3, 15], "x": 15, "y": 3} 113 ] 114 } 115 } 116 }