README.md
# Keyboard 60%
## How to View Keyboard/Download Files
1. `npm install -g @tscircuit/cli`
2. `tsci dev` (in this directory)
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.
# Keyboard 60%
## How to View Keyboard/Download Files
1. `npm install -g @tscircuit/cli`
2. `tsci dev` (in this directory)