keyboard.json (1136B)
1 { 2 "keyboard_name": "ISOlation", 3 "manufacturer": "kb-elmo", 4 "maintainer": "kb-elmo", 5 "usb": { 6 "vid": "0xA68C", 7 "pid": "0x4EE6", 8 "device_version": "0.0.1" 9 }, 10 "rgblight": { 11 "saturation_steps": 8, 12 "brightness_steps": 8, 13 "led_count": 3, 14 "sleep": true, 15 "animations": { 16 "breathing": true, 17 "rainbow_mood": true, 18 "rainbow_swirl": true, 19 "knight": true, 20 "christmas": true, 21 "static_gradient": true, 22 "rgb_test": true, 23 "alternating": true, 24 "twinkle": true 25 } 26 }, 27 "ws2812": { 28 "pin": "B2" 29 }, 30 "processor": "atmega328p", 31 "bootloader": "usbasploader", 32 "features": { 33 "bootmagic": true, 34 "mousekey": false, 35 "extrakey": true, 36 "rgblight": true 37 }, 38 "matrix_pins": { 39 "direct": [ 40 ["B0"] 41 ] 42 }, 43 "layouts": { 44 "LAYOUT": { 45 "layout": [ 46 {"x": 0.25, "y": 0, "w": 1.25, "h": 2, "matrix": [0, 0]} 47 ] 48 } 49 } 50 }