* `atreus`: restore intended matrix implementations PR 24010 inadvertently changed the switch matrix for the `atreus/astar_mirrored` keyboard in removing the `PCBDOWN` configuration option, and also made PCB up and down implementations available for all Atreus variants, which is not intended usage. This commit restores the intended behaviour, and makes all the keymaps which are currently present agnostic to hardware variant.
25 lines
428 B
JSON
25 lines
428 B
JSON
{
|
|
"keyboard_name": "Atreus",
|
|
"manufacturer": "Technomancy",
|
|
"maintainer": "qmk",
|
|
"features": {
|
|
"bootmagic": false,
|
|
"command": true,
|
|
"console": true,
|
|
"extrakey": true,
|
|
"mousekey": true,
|
|
"nkro": true,
|
|
"unicode": true
|
|
},
|
|
"usb": {
|
|
"vid": "0x1209",
|
|
"pid": "0xA1E5",
|
|
"device_version": "0.0.8"
|
|
},
|
|
"qmk": {
|
|
"locking": {
|
|
"enabled": true,
|
|
"resync": true
|
|
}
|
|
}
|
|
}
|