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

package.json

PCBPCB preview for package.json
SchematicSchematic preview for package.json
{
  "name": "@tsci/seveibar.keyboard-default60",
  "version": "1.0.5",
  "description": "A TSCircuit project",
  "main": "index.tsx",
  "keywords": [
    "tscircuit",
    "electronics"
  ],
  "scripts": {
    "dev": "tsci dev",
    "build": "tsci build"
  },
  "devDependencies": {
    "@tscircuit/core": "^0.0.355",
    "@types/react": "^19.1.1"
  },
  "dependencies": {
    "@tsci/seveibar.keyboard-utils": "^0.0.13",
    "@tscircuit/eval": "^0.0.135"
  }
}