pixalynx/esp32-usb-ducky
This PCB design features a USB-C connector, a microcontroller module (ESP32-S3-WROOM-1), power regulation (TLV75733 LDO), ESD protection arrays, a microSD socket, and various passive components, all physically integrated on a compact 26mm x 84.5mm double-layer PCB with specific ground/power tapings and keepouts for RF and antenna areas.
- Version
- 1.2.5
- License
- unset
- Stars
- 0
tsconfig.json
{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"jsx": "react-jsx",
"outDir": "dist",
"rootDir": ".",
"baseUrl": ".",
"strict": true,
"esModuleInterop": true,
"moduleResolution": "node",
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"sourceMap": true,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"types": [
"tscircuit"
]
},
"include": [
"**/*.ts",
"**/*.tsx"
],
"exclude": [
"node_modules",
"dist",
".claude"
]
}