37 lines
908 B
JSON
37 lines
908 B
JSON
{
|
|
"name": "uhk-firmware",
|
|
"homepage": "https://UltimateHackingKeyboard.com",
|
|
"description": "The firmware of the Ultimate Hacking Keyboard",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/UltimateHackingKeyboard/firmware.git"
|
|
},
|
|
"author": "Ultimate Gadget Laboratories",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/UltimateHackingKeyboard/firmware/issues"
|
|
},
|
|
"dependencies": {
|
|
"commander": "^2.11.0",
|
|
"shelljs": "^0.7.8"
|
|
},
|
|
"version": "4.0.0",
|
|
"dataModelVersion": "3.0.0",
|
|
"usbProtocolVersion": "2.0.0",
|
|
"slaveProtocolVersion": "3.0.0",
|
|
"devices": [
|
|
{
|
|
"deviceId": 1,
|
|
"name": "uhk60-right",
|
|
"source": "right/build/uhk60-right_release/uhk-right.hex"
|
|
}
|
|
],
|
|
"modules": [
|
|
{
|
|
"moduleId": 1,
|
|
"name": "uhk60-left",
|
|
"source": "left/build/uhk60-left_release/uhk-left.bin"
|
|
}
|
|
]
|
|
}
|