keyboard.json (1819B)
1 { 2 "keyboard_name": "NEBULA12", 3 "manufacturer": "Yiancar-Designs", 4 "maintainer": "yiancar", 5 "usb": { 6 "vid": "0x8968", 7 "pid": "0x5337", 8 "device_version": "0.0.1" 9 }, 10 "features": { 11 "bootmagic": true, 12 "extrakey": true, 13 "mousekey": true, 14 "nkro": true, 15 "rgblight": true 16 }, 17 "rgblight": { 18 "saturation_steps": 8, 19 "brightness_steps": 8, 20 "led_count": 10, 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": "B15", 36 "driver": "spi" 37 }, 38 "matrix_pins": { 39 "cols": ["A9", "C13", "C14"], 40 "rows": ["A8", "C15", "A0", "A1"] 41 }, 42 "diode_direction": "COL2ROW", 43 "processor": "STM32F072", 44 "bootloader": "stm32-dfu", 45 "layouts": { 46 "LAYOUT_ortho_4x3": { 47 "layout": [ 48 {"matrix": [0, 0], "x": 0, "y": 0}, 49 {"matrix": [0, 1], "x": 1, "y": 0}, 50 {"matrix": [0, 2], "x": 2, "y": 0}, 51 52 {"matrix": [1, 0], "x": 0, "y": 1}, 53 {"matrix": [1, 1], "x": 1, "y": 1}, 54 {"matrix": [1, 2], "x": 2, "y": 1}, 55 56 {"matrix": [2, 0], "x": 0, "y": 2}, 57 {"matrix": [2, 1], "x": 1, "y": 2}, 58 {"matrix": [2, 2], "x": 2, "y": 2}, 59 60 {"matrix": [3, 0], "x": 0, "y": 3}, 61 {"matrix": [3, 1], "x": 1, "y": 3}, 62 {"matrix": [3, 2], "x": 2, "y": 3} 63 ] 64 } 65 } 66 }