qmk/keyboards/hexatana/keyboard.json
Ceres 8c9e8380e0
Some checks failed
Update API Data / api_data (push) Has been cancelled
CI Build Major Branch / Determine concurrency (push) Has been cancelled
CLI CI / test (push) Has been cancelled
Update develop after master merge / develop_update (push) Has been cancelled
Lint Format / lint (push) Has been cancelled
Regenerate Files / regen (push) Has been cancelled
Unit Tests / test (push) Has been cancelled
CI Build Major Branch / Compile keymap default (push) Has been cancelled
CI Build Major Branch / Compile keymap xap (push) Has been cancelled
CI Build Major Branch / Consolidation (push) Has been cancelled
Add hexatana
2026-01-15 15:03:41 +00:00

78 lines
2.9 KiB
JSON

{
"manufacturer": "Nico Stuhlm\u00fcller",
"keyboard_name": "hexatana",
"maintainer": "ThePurox",
"bootloader": "rp2040",
"diode_direction": "COL2ROW",
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"rgblight": true,
"mousekey": true,
"nkro": true
},
"matrix_pins": {
"cols": ["GP1", "GP2", "GP3", "GP29", "GP27", "GP28", "GP26"],
"rows": ["GP4", "GP8", "GP9", "GP15", "GP10", "GP12"]
},
"processor": "RP2040",
"url": "",
"usb": {
"device_version": "1.0.0",
"pid": "0x0000",
"vid": "0xFEED"
},
"rgblight" : {
"pin": "G16",
"led_count" : 37,
"sleep" : false,
"animations": {
"rainbow_mood" : true,
"rainbow_swirl" : true,
},
},
"layouts": {
"LAYOUT": {
"layout": [
{ "matrix": [0, 0], "x": 9, "y": 0 },
{ "matrix": [0, 1], "x": 7, "y": 0 },
{ "matrix": [0, 2], "x": 5, "y": 0 },
{ "matrix": [0, 4], "x": 3, "y": 0 },
{ "matrix": [0, 5], "x": 1, "y": 0 },
{ "matrix": [0, 6], "x": 5, "y": 3 },
{ "matrix": [1, 0], "x": 8, "y": 0 },
{ "matrix": [1, 1], "x": 6, "y": 0 },
{ "matrix": [1, 3], "x": 4, "y": 0 },
{ "matrix": [1, 4], "x": 2, "y": 0 },
{ "matrix": [1, 5], "x": 0, "y": 0 },
{ "matrix": [1, 6], "x": 4, "y": 3 },
{ "matrix": [2, 0], "x": 9, "y": 1 },
{ "matrix": [2, 1], "x": 7, "y": 1 },
{ "matrix": [2, 2], "x": 5, "y": 1 },
{ "matrix": [2, 4], "x": 3, "y": 1 },
{ "matrix": [2, 5], "x": 1, "y": 1 },
{ "matrix": [2, 6], "x": 3, "y": 3 },
{ "matrix": [3, 0], "x": 8, "y": 1 },
{ "matrix": [3, 1], "x": 6, "y": 1 },
{ "matrix": [3, 3], "x": 4, "y": 1 },
{ "matrix": [3, 4], "x": 2, "y": 1 },
{ "matrix": [3, 5], "x": 0, "y": 1 },
{ "matrix": [3, 6], "x": 2, "y": 3 },
{ "matrix": [4, 0], "x": 9, "y": 2 },
{ "matrix": [4, 1], "x": 7, "y": 2 },
{ "matrix": [4, 2], "x": 5, "y": 2 },
{ "matrix": [4, 4], "x": 3, "y": 2 },
{ "matrix": [4, 5], "x": 1, "y": 2 },
{ "matrix": [4, 6], "x": 1, "y": 3 },
{ "matrix": [5, 0], "x": 8, "y": 2 },
{ "matrix": [5, 1], "x": 6, "y": 2 },
{ "matrix": [5, 3], "x": 4, "y": 2 },
{ "matrix": [5, 4], "x": 2, "y": 2 },
{ "matrix": [5, 5], "x": 0, "y": 2 },
{ "matrix": [5, 6], "x": 0, "y": 3 }
]
}
}
}