qmk_firmware/keyboards/merge/iso_macro/info.json
Ryan 7e0299117b
Move encoder config to data driven (#19923)
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-02-26 09:45:12 +11:00

38 lines
878 B
JSON

{
"keyboard_name": "ISO Macro",
"manufacturer": "Merge",
"url": "",
"maintainer": "duoshock",
"usb": {
"vid": "0x4D65",
"pid": "0x1200",
"device_version": "0.0.1"
},
"encoder": {
"rotary": [
{"pin_a": "F0", "pin_b": "F1"},
{"pin_a": "D0", "pin_b": "D1"}
]
},
"backlight": {
"pin": "B7"
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"layouts": {
"LAYOUT": {
"layout": [
{"x":0, "y":0},
{"x":1.25, "y":0},
{"x":2.25, "y":0},
{"x":3.25, "y":0},
{"x":4.5, "y":0, "w":1.25, "h":2},
{"x":0, "y":1},
{"x":1.5, "y":1},
{"x":2.5, "y":1},
{"x":3.5, "y":1}
]
}
}
}