keyboard.json (3947B)
1 { 2 "keyboard_name": "Latin47BLE", 3 "manufacturer": "latincompass", 4 "maintainer": "latincompass", 5 "usb": { 6 "vid": "0x6C63", 7 "pid": "0x6C62", 8 "device_version": "0.0.1" 9 }, 10 "matrix_pins": { 11 "cols": ["D6", "D7", "B5", "B6", "C6", "C7", "F7", "F6", "F5", "F4", "F1", "F0"], 12 "rows": ["D0", "D1", "D2", "D3"] 13 }, 14 "diode_direction": "COL2ROW", 15 "rgblight": { 16 "saturation_steps": 8, 17 "brightness_steps": 8, 18 "led_count": 3, 19 "animations": { 20 "breathing": true, 21 "rainbow_mood": true, 22 "rainbow_swirl": true, 23 "snake": true, 24 "knight": true, 25 "christmas": true, 26 "static_gradient": true, 27 "rgb_test": true, 28 "alternating": true, 29 "twinkle": true 30 } 31 }, 32 "tapping": { 33 "term": 250 34 }, 35 "bluetooth": { 36 "driver": "bluefruit_le" 37 }, 38 "ws2812": { 39 "pin": "B7" 40 }, 41 "processor": "atmega32u4", 42 "bootloader": "caterina", 43 "features": { 44 "bootmagic": true, 45 "mousekey": true, 46 "extrakey": true, 47 "rgblight": true, 48 "bluetooth": true 49 }, 50 "qmk": { 51 "locking": { 52 "enabled": true, 53 "resync": true 54 } 55 }, 56 "community_layouts": ["planck_mit"], 57 "layouts": { 58 "LAYOUT_planck_mit": { 59 "layout": [ 60 {"matrix": [0, 0], "x": 0, "y": 0}, 61 {"matrix": [0, 1], "x": 1, "y": 0}, 62 {"matrix": [0, 2], "x": 2, "y": 0}, 63 {"matrix": [0, 3], "x": 3, "y": 0}, 64 {"matrix": [0, 4], "x": 4, "y": 0}, 65 {"matrix": [0, 5], "x": 5, "y": 0}, 66 {"matrix": [0, 6], "x": 6, "y": 0}, 67 {"matrix": [0, 7], "x": 7, "y": 0}, 68 {"matrix": [0, 8], "x": 8, "y": 0}, 69 {"matrix": [0, 9], "x": 9, "y": 0}, 70 {"matrix": [0, 10], "x": 10, "y": 0}, 71 {"matrix": [0, 11], "x": 11, "y": 0}, 72 73 {"matrix": [1, 0], "x": 0, "y": 1}, 74 {"matrix": [1, 1], "x": 1, "y": 1}, 75 {"matrix": [1, 2], "x": 2, "y": 1}, 76 {"matrix": [1, 3], "x": 3, "y": 1}, 77 {"matrix": [1, 4], "x": 4, "y": 1}, 78 {"matrix": [1, 5], "x": 5, "y": 1}, 79 {"matrix": [1, 6], "x": 6, "y": 1}, 80 {"matrix": [1, 7], "x": 7, "y": 1}, 81 {"matrix": [1, 8], "x": 8, "y": 1}, 82 {"matrix": [1, 9], "x": 9, "y": 1}, 83 {"matrix": [1, 10], "x": 10, "y": 1}, 84 {"matrix": [1, 11], "x": 11, "y": 1}, 85 86 {"matrix": [2, 0], "x": 0, "y": 2}, 87 {"matrix": [2, 1], "x": 1, "y": 2}, 88 {"matrix": [2, 2], "x": 2, "y": 2}, 89 {"matrix": [2, 3], "x": 3, "y": 2}, 90 {"matrix": [2, 4], "x": 4, "y": 2}, 91 {"matrix": [2, 5], "x": 5, "y": 2}, 92 {"matrix": [2, 6], "x": 6, "y": 2}, 93 {"matrix": [2, 7], "x": 7, "y": 2}, 94 {"matrix": [2, 8], "x": 8, "y": 2}, 95 {"matrix": [2, 9], "x": 9, "y": 2}, 96 {"matrix": [2, 10], "x": 10, "y": 2}, 97 {"matrix": [2, 11], "x": 11, "y": 2}, 98 99 {"matrix": [3, 0], "x": 0, "y": 3}, 100 {"matrix": [3, 1], "x": 1, "y": 3}, 101 {"matrix": [3, 2], "x": 2, "y": 3}, 102 {"matrix": [3, 3], "x": 3, "y": 3}, 103 {"matrix": [3, 4], "x": 4, "y": 3}, 104 {"matrix": [3, 5], "x": 5, "y": 3, "w": 2}, 105 {"matrix": [3, 6], "x": 7, "y": 3}, 106 {"matrix": [3, 7], "x": 8, "y": 3}, 107 {"matrix": [3, 8], "x": 9, "y": 3}, 108 {"matrix": [3, 9], "x": 10, "y": 3}, 109 {"matrix": [3, 10], "x": 11, "y": 3} 110 ] 111 } 112 } 113 }