keyboard.json (1072B)
1 { 2 "features": { 3 "bluetooth": true, 4 "bootmagic": true, 5 "command": true, 6 "console": true, 7 "encoder": true, 8 "extrakey": false, 9 "mousekey": false, 10 "nkro": true 11 }, 12 "rgblight": { 13 "saturation_steps": 8, 14 "brightness_steps": 8, 15 "led_count": 13, 16 "animations": { 17 "breathing": true, 18 "rainbow_mood": true, 19 "rainbow_swirl": true, 20 "snake": true, 21 "knight": true, 22 "christmas": true, 23 "static_gradient": true, 24 "rgb_test": true, 25 "alternating": true, 26 "twinkle": true 27 } 28 }, 29 "ws2812": { 30 "pin": "D1" 31 }, 32 "bluetooth": { 33 "driver": "bluefruit_le" 34 }, 35 "matrix_pins": { 36 "cols": ["D3", "D1", "B7", "D6", "C7", "B6", "B5", "D7", "C6", "D0"], 37 "rows": ["F4", "F1", "F0", "D2"] 38 }, 39 "diode_direction": "COL2ROW", 40 "encoder": { 41 "rotary": [ 42 {"pin_a": "F7", "pin_b": "F6"} 43 ] 44 } 45 }