akatrevorjay / zmk

ZMK Firmware Repository

Home Page:https://zmk.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZMK Firmware: Personal fork

This is my personal ZMK fork containing various experimental features. It is regularly rebased onto the latest upstream. Below is a list of features currently included in the main branch on top of the official ZMK master branch.

In order to use this branch with Github Actions, replace the contents of west.yml in your zmk-config/config directory with the following contents:

manifest:
  remotes:
    - name: urob
      url-base: https://github.com/urob
  projects:
    - name: zmk
      remote: urob
      revision: main
      import: app/west.yml
  self:
    path: config

About

ZMK Firmware Repository

https://zmk.dev/

License:MIT License


Languages

Language:C 96.5%Language:CMake 2.6%Language:Shell 0.6%Language:Python 0.3%Language:Dockerfile 0.0%Language:JavaScript 0.0%