keyboard.json (1265B)
1 { 2 "keyboard_name": "Tukey", 3 "manufacturer": "Keebio", 4 "url": "https://keeb.io", 5 "maintainer": "nooges", 6 "usb": { 7 "vid": "0xCB10", 8 "pid": "0x1112", 9 "device_version": "1.0.0" 10 }, 11 "rgblight": { 12 "saturation_steps": 8, 13 "brightness_steps": 8, 14 "led_count": 8, 15 "animations": { 16 "breathing": true, 17 "rainbow_mood": true, 18 "rainbow_swirl": true, 19 "snake": true, 20 "knight": true, 21 "christmas": true, 22 "static_gradient": true, 23 "rgb_test": true, 24 "alternating": true, 25 "twinkle": true 26 } 27 }, 28 "ws2812": { 29 "pin": "D3" 30 }, 31 "development_board": "promicro", 32 "features": { 33 "bootmagic": false, 34 "command": true, 35 "console": true, 36 "extrakey": true, 37 "mousekey": false, 38 "nkro": false, 39 "rgblight": true 40 }, 41 "qmk": { 42 "locking": { 43 "enabled": true, 44 "resync": true 45 } 46 }, 47 "matrix_pins": { 48 "direct": [ 49 ["D4", "F6"] 50 ] 51 }, 52 "layouts": { 53 "LAYOUT": { 54 "layout": [ 55 {"x": 0, "y": 0, "matrix": [0, 0]}, 56 {"x": 1, "y": 0, "matrix": [0, 1]} 57 ] 58 } 59 } 60 }