8000 GitHub - whitelynx/rmk-template: Project template for RMK
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

whitelynx/rmk-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rmk-template

Template for initializing a RMK keyboard firmware project.

Usage

  1. Install cargo generate and flip-link

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

    cargo generate --git https://github.com/HaoboGu/rmk-template
  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

About

Project template for RMK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 75.5%
  • Rust 14.6%
  • Shell 9.9%
0