You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

71 lines
1.7 KiB

{
"keyboard_name": "arrows",
"manufacturer": "ANAVI",
"url": "https://github.com/AnaviTechnology/anavi-arrows",
"maintainer": "leon-anavi",
"processor": "RP2040",
"bootloader": "rp2040",
"matrix_pins": {
"direct": [
["GP4", "GP0", "GP27", "GP28", "GP29"]
]
},
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true,
"rgblight": true,
"backlight": true,
"oled": true,
"encoder": true
},
"rgblight": {
"led_count": 4,
"animations": {
"alternating": true,
"breathing": true,
"christmas": true,
"knight": true,
"rainbow_mood": true,
"rainbow_swirl": true,
"rgb_test": true,
"snake": true,
"static_gradient": true,
"twinkle": true
},
"default": {
"animation": "rainbow_mood"
}
},
"ws2812": {
"pin": "GP3",
"driver": "vendor"
},
"backlight": {
"pin": "GP26"
},
"encoder": {
"rotary": [
{"pin_a": "GP1", "pin_b": "GP2", "resolution": 2}
]
},
"layouts": {
"LAYOUT": {
"layout": [
{"matrix": [0, 0], "x": 2, "y": 0},
{"matrix": [0, 1], "x": 1, "y": 1},
{"matrix": [0, 2], "x": 0, "y": 2},
{"matrix": [0, 3], "x": 1, "y": 2},
{"matrix": [0, 4], "x": 2, "y": 2}
]
}
},
"usb": {
"device_version": "1.0.0",
"pid": "0x9A25",
"vid": "0xFEED"
}
}