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.
 
 
 
 
 

63 lines
1.8 KiB

{
"manufacturer": "RarePotato8DE",
"keyboard_name": "3x3macropad",
"maintainer": "RarePotato8DE",
"development_board": "promicro",
"build": {
"lto": true
},
"diode_direction": "COL2ROW",
"encoder": {
"rotary": [
{"pin_a": "F4", "pin_b": "B1"}
]
},
"features": {
"bootmagic": true,
"encoder": true,
"extrakey": true,
"nkro": true,
"oled": true,
"rgblight": true
},
"matrix_pins": {
"cols": ["D7", "B3", "B2"],
"rows": ["F7", "B5", "B6"]
},
"rgblight": {
"animations": {
"alternating": true,
"breathing": true,
"rainbow_mood": true,
"rainbow_swirl": true,
"snake": true,
"static_gradient": true
},
"led_count": 6
},
"url": "https://github.com/rarepotato8de/3x3macropad",
"usb": {
"device_version": "0.0.1",
"pid": "0x0001",
"vid": "0x5353"
},
"ws2812": {
"pin": "E6"
},
"layouts": {
"LAYOUT": {
"c_macro": true,
"layout": [
{"label": "k00", "matrix": [0, 0], "x": 0, "y": 0},
{"label": "k01", "matrix": [0, 1], "x": 1, "y": 0},
{"label": "k02", "matrix": [0, 2], "x": 2, "y": 0},
{"label": "k10", "matrix": [1, 0], "x": 0, "y": 1},
{"label": "k11", "matrix": [1, 1], "x": 1, "y": 1},
{"label": "k12", "matrix": [1, 2], "x": 2, "y": 1},
{"label": "k20", "matrix": [2, 0], "x": 0, "y": 2},
{"label": "k21", "matrix": [2, 1], "x": 1, "y": 2},
{"label": "k22", "matrix": [2, 2], "x": 2, "y": 2}
]
}
}
}