Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petejohanson/studio-serial-gatt-poc
https://github.com/petejohanson/studio-serial-gatt-poc
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/petejohanson/studio-serial-gatt-poc
- Owner: petejohanson
- Created: 2024-02-14T22:15:23.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-05T05:41:46.000Z (7 months ago)
- Last Synced: 2024-05-02T01:15:48.277Z (7 months ago)
- Language: Rust
- Size: 176 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Proof of concept for ZMK Studio RPC work.
Requires ZMK checked out next to this repository, to access the protobuf `.proto` files
for the RPC message type generation.## How to install
```sh
npm install
```## How to run in debug mode
```sh
# Builds the project and opens it in a new browser tab. Auto-reloads when the project changes.
RUSTFLAGS=--cfg=web_sys_unstable_apis npm launch
```