Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 919 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 919 Bytes

rmk-template

Template for initializing a RMK keyboard firmware project.

Usage

  1. Install rmk-cli and flip-link

    cargo install rmk-cli flip-link
  2. Create your project using the template

    rmk-cli init
  3. Follow the steps in generated README.md to finish the initialization

  4. (optional) Install probe-rs for flashing and debugging

    # https://probe.rs/docs/getting-started/installation/
    # Linux or macOS
    curl --proto '=https' --tlsv1.2 -LsSf https://github.com/probe-rs/probe-rs/releases/latest/download/probe-rs-tools-installer.sh | sh
    # Windows
    irm https://github.com/probe-rs/probe-rs/releases/latest/download/probe-rs-tools-installer.ps1 | iex
  5. (optional) Build and flash

    cargo build --release
    cargo run