keyboard.json (1417B)
1 { 2 "keyboard_name": "Frooastboard Nano", 3 "manufacturer": "frooastside", 4 "url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/frooastboard/nano", 5 "maintainer": "frooastside", 6 "diode_direction": "COL2ROW", 7 "layouts": { 8 "LAYOUT": { 9 "layout": [ 10 {"matrix": [0, 0], "x": 0, "y": 0}, 11 {"matrix": [0, 1], "x": 1, "y": 0}, 12 13 {"matrix": [1, 0], "x": 0, "y": 1}, 14 {"matrix": [1, 1], "x": 1, "y": 1} 15 ] 16 } 17 }, 18 "features": { 19 "bootmagic": true, 20 "extrakey": false, 21 "mousekey": false, 22 "nkro": true, 23 "rgblight": true 24 }, 25 "matrix_pins": { 26 "rows": ["B0", "B1"], 27 "cols": ["B2", "B3"] 28 }, 29 "usb": { 30 "vid": "0x4642", 31 "pid": "0x6F21", 32 "device_version": "0.0.1" 33 }, 34 "rgblight": { 35 "saturation_steps": 8, 36 "brightness_steps": 8, 37 "led_count": 8, 38 "sleep": true, 39 "animations": { 40 "breathing": true, 41 "rainbow_mood": true, 42 "rainbow_swirl": true, 43 "snake": true, 44 "twinkle": true 45 }, 46 "default": { 47 "hue": 234, 48 "val": 190 49 } 50 }, 51 "ws2812": { 52 "pin": "B4" 53 }, 54 "bootmagic": { 55 "matrix": [1, 1] 56 }, 57 "processor": "atmega32u2", 58 "bootloader": "atmel-dfu" 59 }