keyboard.json (3604B)
1 { 2 "keyboard_name": "Huma", 3 "usb": { 4 "device_version": "2.1.0" 5 }, 6 "matrix_pins": { 7 "cols": ["D3", "D2", "B4", "F6", "F7", "B2"], 8 "rows": ["F4", "F5", "B1", "B3", "D1", "D0", "D7", "E6"] 9 }, 10 "diode_direction": "COL2ROW", 11 "backlight": { 12 "pin": "C6", 13 "levels": 5, 14 "breathing": true 15 }, 16 "rgblight": { 17 "hue_steps": 10, 18 "led_count": 7, 19 "sleep": true, 20 "split": true, 21 "animations": { 22 "breathing": true, 23 "rainbow_mood": true, 24 "rainbow_swirl": true, 25 "snake": true, 26 "knight": true, 27 "christmas": true, 28 "static_gradient": true, 29 "rgb_test": true, 30 "alternating": true, 31 "twinkle": true 32 } 33 }, 34 "ws2812": { 35 "pin": "D4" 36 }, 37 "qmk_lufa_bootloader": { 38 "esc_input": "B1", 39 "esc_output": "D3" 40 }, 41 "processor": "atmega32u4", 42 "bootloader": "qmk-dfu", 43 "features": { 44 "backlight": true 45 }, 46 "layouts": { 47 "LAYOUT": { 48 "layout": [ 49 {"matrix": [2, 0], "x": 0, "y": 1.5}, 50 {"matrix": [0, 0], "x": 1, "y": 0.75}, 51 {"matrix": [0, 1], "x": 2, "y": 0.625}, 52 {"matrix": [1, 2], "x": 3, "y": 0.25}, 53 {"matrix": [0, 2], "x": 4, "y": 0}, 54 {"matrix": [0, 3], "x": 5, "y": 0.25}, 55 {"matrix": [0, 4], "x": 6, "y": 0.375}, 56 57 {"matrix": [4, 4], "x": 10, "y": 0.375}, 58 {"matrix": [4, 3], "x": 11, "y": 0.25}, 59 {"matrix": [4, 2], "x": 12, "y": 0}, 60 {"matrix": [5, 2], "x": 13, "y": 0.25}, 61 {"matrix": [4, 1], "x": 14, "y": 0.625}, 62 {"matrix": [4, 0], "x": 15, "y": 0.75}, 63 {"matrix": [6, 0], "x": 16, "y": 1.5}, 64 65 {"matrix": [1, 0], "x": 1, "y": 1.75}, 66 {"matrix": [1, 1], "x": 2, "y": 1.625}, 67 {"matrix": [2, 2], "x": 3, "y": 1.25}, 68 {"matrix": [1, 3], "x": 4, "y": 1}, 69 {"matrix": [1, 4], "x": 5, "y": 1.25}, 70 {"matrix": [0, 5], "x": 6, "y": 1.375}, 71 72 {"matrix": [4, 5], "x": 10, "y": 1.375}, 73 {"matrix": [5, 4], "x": 11, "y": 1.25}, 74 {"matrix": [5, 3], "x": 12, "y": 1}, 75 {"matrix": [6, 2], "x": 13, "y": 1.25}, 76 {"matrix": [5, 1], "x": 14, "y": 1.625}, 77 {"matrix": [5, 0], "x": 15, "y": 1.75}, 78 79 {"matrix": [2, 1], "x": 1, "y": 2.75}, 80 {"matrix": [3, 2], "x": 2, "y": 2.625}, 81 {"matrix": [3, 3], "x": 3, "y": 2.25}, 82 {"matrix": [2, 3], "x": 4, "y": 2}, 83 {"matrix": [2, 4], "x": 5, "y": 2.25}, 84 {"matrix": [1, 5], "x": 6, "y": 2.375}, 85 86 {"matrix": [5, 5], "x": 10, "y": 2.375}, 87 {"matrix": [6, 4], "x": 11, "y": 2.25}, 88 {"matrix": [6, 3], "x": 12, "y": 2}, 89 {"matrix": [7, 3], "x": 13, "y": 2.25}, 90 {"matrix": [7, 2], "x": 14, "y": 2.625}, 91 {"matrix": [6, 1], "x": 15, "y": 2.75}, 92 93 {"matrix": [3, 4], "x": 5, "y": 3.25}, 94 {"matrix": [2, 5], "x": 6, "y": 3.375}, 95 {"matrix": [3, 5], "x": 7, "y": 3.5}, 96 97 {"matrix": [7, 5], "x": 9, "y": 3.5}, 98 {"matrix": [6, 5], "x": 10, "y": 3.375}, 99 {"matrix": [7, 4], "x": 11, "y": 3.25} 100 ] 101 } 102 } 103 }