Data-driven Keyboard Conversions: C (#23453)
This commit is contained in:
72
keyboards/coarse/ixora/keyboard.json
Normal file
72
keyboards/coarse/ixora/keyboard.json
Normal file
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"keyboard_name": "Ixora Rev1",
|
||||
"manufacturer": "PeiorisBoards",
|
||||
"url": "",
|
||||
"maintainer": "Peioris",
|
||||
"usb": {
|
||||
"vid": "0xFEED",
|
||||
"pid": "0x0C61",
|
||||
"device_version": "1.0.0"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B4", "A15", "B3", "A1", "B6", "B5"],
|
||||
"rows": ["A0"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"indicators": {
|
||||
"caps_lock": "A10",
|
||||
"num_lock": "A9",
|
||||
"scroll_lock": "A8"
|
||||
},
|
||||
"processor": "STM32F042",
|
||||
"bootloader": "stm32-dfu",
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"mousekey": true,
|
||||
"extrakey": true,
|
||||
"nkro": true
|
||||
},
|
||||
"debounce": 0,
|
||||
"layouts": {
|
||||
"LAYOUT_full": {
|
||||
"layout": [
|
||||
{"matrix": [0, 0], "x": 0, "y": 0},
|
||||
{"matrix": [0, 1], "x": 1, "y": 0},
|
||||
{"matrix": [0, 2], "x": 2, "y": 0},
|
||||
|
||||
{"matrix": [0, 3], "x": 0, "y": 1},
|
||||
{"matrix": [0, 4], "x": 1, "y": 1},
|
||||
{"matrix": [0, 5], "x": 2, "y": 1}
|
||||
]
|
||||
},
|
||||
"LAYOUT_blocker_right": {
|
||||
"layout": [
|
||||
{"matrix": [0, 0], "x": 0, "y": 0},
|
||||
{"matrix": [0, 1], "x": 1, "y": 0},
|
||||
|
||||
{"matrix": [0, 3], "x": 0, "y": 1},
|
||||
{"matrix": [0, 4], "x": 1, "y": 1},
|
||||
{"matrix": [0, 5], "x": 2, "y": 1}
|
||||
]
|
||||
},
|
||||
"LAYOUT_blocker_left": {
|
||||
"layout": [
|
||||
{"matrix": [0, 1], "x": 1, "y": 0},
|
||||
{"matrix": [0, 2], "x": 2, "y": 0},
|
||||
|
||||
{"matrix": [0, 3], "x": 0, "y": 1},
|
||||
{"matrix": [0, 4], "x": 1, "y": 1},
|
||||
{"matrix": [0, 5], "x": 2, "y": 1}
|
||||
]
|
||||
},
|
||||
"LAYOUT_arrows": {
|
||||
"layout": [
|
||||
{"matrix": [0, 1], "x": 1, "y": 0},
|
||||
|
||||
{"matrix": [0, 3], "x": 0, "y": 1},
|
||||
{"matrix": [0, 4], "x": 1, "y": 1},
|
||||
{"matrix": [0, 5], "x": 2, "y": 1}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user