keyboard.json (514B)
- {
- "processor": "RP2040",
- "bootloader": "rp2040",
- "usb": {
- "device_version": "1.0.0"
- },
- "diode_direction": "COL2ROW",
- "matrix_pins": {
- "direct": [
- ["GP15", "GP21", "GP23", "GP17", "GP19"]
- ]
- },
- "rgblight": {
- "led_count": 1,
- "max_brightness": 40,
- "animations": {
- "breathing": true,
- "rainbow_mood": true,
- "rainbow_swirl": true
- }
- },
- "ws2812": {
- "pin": "GP12"
- }
- }