Migrate features from rules.mk to data driven - EFGH (#23248)
This commit is contained in:
parent
80b72487ce
commit
01473075f8
514 changed files with 2258 additions and 3158 deletions
105
keyboards/handwired/croxsplit44/keyboard.json
Normal file
105
keyboards/handwired/croxsplit44/keyboard.json
Normal file
|
|
@ -0,0 +1,105 @@
|
|||
{
|
||||
"keyboard_name": "splitcustom44",
|
||||
"manufacturer": "Samux6146",
|
||||
"url": "",
|
||||
"maintainer": "Samux6146",
|
||||
"usb": {
|
||||
"vid": "0xB62C",
|
||||
"pid": "0x6146",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"rgblight": {
|
||||
"saturation_steps": 8,
|
||||
"brightness_steps": 8,
|
||||
"led_count": 42,
|
||||
"sleep": true,
|
||||
"animations": {
|
||||
"breathing": true,
|
||||
"rainbow_mood": true,
|
||||
"rainbow_swirl": true,
|
||||
"snake": true,
|
||||
"knight": true,
|
||||
"christmas": true,
|
||||
"static_gradient": true,
|
||||
"rgb_test": true,
|
||||
"alternating": true,
|
||||
"twinkle": true
|
||||
}
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "C4"
|
||||
},
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"command": false,
|
||||
"console": false,
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"nkro": false,
|
||||
"rgblight": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B6", "B5", "B4", "D2", "C0", "C1", "F5", "F4", "F3", "F2", "F1", "F0"],
|
||||
"rows": ["D4", "D5", "D6", "D7"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"processor": "at90usb1286",
|
||||
"bootloader": "atmel-dfu",
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
{"matrix": [0, 0], "x": 0, "y": 0.375},
|
||||
{"matrix": [0, 1], "x": 1, "y": 0.375},
|
||||
{"matrix": [0, 2], "x": 2, "y": 0.125},
|
||||
{"matrix": [0, 3], "x": 3, "y": 0},
|
||||
{"matrix": [0, 4], "x": 4, "y": 0.125},
|
||||
{"matrix": [0, 5], "x": 5, "y": 0.25},
|
||||
|
||||
{"matrix": [0, 6], "x": 7, "y": 0.25},
|
||||
{"matrix": [0, 7], "x": 8, "y": 0.125},
|
||||
{"matrix": [0, 8], "x": 9, "y": 0},
|
||||
{"matrix": [0, 9], "x": 10, "y": 0.125},
|
||||
{"matrix": [0, 10], "x": 11, "y": 0.375},
|
||||
{"matrix": [0, 11], "x": 12, "y": 0.375},
|
||||
|
||||
{"matrix": [1, 0], "x": 0, "y": 1.375},
|
||||
{"matrix": [1, 1], "x": 1, "y": 1.375},
|
||||
{"matrix": [1, 2], "x": 2, "y": 1.125},
|
||||
{"matrix": [1, 3], "x": 3, "y": 1},
|
||||
{"matrix": [1, 4], "x": 4, "y": 1.125},
|
||||
{"matrix": [1, 5], "x": 5, "y": 1.25},
|
||||
|
||||
{"matrix": [1, 6], "x": 7, "y": 1.25},
|
||||
{"matrix": [1, 7], "x": 8, "y": 1.125},
|
||||
{"matrix": [1, 8], "x": 9, "y": 1},
|
||||
{"matrix": [1, 9], "x": 10, "y": 1.125},
|
||||
{"matrix": [1, 10], "x": 11, "y": 1.375},
|
||||
{"matrix": [1, 11], "x": 12, "y": 1.375},
|
||||
|
||||
{"matrix": [2, 0], "x": 0, "y": 2.375},
|
||||
{"matrix": [2, 1], "x": 1, "y": 2.375},
|
||||
{"matrix": [2, 2], "x": 2, "y": 2.125},
|
||||
{"matrix": [2, 3], "x": 3, "y": 2},
|
||||
{"matrix": [2, 4], "x": 4, "y": 2.125},
|
||||
{"matrix": [2, 5], "x": 5, "y": 2.25},
|
||||
|
||||
{"matrix": [2, 6], "x": 7, "y": 2.25},
|
||||
{"matrix": [2, 7], "x": 8, "y": 2.125},
|
||||
{"matrix": [2, 8], "x": 9, "y": 2},
|
||||
{"matrix": [2, 9], "x": 10, "y": 2.125},
|
||||
{"matrix": [2, 10], "x": 11, "y": 2.375},
|
||||
{"matrix": [2, 11], "x": 12, "y": 2.375},
|
||||
|
||||
{"matrix": [3, 2], "x": 2, "y": 3.125},
|
||||
{"matrix": [3, 3], "x": 3, "y": 3},
|
||||
{"matrix": [3, 4], "x": 4, "y": 3.5},
|
||||
{"matrix": [3, 5], "x": 5, "y": 3.75},
|
||||
|
||||
{"matrix": [3, 6], "x": 7, "y": 3.75},
|
||||
{"matrix": [3, 7], "x": 8, "y": 3.5},
|
||||
{"matrix": [3, 8], "x": 9, "y": 3},
|
||||
{"matrix": [3, 9], "x": 10, "y": 3.125}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue