Thanks to visit codestin.com
Credit goes to GitHub.com

Skip to content

BildermanKawasaki/zmk-keyboard-totem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TOTEM ZMK Module

This repository contains the shield files for the TOTEM to allow users to build firmware. This can be done by adding the module to the west.yml found in your zmk-config's config directory. There is a full guide available for this here: ZMK Modules Doc

Usage

Edit your west.yml file found in your zmk-config's config directory to add the TOTEM module. Example:

  remotes:
    - name: zmkfirmware
      url-base: https://github.com/zmkfirmware
    - name: bildermankawasaki
      url-base: https://github.com/bildermankawasaki
  projects:
    - name: zmk
      remote: zmkfirmware
      revision: v0.3 # pinned to v0.3 because main has been updated to use zephyr 4.1 which includes breaking changes
      import: app/west.yml
    - name: zmk-keyboard-totem
      remote: bildermankawasaki
      revision: main
  self:
    path: config

Once you have the module added to your west.yml you can then build firmware as if it was in your config's shield directory or in ZMK main.

About

A ZMK module for the TOTEM 38-key split keyboard by GEIGEIGEIST

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published