keyboard.json (746B)
1 { 2 "usb": { 3 "device_version": "0.0.1" 4 }, 5 "features": { 6 "bootmagic": true, 7 "mousekey": true, 8 "extrakey": true, 9 "nkro": true, 10 "oled": true, 11 "rgb_matrix": true, 12 "encoder": true, 13 "grave_esc": false, 14 "space_cadet": false, 15 "magic": false 16 }, 17 "matrix_pins": { 18 "cols": ["F5", "F4", "F1", "F0", "B7"], 19 "rows": ["D5", "D4", "D3", "D2"] 20 }, 21 "encoder": { 22 "rotary": [ 23 {"pin_a": "F7", "pin_b": "E6"}, 24 {"pin_a": "C7", "pin_b": "C6"}, 25 {"pin_a": "D7", "pin_b": "D6"} 26 ] 27 }, 28 "ws2812": { 29 "pin": "F6" 30 }, 31 "processor": "atmega32u4", 32 "bootloader": "atmel-dfu" 33 }