keyboard stuff
0
fork

Configure Feed

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

at master 69 lines 2.7 kB view raw
1{ 2 "manufacturer": "hulahermit", 3 "keyboard_name": "pteropus", 4 "maintainer": "hulahermit", 5 "bootloader": "stm32-dfu", 6 "diode_direction": "COL2ROW", 7 "features": { 8 "bootmagic": true, 9 "extrakey": true, 10 "mousekey": true, 11 "nkro": true 12 }, 13 "matrix_pins": { 14 "cols": ["A8", "B15", "B14", "B13", "B12", "B5", "B4", "B3", "A15", "A14"], 15 "rows": ["B10", "B2", "B1", "B0"] 16 }, 17 "processor": "STM32F072", 18 "usb": { 19 "device_version": "1.0.0", 20 "pid": "0x0000", 21 "vid": "0xFEED" 22 }, 23 "community_layouts": ["split_3x5_3"], 24 "layouts": { 25 "LAYOUT_split_3x5_3": { 26 "layout": [ 27 {"matrix": [0, 0], "x": 0, "y": 0.25}, 28 {"matrix": [0, 1], "x": 1, "y": 0.125}, 29 {"matrix": [0, 2], "x": 2, "y": 0}, 30 {"matrix": [0, 3], "x": 3, "y": 0.125}, 31 {"matrix": [0, 4], "x": 4, "y": 0.25}, 32 {"matrix": [0, 5], "x": 8, "y": 0.25}, 33 {"matrix": [0, 6], "x": 9, "y": 0.125}, 34 {"matrix": [0, 7], "x": 10, "y": 0}, 35 {"matrix": [0, 8], "x": 11, "y": 0.125}, 36 {"matrix": [0, 9], "x": 12, "y": 0.25}, 37 38 {"matrix": [1, 0], "x": 0, "y": 1.25}, 39 {"matrix": [1, 1], "x": 1, "y": 1.125}, 40 {"matrix": [1, 2], "x": 2, "y": 1}, 41 {"matrix": [1, 3], "x": 3, "y": 1.125}, 42 {"matrix": [1, 4], "x": 4, "y": 1.25}, 43 {"matrix": [1, 5], "x": 8, "y": 1.25}, 44 {"matrix": [1, 6], "x": 9, "y": 1.125}, 45 {"matrix": [1, 7], "x": 10, "y": 1}, 46 {"matrix": [1, 8], "x": 11, "y": 1.125}, 47 {"matrix": [1, 9], "x": 12, "y": 1.25}, 48 49 {"matrix": [2, 0], "x": 0, "y": 2.25}, 50 {"matrix": [2, 1], "x": 1, "y": 2.125}, 51 {"matrix": [2, 2], "x": 2, "y": 2}, 52 {"matrix": [2, 3], "x": 3, "y": 2.125}, 53 {"matrix": [2, 4], "x": 4, "y": 2.25}, 54 {"matrix": [2, 5], "x": 8, "y": 2.25}, 55 {"matrix": [2, 6], "x": 9, "y": 2.125}, 56 {"matrix": [2, 7], "x": 10, "y": 2}, 57 {"matrix": [2, 8], "x": 11, "y": 2.125}, 58 {"matrix": [2, 9], "x": 12, "y": 2.25}, 59 60 {"matrix": [3, 2], "x": 3, "y": 3.25}, 61 {"matrix": [3, 3], "x": 4, "y": 3.5}, 62 {"matrix": [3, 4], "x": 5, "y": 3.75}, 63 {"matrix": [3, 5], "x": 7, "y": 3.75}, 64 {"matrix": [3, 6], "x": 8, "y": 3.5}, 65 {"matrix": [3, 7], "x": 9, "y": 3.25} 66 ] 67 } 68 } 69}