pixalynx/keyboard
This code defines the physical layout and key components of a USB-C dongle featuring an nRF52840 microcontroller with antenna, USB-A connector, status LED, pair button, firmware debug test points, and associated passive components and interface connectors.
- Version
- 1.0.0
- License
- unset
- Stars
- 0
package.json
{
"name": "@tsci/pixalynx.keyboard",
"version": "1.0.0",
"description": "A tscircuit component package",
"main": "index.tsx",
"keywords": [
"tscircuit",
"circuit",
"pcb",
"electronics"
],
"scripts": {
"dev": "tsci dev",
"build": "tsci build",
"snapshot": "tsci snapshot",
"snapshot:update": "tsci snapshot --update",
"start": "tsci dev",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@types/react": "^19.2.18",
"tscircuit": "^0.0.2464",
"typescript": "^5.0.0"
},
"author": "pixalynx",
"dependencies": {
"@tsci/seveibar.Key": "^1.0.0",
"@tsci/seveibar.PICO": "^1.0.0",
"@tsci/seveibar.keyboard-utils": "^0.0.19",
"@tsci/seveibar.KeyHotSocket": "^1.0.0",
"@tsci/seveibar.KeyShaftForHotSocket": "^1.0.0"
}
}