seveibar/keyboard-default60

A tscircuit package created by seveibar.

Usage: To import and use the "@tsci/seveibar.keyboard-default60" package: 1. Import the component: ```tsx import { default60 } from "@tsci/seveibar.keyboard-default60" ``` 2. Use in a tscircuit board: ```tsx <board> <KeyMatrix layout={default60} colToMicroPin={[/* column pins */]} rowToMicroPin={[/* row pins */]} /> </board> ``` The package provides a keyboard layout array (`default60`) that can be used with the `KeyMatrix` component from the keyboard utilities package.

Version
1.0.5
License
unset
Stars
5

tscircuit.config.json

PCBPCB preview for tscircuit.config.json
SchematicSchematic preview for tscircuit.config.json
{
  "mainEntrypoint": "index.tsx"
}