keyboard stuff
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 55 lines 1.7 kB view raw
1{ 2 "manufacturer": "Catmunch", 3 "keyboard_name": "MacroCat Keyboard", 4 "maintainer": "Catmunch, starcatmeow", 5 "bootloader": "atmel-dfu", 6 "diode_direction": "COL2ROW", 7 "features": { 8 "bootmagic": true, 9 "extrakey": true, 10 "mousekey": true, 11 "nkro": true, 12 "encoder": true 13 }, 14 "matrix_pins": { 15 "cols": ["B5", "B6", "C6", "C7"], 16 "rows": ["D4", "D6", "D7", "B4"] 17 }, 18 "processor": "atmega32u4", 19 "url": "https://github.com/catmunch/macrocat", 20 "usb": { 21 "device_version": "0.0.1", 22 "pid": "0x8086", 23 "vid": "0x2022" 24 }, 25 "encoder": { 26 "rotary": [ 27 {"pin_a": "D3", "pin_b": "D2"} 28 ] 29 }, 30 "layout_aliases": { 31 "LAYOUT_numpad_4x4": "LAYOUT_ortho_4x4" 32 }, 33 "layouts": { 34 "LAYOUT_ortho_4x4": { 35 "layout": [ 36 {"matrix": [0, 0], "x": 0, "y": 0}, 37 {"matrix": [0, 1], "x": 1, "y": 0}, 38 {"matrix": [0, 2], "x": 2, "y": 0}, 39 {"matrix": [0, 3], "x": 3, "y": 0}, 40 {"matrix": [1, 0], "x": 0, "y": 1}, 41 {"matrix": [1, 1], "x": 1, "y": 1}, 42 {"matrix": [1, 2], "x": 2, "y": 1}, 43 {"matrix": [1, 3], "x": 3, "y": 1}, 44 {"matrix": [2, 0], "x": 0, "y": 2}, 45 {"matrix": [2, 1], "x": 1, "y": 2}, 46 {"matrix": [2, 2], "x": 2, "y": 2}, 47 {"matrix": [2, 3], "x": 3, "y": 2}, 48 {"matrix": [3, 0], "x": 0, "y": 3}, 49 {"matrix": [3, 1], "x": 1, "y": 3}, 50 {"matrix": [3, 2], "x": 2, "y": 3}, 51 {"matrix": [3, 3], "x": 3, "y": 3} 52 ] 53 } 54 } 55}