keyboard.json (4399B)
1 { 2 "keyboard_name": "TMOv2", 3 "manufacturer": "CannonKeys", 4 "url": "https://cannonkeys.com", 5 "maintainer": "awkannan", 6 "usb": { 7 "vid": "0xCA04", 8 "pid": "0x70F2", 9 "device_version": "0.0.1" 10 }, 11 "matrix_pins": { 12 "cols": ["B14", "A14", "B1", "C13", "C14", "C15", "F0", "F1", "B9", "B8", "B7", "B6", "B5", "B4", "B3", "A15"], 13 "rows": ["A10", "A9", "A8", "B12"] 14 }, 15 "diode_direction": "COL2ROW", 16 "backlight": { 17 "pin": "A6", 18 "levels": 6, 19 "breathing": true 20 }, 21 "rgblight": { 22 "led_count": 22, 23 "animations": { 24 "breathing": true, 25 "rainbow_mood": true, 26 "rainbow_swirl": true, 27 "snake": true, 28 "knight": true, 29 "christmas": true, 30 "static_gradient": true, 31 "rgb_test": true, 32 "alternating": true, 33 "twinkle": true 34 } 35 }, 36 "ws2812": { 37 "pin": "B15", 38 "driver": "spi" 39 }, 40 "processor": "STM32F072", 41 "bootloader": "stm32-dfu", 42 "features": { 43 "bootmagic": true, 44 "mousekey": true, 45 "extrakey": true, 46 "console": true, 47 "command": true, 48 "nkro": true, 49 "backlight": true, 50 "rgblight": true 51 }, 52 "qmk": { 53 "locking": { 54 "enabled": true, 55 "resync": true 56 } 57 }, 58 "layouts": { 59 "LAYOUT_default": { 60 "layout": [ 61 {"matrix": [0, 0], "x": 0, "y": 0}, 62 63 {"matrix": [0, 1], "x": 1.25, "y": 0, "w": 1.5}, 64 {"matrix": [0, 3], "x": 2.75, "y": 0}, 65 {"matrix": [0, 4], "x": 3.75, "y": 0}, 66 {"matrix": [0, 5], "x": 4.75, "y": 0}, 67 {"matrix": [0, 6], "x": 5.75, "y": 0}, 68 {"matrix": [0, 7], "x": 6.75, "y": 0}, 69 {"matrix": [0, 8], "x": 7.75, "y": 0}, 70 {"matrix": [0, 9], "x": 8.75, "y": 0}, 71 {"matrix": [0, 10], "x": 9.75, "y": 0}, 72 {"matrix": [0, 11], "x": 10.75, "y": 0}, 73 {"matrix": [0, 12], "x": 11.75, "y": 0}, 74 {"matrix": [0, 13], "x": 12.75, "y": 0}, 75 {"matrix": [0, 14], "x": 13.75, "y": 0}, 76 {"matrix": [0, 15], "x": 14.75, "y": 0}, 77 78 {"matrix": [1, 0], "x": 0, "y": 1}, 79 80 {"matrix": [1, 1], "x": 1.25, "y": 1, "w": 1.75}, 81 {"matrix": [1, 3], "x": 3, "y": 1}, 82 {"matrix": [1, 4], "x": 4, "y": 1}, 83 {"matrix": [1, 5], "x": 5, "y": 1}, 84 {"matrix": [1, 6], "x": 6, "y": 1}, 85 {"matrix": [1, 7], "x": 7, "y": 1}, 86 {"matrix": [1, 8], "x": 8, "y": 1}, 87 {"matrix": [1, 9], "x": 9, "y": 1}, 88 {"matrix": [1, 10], "x": 10, "y": 1}, 89 {"matrix": [1, 11], "x": 11, "y": 1}, 90 {"matrix": [1, 12], "x": 12, "y": 1}, 91 {"matrix": [1, 13], "x": 13, "y": 1}, 92 {"matrix": [1, 14], "x": 14, "y": 1, "w": 1.75}, 93 94 {"matrix": [2, 0], "x": 0, "y": 2}, 95 96 {"matrix": [2, 1], "x": 1.25, "y": 2, "w": 1.25}, 97 {"matrix": [2, 2], "x": 2.5, "y": 2}, 98 {"matrix": [2, 3], "x": 3.5, "y": 2}, 99 {"matrix": [2, 4], "x": 4.5, "y": 2}, 100 {"matrix": [2, 5], "x": 5.5, "y": 2}, 101 {"matrix": [2, 6], "x": 6.5, "y": 2}, 102 {"matrix": [2, 7], "x": 7.5, "y": 2}, 103 {"matrix": [2, 8], "x": 8.5, "y": 2}, 104 {"matrix": [2, 9], "x": 9.5, "y": 2}, 105 {"matrix": [2, 10], "x": 10.5, "y": 2}, 106 {"matrix": [2, 11], "x": 11.5, "y": 2}, 107 {"matrix": [2, 12], "x": 12.5, "y": 2}, 108 {"matrix": [2, 13], "x": 13.5, "y": 2, "w": 1.25}, 109 {"matrix": [2, 14], "x": 14.75, "y": 2}, 110 111 {"matrix": [3, 0], "x": 0, "y": 3}, 112 113 {"matrix": [3, 3], "x": 3.25, "y": 3}, 114 {"matrix": [3, 4], "x": 4.25, "y": 3, "w": 1.5}, 115 {"matrix": [3, 6], "x": 5.75, "y": 3, "w": 2.25}, 116 {"matrix": [3, 8], "x": 8, "y": 3, "w": 2.75}, 117 {"matrix": [3, 10], "x": 10.75, "y": 3, "w": 1.5}, 118 {"matrix": [3, 11], "x": 12.25, "y": 3} 119 ] 120 } 121 } 122 }