imrishabh18/corne-keyboard

The code defines and renders two surface-mount chip components with SMT pads, silkscreen outlines, and 3D CAD models (OBJ and STEP) for PCB assembly.

Version
2.0.21
License
unset
Stars
1

lib/routing/reviewed-right.ts

import routes from './right-routes.json'
import ports from './right-ports.json'
import { replayReviewed } from './replay-reviewed'
export const reviewedRightAutorouter = replayReviewed(routes,ports)