keyboard.json (2536B)
1 { 2 "keyboard_name": "Georgi", 3 "manufacturer": "g Heavy Industries", 4 "url": "http://gboards.ca", 5 "maintainer": "germ", 6 "usb": { 7 "vid": "0xFEED", 8 "pid": "0x1337", 9 "device_version": "0.0.1" 10 }, 11 "host": { 12 "default": { 13 "nkro": true 14 } 15 }, 16 "processor": "atmega32u4", 17 "bootloader": "atmel-dfu", 18 "features": { 19 "bootmagic": false, 20 "mousekey": false, 21 "extrakey": true, 22 "console": true, 23 "nkro": true, 24 "steno": true 25 }, 26 "qmk": { 27 "locking": { 28 "enabled": true, 29 "resync": true 30 } 31 }, 32 "build": { 33 "lto": true 34 }, 35 "tapping": { 36 "toggle": 2 37 }, 38 "layout_aliases": { 39 "LAYOUT_georgi": "LAYOUT" 40 }, 41 "layouts": { 42 "LAYOUT": { 43 "layout": [ 44 {"matrix": [12, 1], "x": 0, "y": 0.5}, 45 {"matrix": [11, 1], "x": 1, "y": 0.5}, 46 {"matrix": [10, 1], "x": 2, "y": 0.3}, 47 {"matrix": [9, 1], "x": 3, "y": 0}, 48 {"matrix": [8, 1], "x": 4, "y": 0.4}, 49 {"matrix": [7, 1], "x": 5, "y": 0.5}, 50 51 {"matrix": [0, 1], "x": 7, "y": 0.5}, 52 {"matrix": [1, 1], "x": 8, "y": 0.4}, 53 {"matrix": [2, 1], "x": 9, "y": 0}, 54 {"matrix": [3, 1], "x": 10, "y": 0.3}, 55 {"matrix": [4, 1], "x": 11, "y": 0.5}, 56 {"matrix": [5, 1], "x": 12, "y": 0.5}, 57 58 {"matrix": [12, 2], "x": 0, "y": 1.5}, 59 {"matrix": [11, 2], "x": 1, "y": 1.5}, 60 {"matrix": [10, 2], "x": 2, "y": 1.3}, 61 {"matrix": [9, 2], "x": 3, "y": 1}, 62 {"matrix": [8, 2], "x": 4, "y": 1.4}, 63 {"matrix": [7, 2], "x": 5, "y": 1.5}, 64 65 {"matrix": [0, 2], "x": 7, "y": 1.5}, 66 {"matrix": [1, 2], "x": 8, "y": 1.4}, 67 {"matrix": [2, 2], "x": 9, "y": 1}, 68 {"matrix": [3, 2], "x": 10, "y": 1.3}, 69 {"matrix": [4, 2], "x": 11, "y": 1.5}, 70 {"matrix": [5, 2], "x": 12, "y": 1.5}, 71 72 {"matrix": [9, 3], "x": 3, "y": 2.75}, 73 {"matrix": [8, 3], "x": 4, "y": 2.75}, 74 {"matrix": [7, 3], "x": 5, "y": 2.75}, 75 76 {"matrix": [1, 3], "x": 7, "y": 2.75}, 77 {"matrix": [0, 3], "x": 8, "y": 2.75}, 78 {"matrix": [2, 3], "x": 9, "y": 2.75} 79 ] 80 } 81 } 82 }